I am having problems with revising the module cNORMj. I noticed, it does not work properly anymore with newer versions of jamovi. And the underlying cNORM package made huge progress as well. I thus wanted to prepare a revised version, but jvmtools always draws an old version of cNORM. The old version used lattice for plotting, which causes problems, the new one is based on ggplot2.
I specified the following packages in the DESCRIPTION (leaps and ggplot2 are imports from cNORM):
Code: Select all
Imports: jmvcore (>= 2.6.0), R6, leaps (>= 3.1), ggplot2 (>= 3.5.1), cNORM (>= 3.3.0)
Code: Select all
exportPattern("^[[:alpha:]]+")
import(ggplot2)
Code: Select all
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace 'cNORM' 3.1.0 is being loaded, but >= 3.3.0 is required
Calls: <Anonymous> ... withCallingHandlers -> loadNamespace -> namespaceImport -> loadNamespace
Execution halted
ERROR: lazy loading failed for package 'cNORMj'
Thanks and with best regards,
Wolfgang