From c045447398f7f47ab084df43e72a7127d463b3f8 Mon Sep 17 00:00:00 2001 From: rhijmans Date: Thu, 8 Apr 2021 22:27:35 -0700 Subject: [PATCH] g --- .github/workflows/pkgdown.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index f0f0da3f..a103d3c9 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -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 diff --git a/README.md b/README.md index 6d165deb..f5b2b458 100644 --- a/README.md +++ b/README.md @@ -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).