CRAN Package Check Results for Package ACDm

Last updated on 2024-06-11 01:54:35 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4.3 16.66 95.52 112.18 OK
r-devel-linux-x86_64-debian-gcc 1.0.4.3 15.28 68.62 83.90 OK
r-devel-linux-x86_64-fedora-clang 1.0.4.3 140.15 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.4.3 139.10 NOTE
r-devel-windows-x86_64 1.0.4.3 21.00 117.00 138.00 NOTE
r-patched-linux-x86_64 1.0.4.3 24.88 91.24 116.12 OK
r-release-linux-x86_64 1.0.4.3 15.10 94.58 109.68 OK
r-release-macos-arm64 1.0.4.3 48.00 OK
r-release-macos-x86_64 1.0.4.3 66.00 OK
r-release-windows-x86_64 1.0.4.3 23.00 104.00 127.00 OK
r-oldrel-macos-arm64 1.0.4.3 49.00 OK
r-oldrel-macos-x86_64 1.0.4.3 97.00 OK
r-oldrel-windows-x86_64 1.0.4.3 26.00 115.00 141.00 OK

Check Details

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