Entering edit mode
Mohamad S. Hasan
•
0
@mohamad-s-hasan-13264
Last seen 5.0 years ago
Hi,
I developed an R package called "OPWeight", now in Bioconductor issue 395. This package uses qvalue, tibble and boxcox from the packages qvalue, tibble, and MASS, resectively by the command importFrom(..., ...). If anyone wants to use the package "OPWeight", will OPWeight automatically install qvalue, tibble, and MASS?
Thank you
The packages have to be in Imports: or Depends: for them to be mentioned in importFrom(), so once OPWeight is in Bioconductor (or other CRAN-style) repository biocLite() / install.packages() will install them without the user needing to take any additional action.
@Morgan Thank you so much!
@ Lluís R Thank you so much for these useful links!