Skip to content

Commit

Permalink
update initProj structure and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gisma committed May 4, 2024
1 parent 34e7872 commit 1171013
Show file tree
Hide file tree
Showing 23 changed files with 177 additions and 292 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Authors@R: c(person("Chris", "Reudenbach", email = "[email protected]",
)
Encoding: UTF-8
Maintainer: Chris Reudenbach <[email protected]>
Description: Functions to simplify the linking of open source GIS and remote sensing related command line interfaces.
Description: Functions for straightforward use of open GIS and remote sensing command line interfaces in a reproducible project environment.
URL: https://github.com/r-spatial/link2GI/, https://r-spatial.github.io/link2GI/
BugReports: https://github.com/r-spatial/link2GI/issues/
License: GPL (>= 3) | file LICENSE
Expand All @@ -20,13 +20,14 @@ Imports:
sf (>= 0.9),
brew,
yaml,
stringr,
terra,
methods,
utils,
xml2,
xfun,
rstudioapi
rstudioapi,
git2r,
renv
SystemRequirements: GNU make
RoxygenNote: 7.3.1
Suggests: knitr,
Expand Down
9 changes: 3 additions & 6 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(add2Path)
export(createEnvi)
export(createFolder)
export(createMeta)
export(createScript)
export(enviLoad)
export(enviSave)
export(findGDAL)
export(findGRASS)
export(findOTB)
Expand All @@ -19,12 +13,14 @@ export(linkGRASS)
export(linkGRASS7)
export(linkOTB)
export(linkSAGA)
export(loadEnvi)
export(makGlobalVar)
export(paramGRASSw)
export(paramGRASSx)
export(parseOTBAlgorithms)
export(parseOTBFunction)
export(runOTB)
export(saveEnvi)
export(searchGDALW)
export(searchGDALX)
export(searchGRASSW)
Expand All @@ -36,6 +32,7 @@ export(searchSAGAX)
export(setenvGDAL)
export(setenvGRASSw)
export(setenvOTB)
export(setupProj)
export(setup_default)
export(sf2gvec)
import(devtools)
Expand Down
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## link2GI 0.6-0
bugfixes:
* issue #65

changes:
* variable rootDir is deprecated and now root_folder
new feature:

* extension of initProj to a lightweight project setup tool

## link2GI 0.5-4
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## link2GI 0.6-0

bugfixes:

* issue #65

changes:

* variable `rootDir` is deprecated and now `root_folder`

new feature:

* extension of initProj to a lightweight project setup tool
Expand Down
Loading

0 comments on commit 1171013

Please sign in to comment.