Skip to content

Commit 8a14fc5

Browse files
committed
fix typo in R
1 parent de6d223 commit 8a14fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rkeops/ci/build_website.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# requirements
2-
if(! "pkgdown" in .packages(all.available = TRUE)) install.packages("pkgdown")
2+
if(! "pkgdown" %in% .packages(all.available = TRUE)) install.packages("pkgdown")
33

44
# setup
55
proj_dir <- rprojroot::find_root(".git/index")

0 commit comments

Comments
 (0)