Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Apr 9, 2021
1 parent 0e48beb commit c045447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
install.packages("pkgdown", type = "binary")
install.packages(c("pls", "randomForest", "party"), type = "binary")
install.packages(c("pls", "randomForest", "party", "devtools"), type = "binary")
shell: Rscript {0}

- name: Install package
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ On [rspatial.org](http://rspatial.org/) you can learn about spatial data analysi
[stackoverflow](https://stackoverflow.com/) is the best place to ask questions if you get stuck.
Make sure to include a [simple reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example).

Please send me an email if you have a bug report. See `maintainer("raster")` for the email address; or you can file an [issue](https://github.com/rspatial/raster/issues) on this github site.
If you have found a bug, you can file an [issue](https://github.com/rspatial/raster/issues).

0 comments on commit c045447

Please sign in to comment.