Skip to content

Commit

Permalink
added vanilla option for clean installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Ostmeyer committed Aug 3, 2021
1 parent 43a48d6 commit 434f989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion document
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if ! [[ -f NAMESPACE ]]; then
echo '# Generated by roxygen2: do not edit by hand' > NAMESPACE
fi

Rscript -e "devtools::document()"
Rscript --vanilla -e "devtools::document()"
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e
set -u

./document
R CMD INSTALL .
R --vanilla CMD INSTALL .

0 comments on commit 434f989

Please sign in to comment.