Skip to content

Commit

Permalink
set set functions to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
gisma committed Jun 1, 2024
1 parent 15d6c78 commit b8e1e9d
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 13 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ export(searchOTBW)
export(searchOTBX)
export(searchSAGAW)
export(searchSAGAX)
export(setenvGDAL)
export(setenvOTB)
export(setupProj)
export(setup_default)
export(sf2gvec)
Expand Down
2 changes: 1 addition & 1 deletion R/gdalControls.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#'
#'@param bin_GDAL string contains the path to the 'GDAL' binaries
#'@return Adds 'GDAL' pathes to the environment and creates the variable global string variable \code{gdalCmd}, that contains the path to the 'GDAL' binaries.
#'@export setenvGDAL
#'@keywords internal
#'
#'@examples
#'
Expand Down
2 changes: 1 addition & 1 deletion R/otbControls.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#'@param root_OTB string contains the full string to the root folder
#' containing the 'OTB' installation'
#'@return Adds 'OTB' pathes to the environment and creates the variable global string variable \code{otbCmd}, that contains the path to the 'OTB' binaries.
#'@export setenvOTB
#'@keywords internal
#'
#'@examples
#' \dontrun{
Expand Down
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ articles:
link2GI5: link2GI5.html
link2GI6: link2GI6.html
link2GI7: link2GI7.html
last_built: 2024-06-01T13:38Z
last_built: 2024-06-01T13:55Z
urls:
reference: https://r-spatial.github.io/link2GI/reference
article: https://r-spatial.github.io/link2GI/articles
Expand Down
8 changes: 0 additions & 8 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/setenvGDAL.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/setenvOTB.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8e1e9d

Please sign in to comment.