Changelog
Source:NEWS.md
link2GI 0.6-1
CRAN release: 2024-06-01
bugfixes:
- fix cran issues
- fixing of the vignettes and examples
changes:
- dropping of linkALL
link2GI 0.6-0
bugfixes:
- issue #65
changes:
- variable
rootDir
is deprecated and nowroot_folder
new feature:
- extension of initProj to a lightweight project setup tool
link2GI 0.5-2
CRAN release: 2023-01-27
new feature:
- add return of vector data in OTB calls
bugfixes:
new feature:
- integration of stars and terra raster objects for linking GRASS
- update of documentation
link2GI 0.5-1
bugfixes:
new feature:
- integration of stars and terra raster objects for linking GRASS
- update of documentation
link2GI 0.5-0
CRAN release: 2022-08-29
bugfixes:
- prelim fix of #56
new feature:
- changing to linkGRASS for both GRASS 7.x/8.x - keeping linkGRASS7for backwards compatibility
link2GI 0.4-5
CRAN release: 2020-12-07
bugfixes:
new feature:
- add installation vignette
- update some documentation
link2GI 0.4-1
new feature
- add linkall
- add direct reading and writing of vector data to GRASS sqlite
bugfixes:
- smaller bugfixes
link2GI 0.4-0
CRAN release: 2019-11-22
new feature
- parse and return OTB API help for interactive use in R
- add runOTB function according to #29
bugfixes:
link2GI 0.3-7
CRAN release: 2019-09-05
new feature:
- improved implementation of parseOTB
bugfixes:
- several fixes
- examples and typos
link2GI 0.3-6
new feature:
- full re-implementation of linkGDAL returns now all gdal installations at a given search path
bugfixes:
- several fixes for Windows search and linking
- examples and typos
link2GI 0.3-5
CRAN release: 2018-10-26
new feature:
- add manual build function for UNC paths
bugfixes:
- remove search argument for PRZP
- several fixes for Windows search and linking
- Comments and typos
link2GI 0.3-4
CRAN release: 2018-10-03
new feature:
- add boolean variable if required API exists
bugfixes:
- fix of the quiet option
- fix the search order
- straighten GRASS problems with r.in.lidar
- several fixes for Windows search and linking
- fix and add a lot of examples
- Comments and typos
link2GI 0.3-3
CRAN release: 2018-09-22
new feature:
- by default the latest version of each API is selected
bugfixes:
- OTB basic wrapper fixed for Windows
- new examples
- Typos
link2GI 0.3-2
CRAN release: 2018-08-23
new feature:
- ver_select can be used directly with the number of selection
- OTB basic wrapper
bugfixes:
- RSAGA related fixes
- Typos
link2GI 0.3-1
new feature:
- add returnPaths argument for suppress all returns
bugfixes:
- windows RSAGA related fixes
link2GI 0.3-0
CRAN release: 2018-02-11
The 0.3-0 version is quite restructured to conform to both common R conventions (e.g. no hidden globals) and to make the calls more intuitive and one-line-like. some of the function follow a slightly different naming and argument setting. This was done to keep in line with further CLI linking functionality.
new feature:
- Linux support for multi-version selection
- remove all global variables (re-opened #3)
- homogenization of the link calls
- wrap searchAPIOS functions with OS-agnostic findAPI functions
- add a more robust return of all paths and environmental variables as lists
- add a quiet option to supress all! console outputs ( #4)
bugfixes:
- remove tailing backslashes
- force compatibility to RSAGA and SAGA ver 3+