Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jannes-m committed Nov 18, 2017
1 parent 08af29a commit b64eccf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Expand Up @@ -2,10 +2,12 @@

## Bugs
* Linux: `qgis_session_info()` now tries several times to find out about the installed GRASS version (`find` frequently fails at the first attempt when used witin a function), and additionally suppresses a confusing warning message regarding access rights (permission denied when trying to access points.shp, however these points are accessed regardless of this message since they are used to test if GRASS can be accessed which is the case).
* If a user specifies simply a basename for an input or output file, `run_qgis()` will now look for this file in the working directory (`getwd()`) or save it to this locations (suggested by @rkrug).

## Features
* `get_args_man()`, `run_qgis()` and `pass_args()` now print which default options were chosen (suggested by @rkrug).
* New function parameter `io_dir` for `run_qgis()`, `pass_args()` and `save_spatial_objects()`. `io_dir` lets the user specify where to save spatial objects residing in R. Additionally, this is also the folder where to look for files if the user only specified a basename for input and/or output files (suggested by @rkrug).
* more extensive testing through a new test file (`test-paper-analysis`)



# RQGIS 1.0.2
Expand Down

0 comments on commit b64eccf

Please sign in to comment.