Re: [Bioc-devel] Issue removing large data files from git history

2021-02-26 Thread Nitesh Turaga
Hi, This means that BFG cleaner didn't get rid of all the files. You can trace back the .pack file to a commit in your git log. You can follow something like this post on github, https://github.com/18F/C2/issues/439 to find which file relates to the .pack file you mention. Best, Nitesh

Re: [Bioc-devel] CRAN checks failed by downloading ‘reactome.db’ package (WARNING Ubuntu, OK for Windows)

2021-02-26 Thread Martin Morgan
If you mean package building on your own machine, you could add the options(timeout = 300L) to a file '.Rprofile' in your 'HOME' directory; that way the timeout is set for all your R sessions, including the one that is building the package. The Bioconductor build system already has reactome.db

Re: [Bioc-devel] Formatting of ExperimentHub Data in package

2021-02-26 Thread Kern, Lori
I think because you specified: #' @usage all_mgi_wtEnsembl(metadata=FALSE) You would need to document the parameter metadata with: #' @param metadata Cheers, Lori Shepherd Bioconductor Core Team Roswell Park Comprehensive Cancer Center Department of Biostatistics & Bioinformatics Elm &

[Bioc-devel] Release build report

2021-02-26 Thread Kern, Lori
Please be advised, the Bioconductor RELEASE_3_12 build report has not been updated since Monday Feb 22. We have identified the issue and are working on the resolution. We appreciate your patience. Cheers, Lori Shepherd Bioconductor Core Team Roswell Park Comprehensive Cancer Center

Re: [Bioc-devel] Rsync to Bioconductor

2021-02-26 Thread Kern, Lori
Sorry for the inconvenience. We are working with IT to get the emails released. In the meantime please email lori.sheph...@roswellpark.org directly with IP address for rsync. Lori Shepherd Bioconductor Core Team Roswell Park Comprehensive Cancer Center Department of Biostatistics &

Re: [Bioc-devel] Please change maintainer of chipenrich and chipenrich.data packages

2021-02-26 Thread Nitesh Turaga
Yes, only one maintainer is allowed on the DESCRIPTION file. There are no co-maintainers. There can be co-authors. From: Raymond Cavalcante Date: Friday, February 26, 2021 at 10:32 AM To: Nitesh Turaga Cc: "bioc-devel@r-project.org" , "wangd...@umich.edu" Subject: Re: [Bioc-devel] Please

Re: [Bioc-devel] Please change maintainer of chipenrich and chipenrich.data packages

2021-02-26 Thread Raymond Cavalcante
Thank you. I have one last question: Could we make Kai a co-maintainer, rather than replacing me? Sorry for the mix-up, I was under the impression that only one maintainer was allowed. Thanks again, Raymond On Fri, Feb 26, 2021 at 10:23 AM Nitesh Turaga wrote: > Hi, > > I've added Kai to the

Re: [Bioc-devel] Please change maintainer of chipenrich and chipenrich.data packages

2021-02-26 Thread Nitesh Turaga
Hi, I've added Kai to the package and he has access now. Kai now has a BiocCredentials account which needs to be activated. Once activated, he needs to add SSH keys to gain access to the package. https://git.bioconductor.org/BiocCredentials/account_activation Best, Nitesh On 2/25/21,

[Bioc-devel] Formatting of ExperimentHub Data in package

2021-02-26 Thread Murphy, Alan E
Hi all, I am trying to format my data.R file in an ExperimentHub package but have ran into issues when running checks. Note that my data package has a load function; zzz.r, so datasets can be called as such dataset_name(). An example of one dataset in my data.R file is ``` #' All MGI gene