diff --git a/NEWS b/NEWS index f14e68b..3d5258f 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ 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). - * Specifying all parameters of a QGIS geoalgorithm in the "wrong" order caused an error. Issue #87 and solved through https://github.com/jannes-m/RQGIS/commit/45aef93c22107b2f34ee5ce4aa16cec485fc9489 solved this problem (@raff-k) + * Specifying all parameters of a QGIS geoalgorithm in the "wrong" order caused an error. Issue #87 and solved through https://github.com/jannes-m/RQGIS/commit/45aef93c22107b2f34ee5ce4aa16cec485fc9489 (@raff-k) * `qgis_session_info()` no longer prints the supported saga versions if there is nothing to report (method `supportedVersions` was deleted from `SagaAlgorithmProvider` since QGIS 2.18.10) * `run_qgis()` accepts network addresses as filenames under Windows again (#735e856, @susanatfybr) * `run_qgis()`, `pass_args()` and `save_spatial_objects()` now have an additional parameter named `NA_flag`, which allows to specify a value for NAs when exporting rasters (issue #93 raised by @raff-k and solved through #9e74a4a ). diff --git a/NEWS.md b/NEWS.md index 1964829..6b0f2a8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ ## 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). - * Specifying all parameters of a QGIS geoalgorithm in the "wrong" order caused an error. Issue #87 and solved through https://github.com/jannes-m/RQGIS/commit/45aef93c22107b2f34ee5ce4aa16cec485fc9489 solved this problem (@raff-k) + * Specifying all parameters of a QGIS geoalgorithm in the "wrong" order caused an error. Issue #87 and solved through https://github.com/jannes-m/RQGIS/commit/45aef93c22107b2f34ee5ce4aa16cec485fc9489 (@raff-k) * `qgis_session_info()` no longer prints the supported saga versions if there is nothing to report (method `supportedVersions` was deleted from `SagaAlgorithmProvider` since QGIS 2.18.10) * `run_qgis()` accepts network addresses as filenames under Windows again (#735e856, @susanatfybr) * `run_qgis()`, `pass_args()` and `save_spatial_objects()` now have an additional parameter named `NA_flag`, which allows to specify a value for NAs when exporting rasters (issue #93 raised by @raff-k and solved through #9e74a4a ).