CRAN Package Check Results for Package otvPlots

Last updated on 2022-04-27 12:55:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 14.80 166.75 181.55 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 10.76 123.65 134.41 OK
r-devel-linux-x86_64-fedora-clang 0.2.1 176.72 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.1 171.86 ERROR
r-devel-windows-x86_64 0.2.1 27.00 170.00 197.00 OK
r-patched-linux-x86_64 0.2.1 13.55 150.94 164.49 OK
r-release-linux-x86_64 0.2.1 9.68 153.41 163.09 OK
r-release-macos-arm64 0.2.1 53.00 NOTE
r-release-macos-x86_64 0.2.1 117.00 NOTE
r-release-windows-x86_64 0.2.1 33.00 175.00 208.00 OK
r-oldrel-macos-arm64 0.2.1 61.00 NOTE
r-oldrel-macos-x86_64 0.2.1 92.00 NOTE
r-oldrel-windows-ix86+x86_64 0.2.1 30.00 170.00 200.00 OK

Check Details

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

Version: 0.2.1
Check: examples
Result: ERROR
    Running examples in ‘otvPlots-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: PlotVar
    > ### Title: Create over time variable plots and summary statitsics for one
    > ### variable
    > ### Aliases: PlotVar
    >
    > ### ** Examples
    >
    > data(bankData)
    > bankData <- PrepData(bankData, dateNm = "date", dateGp = "months",
    + dateGpBp = "quarters")
    The following variables will be plotted:
    Numerical: age balance duration campaign pdays previous
    Categorical: job marital education default housing loan contact poutcome y
    
    > data(bankLabels)
    > bankLabels <- PrepLabels(bankLabels)
    >
    > ## PlotVar will treat numerical and categorical data differently.
    > ## Binary data is always treated as categorical.
    > plot(PlotVar(bankData, myVar = "duration", weightNm = NULL, dateNm = "date",
    + dateGp = "months", dateGpBp = "quarters", labelFl = bankLabels)$p)
    Plotting duration
    Error in dataFl[, class(get(myVar))] %in% c("character", "factor") || :
     'length = 2' in coercion to 'logical(1)'
    Calls: plot -> PlotVar
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc