Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ matrix:
before_install:
- Rscript -e 'install.packages("devtools", dependencies = TRUE)'
- cd $TRAVIS_BUILD_DIR/src/r
- touch NAMESPACE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also since we did not commit RcppExports.R, when fresh installing, devtools::document() sometimes will not run Rcpp::compileAttributes() to automatically create it. It is safe to call it after devtools::document().

- Rscript tools/deploy.R
script:
- R CMD build .
Expand Down