CRAN Package Check Results for Package ssaBSS

Last updated on 2026-04-03 01:51:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 13.49 120.66 134.15 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.1 10.57 84.01 94.58 WARN
r-devel-linux-x86_64-fedora-clang 0.1.1 24.00 179.82 203.82 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1 28.00 199.50 227.50 NOTE
r-devel-macos-arm64 0.1.2 4.00 31.00 35.00 OK
r-devel-windows-x86_64 0.1.1 16.00 138.00 154.00 NOTE
r-patched-linux-x86_64 0.1.1 15.16 113.20 128.36 NOTE
r-release-linux-x86_64 0.1.1 12.60 110.07 122.67 NOTE
r-release-macos-arm64 0.1.2 OK
r-release-macos-x86_64 0.1.1 8.00 82.00 90.00 NOTE
r-release-windows-x86_64 0.1.1 16.00 115.00 131.00 NOTE
r-oldrel-macos-arm64 0.1.1 NOTE
r-oldrel-macos-x86_64 0.1.1 8.00 63.00 71.00 NOTE
r-oldrel-windows-x86_64 0.1.1 22.00 149.00 171.00 NOTE

Check Details

Version: 0.1.1
Check: Rd files
Result: NOTE checkRd: (-1) ssaBSS-package.Rd:22: Lost braces in \itemize; meant \describe ? checkRd: (-1) ssaBSS-package.Rd:23: Lost braces in \itemize; meant \describe ? checkRd: (-1) ssaBSS-package.Rd:24: Lost braces in \itemize; meant \describe ? checkRd: (-1) ssaBSS-package.Rd:25: Lost braces in \itemize; meant \describe ? checkRd: (-1) ssaBSS-package.Rd:26: Lost braces in \itemize; meant \describe ? Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.1.1
Check: whether the namespace can be loaded with stated dependencies
Result: WARN Error: object 'components' not found whilst loading namespace 'tsBSS' Execution halted A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: whether the namespace can be unloaded cleanly
Result: WARN Error: object 'components' not found whilst loading namespace 'tsBSS' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: dependencies in R code
Result: NOTE Error: object 'components' not found whilst loading namespace 'tsBSS' Call sequence: 6: stop(gettextf("object '%s' not found whilst loading namespace '%s'", genname, package), call. = FALSE, domain = NA) 5: .registerS3method(fin[i, 1], fin[i, 2], fin[i, 3], fin[i, 4], env) 4: registerS3methods(nsInfo$S3methods, package, env) 3: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 2: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), from = package) 1: loadNamespace(package, lib.loc) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: S3 generic/method consistency
Result: WARN Error: object 'components' not found whilst loading namespace 'tsBSS' Call sequence: 6: stop(gettextf("object '%s' not found whilst loading namespace '%s'", genname, package), call. = FALSE, domain = NA) 5: .registerS3method(fin[i, 1], fin[i, 2], fin[i, 3], fin[i, 4], env) 4: registerS3methods(nsInfo$S3methods, package, env) 3: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 2: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), from = package) 1: loadNamespace(package, lib.loc) Execution halted See section ‘Generic functions and methods’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: replacement functions
Result: WARN Error: object 'components' not found whilst loading namespace 'tsBSS' Call sequence: 6: stop(gettextf("object '%s' not found whilst loading namespace '%s'", genname, package), call. = FALSE, domain = NA) 5: .registerS3method(fin[i, 1], fin[i, 2], fin[i, 3], fin[i, 4], env) 4: registerS3methods(nsInfo$S3methods, package, env) 3: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 2: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), from = package) 1: loadNamespace(package, lib.loc) Execution halted The argument of a replacement function which corresponds to the right hand side must be named ‘value’. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: foreign function calls
Result: NOTE Error: object 'components' not found whilst loading namespace 'tsBSS' Call sequence: 6: stop(gettextf("object '%s' not found whilst loading namespace '%s'", genname, package), call. = FALSE, domain = NA) 5: .registerS3method(fin[i, 1], fin[i, 2], fin[i, 3], fin[i, 4], env) 4: registerS3methods(nsInfo$S3methods, package, env) 3: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 2: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), from = package) 1: loadNamespace(package, lib.loc) Execution halted See chapter ‘System and foreign language interfaces’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: R code for possible problems
Result: NOTE Error: object 'components' not found whilst loading namespace 'tsBSS' Call sequence: 6: stop(gettextf("object '%s' not found whilst loading namespace '%s'", genname, package), call. = FALSE, domain = NA) 5: .registerS3method(fin[i, 1], fin[i, 2], fin[i, 3], fin[i, 4], env) 4: registerS3methods(nsInfo$S3methods, package, env) 3: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 2: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), from = package) 1: loadNamespace(package, lib.loc) Execution halted Error: object 'components' not found whilst loading namespace 'tsBSS' Execution halted Error: object 'components' not found whilst loading namespace 'tsBSS' Call sequence: 6: stop(gettextf("object '%s' not found whilst loading namespace '%s'", genname, package), call. = FALSE, domain = NA) 5: .registerS3method(fin[i, 1], fin[i, 2], fin[i, 3], fin[i, 4], env) 4: registerS3methods(nsInfo$S3methods, package, env) 3: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 2: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), from = package) 1: loadNamespace(package, lib.loc) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: Rd \usage sections
Result: NOTE Error: object 'components' not found whilst loading namespace 'tsBSS' Call sequence: 6: stop(gettextf("object '%s' not found whilst loading namespace '%s'", genname, package), call. = FALSE, domain = NA) 5: .registerS3method(fin[i, 1], fin[i, 2], fin[i, 3], fin[i, 4], env) 4: registerS3methods(nsInfo$S3methods, package, env) 3: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 2: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), from = package) 1: loadNamespace(package, lib.loc) 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-linux-x86_64-debian-gcc