Hi Sergi, Thank you so much for your help! The docker image solution is very useful. I am able to get it run. However, I still can't reproduce the errors, which to me look like a ExperimentHub connection issue. Thanks a lot anyways!! Regards, Ying
From: sergi sayols puig <sergisayolspuig at gmail.com>
Sent: Tuesday, 22 February 2022 5:38 pm
To: CHEN Ying <chen_ying at gis.a-star.edu.sg>
Cc: bioc-devel at r-project.org <bioc-devel at r-project.org>
Subject: Re: [Bioc-devel] Can't reproduce the build errors with same system and R version
Sent: Tuesday, 22 February 2022 5:38 pm
To: CHEN Ying <chen_ying at gis.a-star.edu.sg>
Cc: bioc-devel at r-project.org <bioc-devel at r-project.org>
Subject: Re: [Bioc-devel] Can't reproduce the build errors with same system and R version
Hi Ying,
with regard to reproducing the build environment used in
Bioconductor's build machines, I've been quite successful using
Bioconductor's docker image.
Here's an example to create the build environment and building the
rrvgo package in it:
```
* pull docker image
$ docker pull bioconductor/bioconductor_docker:devel
* open a shell in the running container:
$ docker exec -it bioconductor/bioconductor_docker:devel /bin/bash
* install package + dependencies (within the container):
# R
R> install.packages("BiocManager")
R> BiocManager::install(version='devel')
R> BiocManager::install(c("rrvgo", "org.Hs.eg.db")) # the latetr
is required to build the vignette
R> q()
* clone the devel branch of the package:
# git clone https://git.bioconductor.org/packages/rrvgo
* get nebbiolo1's .Renviron:
# wget -qO-
http://bioconductor.org/checkResults/devel/bioc-LATEST/Renviron.bioc >
Renviron.bioc
* and build as described in the build report:
# R_ENVIRON_USER=Renviron.bioc R CMD build --keep-empty-dirs
--no-resave-data rrvgo
```
Hope this helps.
Cheers,
Sergi
Missatge de CHEN Ying <chen_ying at gis.a-star.edu.sg> del dia dl., 21 de
febr. 2022 a les 3:31:
>
> Hi Bioc-devel team,
>
> I am trying to debug the build error of the bambu development branch, and the report suggested a problem in loading data from the ExperimentHub package. With the same ubuntu system and R version, I can't seem to reproduce the errors on my laptop. Could someone help me with this? The build error has been there for quite some time. Do I need to re-upload the data?
>
> Thank you
> Regards,
> Ying
> This e-mail and any attachments are only for the use of the intended recipient and may contain material that is confidential, privileged and/or protected by the Official Secrets Act. If you are not the intended recipient, please delete it or notify the sender immediately. Please do not copy or use it for any purpose or disclose the contents to any other person.
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioc-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
This e-mail and any attachments are only for the use of the intended recipient and may contain material that is confidential, privileged and/or protected by the Official Secrets Act. If you are not the intended recipient, please delete it or notify the sender immediately. Please do not copy or use it for any purpose or disclose the contents to any other person.