When tested on a clean R/Rstudio installation (rocker/rstudio), the installation instructions require manual intervention
install.packages(c("tidyverse", "data.table", "seqinr", "biomartr", "ape", "dtplyr", "devtools"))
ERROR: dependencies ‘biomaRt’, ‘Biostrings’ are not available for package ‘biomartr’
* removing ‘/usr/local/lib/R/site-library/biomartr’
Warning in install.packages :
installation of package ‘biomartr’ had non-zero exit status
Installing biomaRt and Biostrings and then installing biomartr worked. Please, adjust accordingly.
When tested on a clean R/Rstudio installation (rocker/rstudio), the installation instructions require manual intervention
Installing
biomaRt
andBiostrings
and then installingbiomartr
worked. Please, adjust accordingly.