Skip to content

Commit 95af7ca

Browse files
committed
Tried to fix missig boost linkage
1 parent 33a06fa commit 95af7ca

File tree

4 files changed

+10
-15
lines changed

4 files changed

+10
-15
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,4 @@ jobs:
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"'

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
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)

DESCRIPTION

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
2835
Suggests:
2936
knitr,
3037
rmarkdown,
@@ -33,4 +40,4 @@ Suggests:
3340
VignetteBuilder: knitr
3441
Config/testthat/edition: 3
3542
Biarch: true
36-
SystemRequirements: GNU make
43+
SystemRequirements: GNU make, C++14

seroCOP_0.1.0.tar.gz

-712 KB
Binary file not shown.

0 commit comments

Comments
 (0)