Dear all,

I am maintaining a package call CSTools which is aimed for 
post-processing climate simulations.

The package is already published on CRAN with all dependencies correctly 
state in DESCRIPTION, NAMESPACE and roxygen2 headers.

However, when using one specific function which depends on 'qmap' 
package, I should loaded both packages by executing:

     library(CSTools)
     library(qmap)

In case I don't load the second library, I get the error

Error in doQmap(x = sample_cor, fobj = adjust, ...) :
   doQmap not defined for class(fobj) ==fitQmapQUANT

Has anyone an idea for needing to manually load a dependency? I provide 
a code below if someone wants to test it.

Thanks in advace,

Núria

P.S.: Here is the code: library(CSTools) exp <- lonlat_data$exp
obs <- lonlat_data$obs
res <- CST_QuantileMapping(exp, obs)



http://bsc.es/disclaimer
        [[alternative HTML version deleted]]

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to