Skip to content

Commit

Permalink
# try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kullrich committed Nov 6, 2024
1 parent 8f48fba commit 2a33365
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ image: rocker/r-base:latest

before_script:
- apt-get update
- apt-get -y install pandoc r-cran-devtools r-cran-testthat r-cran-curl r-bioc-biostrings
- apt-get -y install pandoc r-cran-devtools r-cran-testthat r-cran-curl
- R -e "install.packages('BiocManager'); BiocManager::install(version = "3.20")"
- R -e "dir(); getwd(); sessionInfo(); install.packages('pkgdown'); devtools::install()"
- R -e "setwd(paste0(find.package('CRBHits'), '/extdata/')); system(paste0('unzip last-1595.zip')); setwd(paste0(find.package('CRBHits'), '/extdata/last-1595/')); system('make')"
- R -e "setwd(paste0(find.package('CRBHits'), '/extdata/')); system(paste0('tar -xvf KaKs_Calculator2.0_src.tar.gz')); setwd(paste0(find.package('CRBHits'), '/extdata/KaKs_Calculator2.0_src/src/')); system('make clean'); system('make')"
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Depends:
R (>= 4.4.0)
Imports:
Biostrings,
MSA2dist,
MSA2dist (>= 1.9.0),
curl,
doParallel,
dplyr,
Expand Down
2 changes: 1 addition & 1 deletion public/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pkgdown_sha: ~
articles:
V01CRBHitsBasicVignette: V01CRBHitsBasicVignette.html
V02KaKsVignette: V02KaKsVignette.html
last_built: 2024-11-06T17:58Z
last_built: 2024-11-06T18:53Z
2 changes: 1 addition & 1 deletion public/reference/rbh2dagchainer.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a33365

Please sign in to comment.