File tree Expand file tree Collapse file tree 4 files changed +10
-15
lines changed
Expand file tree Collapse file tree 4 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 4949 with :
5050 upload-snapshots : true
5151 build_args : ' c("--no-manual","--compact-vignettes=gs+qpdf")'
52- error-on : ' "error"'
53-
54- - name : Install BH
55- run : Rscript -e "install.packages('BH')"
56-
57- - name : Install macOS Rtools
58- if : runner.os == 'macOS'
59- run : Rscript -e "install.packages('r-macos-rtools')"
60-
61- - name : Configure Makevars
62- run : |
63- mkdir -p ~/.R
64- echo "CXX14FLAGS=-O3 -mtune=native -arch x86_64 -ftemplate-depth-256" >> ~/.R/Makevars
65- echo "CXX14=/usr/local/clang7/bin/clang++" >> ~/.R/Makevars
52+ error-on : ' "error"'
Original file line number Diff line number Diff line change 3232 - uses : r-lib/actions/setup-r-dependencies@v2
3333 with :
3434 extra-packages : any::pkgdown, local::.
35+ needs : website
3536
3637 - name : Build site
3738 run : pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ Imports:
2525 tidyr (>= 1.0.0),
2626 methods,
2727 stats
28+ LinkingTo:
29+ BH (>= 1.66.0),
30+ Rcpp (>= 0.12.0),
31+ RcppEigen (>= 0.3.3.3.0),
32+ RcppParallel (>= 5.0.1),
33+ rstan (>= 2.21.0),
34+ StanHeaders (>= 2.21.0)
2835Suggests:
2936 knitr,
3037 rmarkdown,
@@ -33,4 +40,4 @@ Suggests:
3340VignetteBuilder: knitr
3441Config/testthat/edition: 3
3542Biarch: true
36- SystemRequirements: GNU make
43+ SystemRequirements: GNU make, C++14
You can’t perform that action at this time.
0 commit comments