I am trying the following code on a Free Rstudio cloud account
install.packages("BiocManager")
BiocManager::install(version = '3.12')
BiocManager::install("tidybulk", version="devel")
And I get
Bioconductor version 3.12 (BiocManager 1.30.10), R 4.0.2 (2020-06-22)
Installing package(s) 'tidybulk'
trying URL 'https://bioconductor.org/packages/3.12/bioc/src/contrib/tidybulk_1.1.6.tar.gz'
Content type 'application/x-gzip' length 4283900 bytes (4.1 MB)
==================================================
downloaded 4.1 MB
* installing *source* package ‘tidybulk’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Killed
The downloaded source packages are in
‘/tmp/Rtmp45uJDZ/downloaded_packages’
Installation path not writeable, unable to update packages: MASS, mgcv, nlme,
survival
Warning message:
In install.packages(...) :
installation of package ‘tidybulk’ had non-zero exit status
Is this expected?