CRAN Package Check Results for Package radiant.model

Last updated on 2018-10-03 08:48:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.5 12.08 132.65 144.73 ERROR
r-devel-linux-x86_64-debian-gcc 0.9.5 9.38 104.02 113.40 ERROR
r-devel-linux-x86_64-fedora-clang 0.9.5 173.54 ERROR
r-devel-linux-x86_64-fedora-gcc 0.9.5 169.19 ERROR
r-devel-windows-ix86+x86_64 0.9.5 41.00 147.00 188.00 ERROR
r-patched-linux-x86_64 0.9.5 11.38 121.01 132.39 ERROR
r-patched-solaris-x86 0.9.5 227.50 ERROR
r-release-linux-x86_64 0.9.5 12.42 121.40 133.82 ERROR
r-release-windows-ix86+x86_64 0.9.5 47.00 150.00 197.00 ERROR
r-release-osx-x86_64 0.9.5 NOTE
r-oldrel-windows-ix86+x86_64 0.9.5 21.00 255.00 276.00 ERROR
r-oldrel-osx-x86_64 0.9.5 NOTE

Check Details

Version: 0.9.5
Check: examples
Result: ERROR
    Running examples in ‘radiant.model-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: write.coeff
    > ### Title: Write coefficient table for linear and logistic regression
    > ### Aliases: write.coeff
    >
    > ### ** Examples
    >
    > regress(diamonds, rvar = "price", evar = c("carat", "clarity", "x"), check = "standardize") %>%
    + write.coeff(sort = TRUE) %>%
    + format_df(dec = 3)
    Standardized coefficients selected
    
    Warning: Unknown or uninitialised column: 'OR'.
    Warning: Unknown or uninitialised column: 'coeff'.
    Error in abs(object$coeff) :
     non-numeric argument to mathematical function
    Calls: %>% ... eval -> _fseq -> freduce -> <Anonymous> -> write.coeff
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.9.5
Check: tests
Result: ERROR
     Running ‘testthat.R’ [8s/9s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > ## use shift-cmd-t to run all tests
     > library(testthat)
     > test_check("radiant.model")
     Loading required package: radiant.model
     Loading required package: radiant.data
     Loading required package: magrittr
    
     Attaching package: 'magrittr'
    
     The following objects are masked from 'package:testthat':
    
     equals, is_less_than, not
    
     Loading required package: ggplot2
     Loading required package: lubridate
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:base':
    
     date
    
     Loading required package: tidyr
    
     Attaching package: 'tidyr'
    
     The following object is masked from 'package:magrittr':
    
     extract
    
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following objects are masked from 'package:lubridate':
    
     intersect, setdiff, union
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
     Attaching package: 'radiant.data'
    
     The following objects are masked from 'package:lubridate':
    
     month, wday
    
     The following object is masked from 'package:ggplot2':
    
     diamonds
    
     The following object is masked from 'package:testthat':
    
     describe
    
     <chr> <chr> <chr> <chr> <chr> <chr>
     ── 1. Failure: regress (@test_stats.R#13) ─────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     ── 2. Failure: regress (@test_stats.R#17) ─────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     ── 3. Failure: regress (@test_stats.R#23) ─────────────────────────────────────
     `res1` not equal to `res2`.
     Lengths differ: 26 is not 24
    
     ── 4. Failure: logistic (@test_stats.R#45) ────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     ── 5. Failure: logistic (@test_stats.R#49) ────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     2nd female 0.779 0.712 0.833
     1st female 0.896 0.856 0.926
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 13 SKIPPED: 0 FAILED: 5
     1. Failure: regress (@test_stats.R#13)
     2. Failure: regress (@test_stats.R#17)
     3. Failure: regress (@test_stats.R#23)
     4. Failure: logistic (@test_stats.R#45)
     5. Failure: logistic (@test_stats.R#49)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64

Version: 0.9.5
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/9s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > ## use shift-cmd-t to run all tests
     > library(testthat)
     > test_check("radiant.model")
     Loading required package: radiant.model
     Loading required package: radiant.data
     Loading required package: magrittr
    
     Attaching package: 'magrittr'
    
     The following objects are masked from 'package:testthat':
    
     equals, is_less_than, not
    
     Loading required package: ggplot2
     Loading required package: lubridate
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:base':
    
     date
    
     Loading required package: tidyr
    
     Attaching package: 'tidyr'
    
     The following object is masked from 'package:magrittr':
    
     extract
    
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following objects are masked from 'package:lubridate':
    
     intersect, setdiff, union
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
     Attaching package: 'radiant.data'
    
     The following objects are masked from 'package:lubridate':
    
     month, wday
    
     The following object is masked from 'package:ggplot2':
    
     diamonds
    
     The following object is masked from 'package:testthat':
    
     describe
    
     <chr> <chr> <chr> <chr> <chr> <chr>
     ── 1. Failure: regress (@test_stats.R#13) ─────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     ── 2. Failure: regress (@test_stats.R#17) ─────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     ── 3. Failure: regress (@test_stats.R#23) ─────────────────────────────────────
     `res1` not equal to `res2`.
     Lengths differ: 26 is not 24
    
     ── 4. Failure: logistic (@test_stats.R#45) ────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     ── 5. Failure: logistic (@test_stats.R#49) ────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     2nd female 0.779 0.712 0.833
     1st female 0.896 0.856 0.926
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 13 SKIPPED: 0 FAILED: 5
     1. Failure: regress (@test_stats.R#13)
     2. Failure: regress (@test_stats.R#17)
     3. Failure: regress (@test_stats.R#23)
     4. Failure: logistic (@test_stats.R#45)
     5. Failure: logistic (@test_stats.R#49)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9.5
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘rstudioapi’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.9.5
Check: data for non-ASCII characters
Result: NOTE
     Note: found 2 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.9.5
Check: examples
Result: ERROR
    Running examples in ‘radiant.model-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: write.coeff
    > ### Title: Write coefficient table for linear and logistic regression
    > ### Aliases: write.coeff
    >
    > ### ** Examples
    >
    > regress(diamonds, rvar = "price", evar = c("carat", "clarity", "x"), check = "standardize") %>%
    + write.coeff(sort = TRUE) %>%
    + format_df(dec = 3)
    Standardized coefficients selected
    
    Warning: Unknown or uninitialised column: 'OR'.
    Warning: Unknown or uninitialised column: 'coeff'.
    Error in abs(object$coeff) :
     non-numeric argument to mathematical function
    Calls: %>% ... eval -> _fseq -> freduce -> <Anonymous> -> write.coeff
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.9.5
Check: tests
Result: ERROR
     Running ‘testthat.R’ [10s/12s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > ## use shift-cmd-t to run all tests
     > library(testthat)
     > test_check("radiant.model")
     Loading required package: radiant.model
     Loading required package: radiant.data
     Loading required package: magrittr
    
     Attaching package: 'magrittr'
    
     The following objects are masked from 'package:testthat':
    
     equals, is_less_than, not
    
     Loading required package: ggplot2
     Loading required package: lubridate
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:base':
    
     date
    
     Loading required package: tidyr
    
     Attaching package: 'tidyr'
    
     The following object is masked from 'package:magrittr':
    
     extract
    
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following objects are masked from 'package:lubridate':
    
     intersect, setdiff, union
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
     Attaching package: 'radiant.data'
    
     The following objects are masked from 'package:lubridate':
    
     month, wday
    
     The following object is masked from 'package:ggplot2':
    
     diamonds
    
     The following object is masked from 'package:testthat':
    
     describe
    
     <chr> <chr> <chr> <chr> <chr> <chr>
     ── 1. Failure: regress (@test_stats.R#13) ─────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     ── 2. Failure: regress (@test_stats.R#17) ─────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     ── 3. Failure: regress (@test_stats.R#23) ─────────────────────────────────────
     `res1` not equal to `res2`.
     Lengths differ: 26 is not 24
    
     ── 4. Failure: logistic (@test_stats.R#45) ────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     ── 5. Failure: logistic (@test_stats.R#49) ────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     2nd female 0.779 0.712 0.833
     1st female 0.896 0.856 0.926
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 13 SKIPPED: 0 FAILED: 5
     1. Failure: regress (@test_stats.R#13)
     2. Failure: regress (@test_stats.R#17)
     3. Failure: regress (@test_stats.R#23)
     4. Failure: logistic (@test_stats.R#45)
     5. Failure: logistic (@test_stats.R#49)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.9.5
Check: tests
Result: ERROR
     Running ‘testthat.R’ [10s/11s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > ## use shift-cmd-t to run all tests
     > library(testthat)
     > test_check("radiant.model")
     Loading required package: radiant.model
     Loading required package: radiant.data
     Loading required package: magrittr
    
     Attaching package: 'magrittr'
    
     The following objects are masked from 'package:testthat':
    
     equals, is_less_than, not
    
     Loading required package: ggplot2
     Loading required package: lubridate
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:base':
    
     date
    
     Loading required package: tidyr
    
     Attaching package: 'tidyr'
    
     The following object is masked from 'package:magrittr':
    
     extract
    
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following objects are masked from 'package:lubridate':
    
     intersect, setdiff, union
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
     Attaching package: 'radiant.data'
    
     The following objects are masked from 'package:lubridate':
    
     month, wday
    
     The following object is masked from 'package:ggplot2':
    
     diamonds
    
     The following object is masked from 'package:testthat':
    
     describe
    
     <chr> <chr> <chr> <chr> <chr> <chr>
     ── 1. Failure: regress (@test_stats.R#13) ─────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     ── 2. Failure: regress (@test_stats.R#17) ─────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     ── 3. Failure: regress (@test_stats.R#23) ─────────────────────────────────────
     `res1` not equal to `res2`.
     Lengths differ: 26 is not 24
    
     ── 4. Failure: logistic (@test_stats.R#45) ────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     ── 5. Failure: logistic (@test_stats.R#49) ────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     2nd female 0.779 0.712 0.833
     1st female 0.896 0.856 0.926
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 13 SKIPPED: 0 FAILED: 5
     1. Failure: regress (@test_stats.R#13)
     2. Failure: regress (@test_stats.R#17)
     3. Failure: regress (@test_stats.R#23)
     4. Failure: logistic (@test_stats.R#45)
     5. Failure: logistic (@test_stats.R#49)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.9.5
Check: tests
Result: ERROR
     Running 'testthat.R' [8s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > ## use shift-cmd-t to run all tests
     > library(testthat)
     > test_check("radiant.model")
     Loading required package: radiant.model
     Loading required package: radiant.data
     Loading required package: magrittr
    
     Attaching package: 'magrittr'
    
     The following objects are masked from 'package:testthat':
    
     equals, is_less_than, not
    
     Loading required package: ggplot2
     Loading required package: lubridate
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:base':
    
     date
    
     Loading required package: tidyr
    
     Attaching package: 'tidyr'
    
     The following object is masked from 'package:magrittr':
    
     extract
    
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following objects are masked from 'package:lubridate':
    
     intersect, setdiff, union
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
     Attaching package: 'radiant.data'
    
     The following objects are masked from 'package:lubridate':
    
     month, wday
    
     The following object is masked from 'package:ggplot2':
    
     diamonds
    
     The following object is masked from 'package:testthat':
    
     describe
    
     <chr> <chr> <chr> <chr> <chr> <chr>
     -- 1. Failure: regress (@test_stats.R#13) -------------------------------------
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     -- 2. Failure: regress (@test_stats.R#17) -------------------------------------
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     -- 3. Failure: regress (@test_stats.R#23) -------------------------------------
     `res1` not equal to `res2`.
     Lengths differ: 26 is not 24
    
     -- 4. Failure: logistic (@test_stats.R#45) ------------------------------------
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     -- 5. Failure: logistic (@test_stats.R#49) ------------------------------------
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     2nd female 0.779 0.712 0.833
     1st female 0.896 0.856 0.926
     == testthat results ===========================================================
     OK: 13 SKIPPED: 0 FAILED: 5
     1. Failure: regress (@test_stats.R#13)
     2. Failure: regress (@test_stats.R#17)
     3. Failure: regress (@test_stats.R#23)
     4. Failure: logistic (@test_stats.R#45)
     5. Failure: logistic (@test_stats.R#49)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.9.5
Check: tests
Result: ERROR
     Running ‘testthat.R’ [13s/16s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > ## use shift-cmd-t to run all tests
     > library(testthat)
     > test_check("radiant.model")
     Loading required package: radiant.model
     Loading required package: radiant.data
     Loading required package: magrittr
    
     Attaching package: 'magrittr'
    
     The following objects are masked from 'package:testthat':
    
     equals, is_less_than, not
    
     Loading required package: ggplot2
     Loading required package: lubridate
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:base':
    
     date
    
     Loading required package: tidyr
    
     Attaching package: 'tidyr'
    
     The following object is masked from 'package:magrittr':
    
     extract
    
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following objects are masked from 'package:lubridate':
    
     intersect, setdiff, union
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
     Attaching package: 'radiant.data'
    
     The following objects are masked from 'package:lubridate':
    
     month, wday
    
     The following object is masked from 'package:ggplot2':
    
     diamonds
    
     The following object is masked from 'package:testthat':
    
     describe
    
     <chr> <chr> <chr> <chr> <chr> <chr>
     ── 1. Failure: regress (@test_stats.R#13) ─────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     ── 2. Failure: regress (@test_stats.R#17) ─────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     ── 3. Failure: regress (@test_stats.R#23) ─────────────────────────────────────
     `res1` not equal to `res2`.
     Lengths differ: 26 is not 24
    
     ── 4. Failure: logistic (@test_stats.R#45) ────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     ── 5. Failure: logistic (@test_stats.R#49) ────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     2nd female 0.779 0.712 0.833
     1st female 0.896 0.856 0.926
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 13 SKIPPED: 0 FAILED: 5
     1. Failure: regress (@test_stats.R#13)
     2. Failure: regress (@test_stats.R#17)
     3. Failure: regress (@test_stats.R#23)
     4. Failure: logistic (@test_stats.R#45)
     5. Failure: logistic (@test_stats.R#49)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.9.5
Check: tests
Result: ERROR
     Running ‘testthat.R’ [8s/8s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > ## use shift-cmd-t to run all tests
     > library(testthat)
     > test_check("radiant.model")
     Loading required package: radiant.model
     Loading required package: radiant.data
     Loading required package: magrittr
    
     Attaching package: 'magrittr'
    
     The following objects are masked from 'package:testthat':
    
     equals, is_less_than, not
    
     Loading required package: ggplot2
     Loading required package: lubridate
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:base':
    
     date
    
     Loading required package: tidyr
    
     Attaching package: 'tidyr'
    
     The following object is masked from 'package:magrittr':
    
     extract
    
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following objects are masked from 'package:lubridate':
    
     intersect, setdiff, union
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
     Attaching package: 'radiant.data'
    
     The following objects are masked from 'package:lubridate':
    
     month, wday
    
     The following object is masked from 'package:ggplot2':
    
     diamonds
    
     The following object is masked from 'package:testthat':
    
     describe
    
     <chr> <chr> <chr> <chr> <chr> <chr>
     ── 1. Failure: regress (@test_stats.R#13) ─────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     ── 2. Failure: regress (@test_stats.R#17) ─────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     ── 3. Failure: regress (@test_stats.R#23) ─────────────────────────────────────
     `res1` not equal to `res2`.
     Lengths differ: 26 is not 24
    
     ── 4. Failure: logistic (@test_stats.R#45) ────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     ── 5. Failure: logistic (@test_stats.R#49) ────────────────────────────────────
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     2nd female 0.779 0.712 0.833
     1st female 0.896 0.856 0.926
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 13 SKIPPED: 0 FAILED: 5
     1. Failure: regress (@test_stats.R#13)
     2. Failure: regress (@test_stats.R#17)
     3. Failure: regress (@test_stats.R#23)
     4. Failure: logistic (@test_stats.R#45)
     5. Failure: logistic (@test_stats.R#49)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.9.5
Check: tests
Result: ERROR
     Running 'testthat.R' [9s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > ## use shift-cmd-t to run all tests
     > library(testthat)
     > test_check("radiant.model")
     Loading required package: radiant.model
     Loading required package: radiant.data
     Loading required package: magrittr
    
     Attaching package: 'magrittr'
    
     The following objects are masked from 'package:testthat':
    
     equals, is_less_than, not
    
     Loading required package: ggplot2
     Loading required package: lubridate
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:base':
    
     date
    
     Loading required package: tidyr
    
     Attaching package: 'tidyr'
    
     The following object is masked from 'package:magrittr':
    
     extract
    
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following objects are masked from 'package:lubridate':
    
     intersect, setdiff, union
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
     Attaching package: 'radiant.data'
    
     The following objects are masked from 'package:lubridate':
    
     month, wday
    
     The following object is masked from 'package:ggplot2':
    
     diamonds
    
     The following object is masked from 'package:testthat':
    
     describe
    
     <chr> <chr> <chr> <chr> <chr> <chr>
     -- 1. Failure: regress (@test_stats.R#13) -------------------------------------
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     -- 2. Failure: regress (@test_stats.R#17) -------------------------------------
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     -- 3. Failure: regress (@test_stats.R#23) -------------------------------------
     `res1` not equal to `res2`.
     Lengths differ: 26 is not 24
    
     -- 4. Failure: logistic (@test_stats.R#45) ------------------------------------
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     -- 5. Failure: logistic (@test_stats.R#49) ------------------------------------
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     2nd female 0.779 0.712 0.833
     1st female 0.896 0.856 0.926
     == testthat results ===========================================================
     OK: 13 SKIPPED: 0 FAILED: 5
     1. Failure: regress (@test_stats.R#13)
     2. Failure: regress (@test_stats.R#17)
     3. Failure: regress (@test_stats.R#23)
     4. Failure: logistic (@test_stats.R#45)
     5. Failure: logistic (@test_stats.R#49)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.9.5
Check: tests
Result: ERROR
     Running 'testthat.R' [20s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > ## use shift-cmd-t to run all tests
     > library(testthat)
     > test_check("radiant.model")
     Loading required package: radiant.model
     Loading required package: radiant.data
     Loading required package: magrittr
    
     Attaching package: 'magrittr'
    
     The following objects are masked from 'package:testthat':
    
     equals, is_less_than, not
    
     Loading required package: ggplot2
     Loading required package: lubridate
    
     Attaching package: 'lubridate'
    
     The following object is masked from 'package:base':
    
     date
    
     Loading required package: tidyr
    
     Attaching package: 'tidyr'
    
     The following object is masked from 'package:magrittr':
    
     extract
    
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following objects are masked from 'package:lubridate':
    
     intersect, setdiff, union
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
     Attaching package: 'radiant.data'
    
     The following objects are masked from 'package:lubridate':
    
     month, wday
    
     The following object is masked from 'package:ggplot2':
    
     diamonds
    
     The following object is masked from 'package:testthat':
    
     describe
    
     <chr> <chr> <chr> <chr> <chr> <chr>
     -- 1. Failure: regress (@test_stats.R#13) -------------------------------------
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     -- 2. Failure: regress (@test_stats.R#17) -------------------------------------
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "<chr> <chr> <chr> <chr> <chr> <chr>"
     y[1]: "carat 8438.030 51.101 165.125 < .001 ***"
    
     -- 3. Failure: regress (@test_stats.R#23) -------------------------------------
     `res1` not equal to `res2`.
     Lengths differ: 26 is not 24
    
     -- 4. Failure: logistic (@test_stats.R#45) ------------------------------------
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     -- 5. Failure: logistic (@test_stats.R#49) ------------------------------------
     `res1` not equal to `res2`.
     1/1 mismatches
     x[1]: "2 \"pclass|2nd \" 0.409 -0.893 0.208 -4.290 < .001 ***"
     y[1]: "sex|male 0.080 -2.522 0.163 -15.447 < .001 ***"
    
     2nd female 0.779 0.712 0.833
     1st female 0.896 0.856 0.926
     == testthat results ===========================================================
     OK: 13 SKIPPED: 0 FAILED: 5
     1. Failure: regress (@test_stats.R#13)
     2. Failure: regress (@test_stats.R#17)
     3. Failure: regress (@test_stats.R#23)
     4. Failure: logistic (@test_stats.R#45)
     5. Failure: logistic (@test_stats.R#49)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64