Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
gisma committed Jun 1, 2024
1 parent c4b756e commit 83e5b04
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
8 changes: 5 additions & 3 deletions R/linkGRASS.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ if (!isGeneric("linkGRASS")) {
#' linkGRASS(nc, ver_select = TRUE, search_path = '~/')
#'
#' # Set up GRASS manually with spatial parameters of the nc data
#' epsg = 4267
#' proj4_string = sp::CRS(paste0('+init=epsg:',epsg))
#' linkGRASS(spatial_params = c(178605,329714,181390,333611,proj4_string))
#' epsg = 28992
#' proj4_string <- sp::CRS(paste0("+init=epsg:",epsg))
#'
#' linkGRASS(spatial_params = c(178605,329714,181390,333611,proj4_string@projargs),epsg=epsg)
#'
#'
#' # create some temporary project folders for a permanent gisdbase
#' root_folder = tempdir()
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-01T12:08Z
last_built: 2024-06-01T12:18Z
urls:
reference: https://r-spatial.github.io/link2GI/reference
article: https://r-spatial.github.io/link2GI/articles
Expand Down
8 changes: 5 additions & 3 deletions docs/reference/linkGRASS.html

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

8 changes: 5 additions & 3 deletions man/linkGRASS.Rd

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

0 comments on commit 83e5b04

Please sign in to comment.