Skip to content

Commit

Permalink
read_RAST.Rd: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Jun 14, 2024
1 parent 3c33552 commit 8df3a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/readRAST.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if (run) {
try(sqdem1 <- read_RAST(c("sqdemSP@rsb", "elevation@PERMANENT")))
}
if (run) {
names(sqdem1)
try(names(sqdem1))
}
if (run) {
execGRASS("g.remove", flags="f", name="sqdemSP", type="raster")
Expand Down

0 comments on commit 8df3a86

Please sign in to comment.