How to generate .db package from a custom cdf?
1 answer
Never tried but should work:
# in R
library(makecdfenv)
make.cdf.package("<filename>.cdf", cdf.path="<folder where the .cdf file is>", compress=FALSE, species="Your_species", package.path = "<output folder>")
# on the command line
# R CMD INSTALL <output folder>/<filename>
# again in R to load it
library(<filename>)
• 0 views
•
link
Log in to answer this question.