Dear all,
Is there any way to install specific version of the package apart from installing it from source? In particular is there any equivalent of remotes::install_version()
for bioconductor?
In general, what are the best practices for environment reproducibility with biocondcutor packages?
thank you for help!
Regards, Amel
How about a dedicated Docker container (or singularity image based on the docker image) for each of the different R or Bioc versions you aim to use, maybe in combination with something like renv.
https://www.bioconductor.org/help/docker/
I will check this one, thank you!