CRAN Package Check Results for Package CADF

Last updated on 2025-12-07 02:49:40 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1 45.21 216.23 261.44 OK
r-devel-linux-x86_64-debian-gcc 0.1 35.18 35.59 70.77 ERROR
r-devel-linux-x86_64-fedora-clang 0.1 124.00 301.65 425.65 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1 101.00 332.65 433.65 NOTE
r-devel-windows-x86_64 0.1 62.00 208.00 270.00 OK
r-patched-linux-x86_64 0.1 46.86 204.77 251.63 OK
r-release-linux-x86_64 0.1 44.62 205.54 250.16 OK
r-release-macos-arm64 0.1 OK
r-release-macos-x86_64 0.1 67.00 229.00 296.00 OK
r-release-windows-x86_64 0.1 63.00 210.00 273.00 OK
r-oldrel-macos-arm64 0.1 NOTE
r-oldrel-macos-x86_64 0.1 68.00 243.00 311.00 NOTE
r-oldrel-windows-x86_64 0.1 69.00 281.00 350.00 NOTE

Check Details

Version: 0.1
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1
Check: examples
Result: ERROR Running examples in ‘CADF-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Customer > ### Title: R6 Class representing a customer. Otherwise known as the CADF. > ### Aliases: Customer > > ### ** Examples > > library(CADF) > data("transactions") > customer <- subset(transactions, transactions$ID == 40) > today.study.cutoff <- max(customer$PURCHASE_DATE) > customer.40.CADF <- Customer$new(customer, today.study.cutoff) Error in loadNamespace(x) : there is no package called ‘jsonlite’ Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed CADF_to_migration_model 4.483 0.391 5.676 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

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

Version: 0.1
Check: installed package size
Result: NOTE installed size is 11.9Mb sub-directories of 1Mb or more: data 10.1Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64