saezlab / cosmosR

COSMOS (Causal Oriented Search of Multi-Omic Space) is a method that integrates phosphoproteomics, transcriptomics, and metabolomics data sets.
https://saezlab.github.io/cosmosR/
GNU General Public License v3.0
56 stars 15 forks source link

Automatically deploy pkgdown page to branch gh-page #9

Closed christianholland closed 2 years ago

christianholland commented 3 years ago

I added GitHub actions that automatically checks the package on every push or pull request. After success the pkgdown page will be automatically updated and deposited at a separate branch named gh-pages

Please note that currently the checks fail due to incompatible R versions, however after the release of R4.1 (May 20th) it will start working

christianholland commented 3 years ago

I forgot to revert the R version back to 4.1 that's why there is a conflict in the DESCRIPTION file

gabora commented 2 years ago

integrated your PR locally, thanks again!