CRAN Package Check Results for Maintainer ‘Markus Belfrage <markus.belfrage at gmail.com>’

Last updated on 2024-06-11 01:55:10 CEST.

Package NOTE OK
ACDm 3 10

Package ACDm

Current CRAN status: NOTE: 3, OK: 10

Version: 1.0.4.3
Check: compiled code
Result: NOTE File ‘ACDm/libs/ACDm.so’: Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’ It is good practice to register native routines and to disable symbol search. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.4.3
Check: Rd \usage sections
Result: NOTE Error: object '#HAS_DUPLICATE_CLASS_NAMES' not found Call sequence: 16: get("#HAS_DUPLICATE_CLASS_NAMES", envir = .classTable) 15: .duplicateClassesExist() 14: .newOrMultipleMethod(obj, what, table) 13: .mergeMethodsTable(generic, mtable, tt, attach) 12: .updateMethodsInTable(fdef, where, attach) 11: methods::cacheMetaData(ns, TRUE, ns) 10: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 9: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), from = package) 8: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) 7: asNamespace(ns) 6: namespaceImportFrom(ns, loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]), i[[2L]], from = package) 5: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 4: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), from = package) 3: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck Execution halted The \usage entries for S3 methods should use the \method markup and not their full name. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64