Last updated on 2025-12-07 07:50:44 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| CADF | 1 | 5 | 7 |
Current CRAN status: ERROR: 1, NOTE: 5, OK: 7
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