CRAN Package Check Results for Package modACDC

Last updated on 2025-04-21 04:50:29 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.1 5.19 54.88 60.07 OK
r-devel-linux-x86_64-debian-gcc 2.0.1 5.29 37.14 42.43 ERROR
r-devel-linux-x86_64-fedora-clang 2.0.1 93.48 NOTE
r-devel-linux-x86_64-fedora-gcc 2.0.1 88.27 NOTE
r-devel-windows-x86_64 2.0.1 7.00 71.00 78.00 OK
r-patched-linux-x86_64 2.0.1 5.96 50.21 56.17 OK
r-release-linux-x86_64 2.0.1 5.97 50.61 56.58 OK
r-release-macos-arm64 2.0.1 33.00 OK
r-release-macos-x86_64 2.0.1 87.00 OK
r-release-windows-x86_64 2.0.1 8.00 73.00 81.00 OK
r-oldrel-macos-arm64 2.0.1 34.00 OK
r-oldrel-macos-x86_64 2.0.1 44.00 OK
r-oldrel-windows-x86_64 2.0.1 11.00 90.00 101.00 OK

Check Details

Version: 2.0.1
Check: examples
Result: ERROR Running examples in ‘modACDC-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ACDC > ### Title: ACDC > ### Aliases: ACDC > > ### ** Examples > > #load CCA package for example dataset > library(CCA) Loading required package: fda Loading required package: splines Loading required package: fds Loading required package: rainbow Loading required package: MASS Loading required package: pcaPP Loading required package: RCurl Loading required package: deSolve Attaching package: ‘fda’ The following object is masked from ‘package:graphics’: matplot The following object is masked from ‘package:datasets’: gait Loading required package: fields Loading required package: spam Spam version 2.11-1 (2025-01-20) is loaded. Type 'help( Spam)' or 'demo( spam)' for a short introduction and overview of this package. Help for individual functions is also obtained by adding the suffix '.spam' to the function name, e.g. 'help( chol.spam)'. Attaching package: ‘spam’ The following objects are masked from ‘package:base’: backsolve, forwardsolve Loading required package: viridisLite Try help(fields) to get started. > > # load dataset > data("nutrimouse") > > # run function for diet and genotype > ACDC(fullData = nutrimouse$lipid, + ILC = 0.50, + externalVar = data.frame(diet=as.numeric(nutrimouse$diet), + genotype=as.numeric(nutrimouse$genotype))) Error in serverSocket(port = port) : creation of server socket failed: port 11136 cannot be opened Calls: ACDC -> <Anonymous> -> makePSOCKcluster -> serverSocket Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.0.1
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘tibble’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc