CRAN Package Depends on Bioconductor Package Installing error
Date : March 29 2020, 07:55 AM
fixed the issue. Will look into that further There is no mechanism by which install.packages() can install from Bioconductor by default in R (at least not by default, I haven't checked if BioC has the repo infrastructure to allow it if called correctly). [See the comment from Martin Morgan (below) wherein instructions can be found on how to configure R so that install.packages() can install from the Bioconductor repositories.] To install a Bioconductor package one normally does: source("http://bioconductor.org/biocLite.R")
biocLite("limma")
|
getting a package on CRAN to pass winbuilder tests (to get it on CRAN) with a linux specific package (doMC)
Date : March 29 2020, 07:55 AM
I wish this help you Ralf Stubner's answer works best. I changed everything to doParallel and it works fine.
|
How to add an R package (already in CRAN) to CRAN Task View?
Date : March 29 2020, 07:55 AM
wish of those help From CRAN Task View's main page:
|
(How) can a package on CRAN import a package not on CRAN?
Tag : r , By : Lauren Kirschner
Date : March 29 2020, 07:55 AM
hope this fix your issue I don't think so. Writing R Extensions specifies that you can include an Additional_repositories field in the DESCRIPTION file.
|
'Malformed' Error on R package check with --as-cran. Package built with Rstudio
Tag : r , By : Angelo Giannatos
Date : March 29 2020, 07:55 AM
|