Skip to content

Commit

Permalink
readRAST.Rd: apply better fix than in 8df3a86
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Jun 15, 2024
1 parent 2691b18 commit 682c7fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/readRAST.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ if (run) {
names(sqdem)
}
if (run) {
try(sqdem1 <- read_RAST(c("sqdemSP@rsb", "elevation@PERMANENT")))
sqdem1 <- read_RAST(c("sqdemSP@PERMANENT", "elevation@PERMANENT"))
}
if (run) {
try(names(sqdem1))
names(sqdem1)
}
if (run) {
execGRASS("g.remove", flags="f", name="sqdemSP", type="raster")
Expand Down

0 comments on commit 682c7fc

Please sign in to comment.