We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6d223 commit 8a14fc5Copy full SHA for 8a14fc5
rkeops/ci/build_website.R
@@ -1,5 +1,5 @@
1
# requirements
2
-if(! "pkgdown" in .packages(all.available = TRUE)) install.packages("pkgdown")
+if(! "pkgdown" %in% .packages(all.available = TRUE)) install.packages("pkgdown")
3
4
# setup
5
proj_dir <- rprojroot::find_root(".git/index")
0 commit comments