Last updated on 2025-09-13 00:51:25 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
radiant | 1 | 12 | |
radiant.basics | 13 | ||
radiant.data | 13 | ||
radiant.design | 13 | ||
radiant.model | 1 | 12 | |
radiant.multivariate | 13 | ||
shinyAce | 3 | 10 |
Current CRAN status: ERROR: 1, OK: 12
Version: 1.6.6
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'programming.Rmd' using rmarkdown
Quitting from programming.Rmd:108-113 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `ll()`:
! could not find function "ll"
---
Backtrace:
▆
1. ├─base::summary(result, sum_check = "confint")
2. ├─radiant.model:::summary.regress(result, sum_check = "confint")
3. │ ├─glance(object$model) %>% round(dec)
4. │ ├─generics::glance(object$model)
5. │ └─broom:::glance.lm(object$model)
6. │ ├─base::with(...)
7. │ └─base::with.default(...)
8. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
9. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
10. │ └─tibble::tibble(...)
11. │ └─tibble:::tibble_quos(xs, .rows, .name_repair)
12. │ └─rlang::eval_tidy(xs[[j]], mask)
13. ├─stats::AIC(x)
14. └─stats:::AIC.default(x)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'programming.Rmd' failed with diagnostics:
could not find function "ll"
--- failed re-building 'programming.Rmd'
SUMMARY: processing the following file failed:
'programming.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 1.6.7
Check: examples
Result: ERROR
Running examples in 'radiant.model-Ex.R' failed
The error most likely occurred in:
> ### Name: regress
> ### Title: Linear regression using OLS
> ### Aliases: regress
>
> ### ** Examples
>
> regress(diamonds, "price", c("carat", "clarity"), check = "standardize") %>% summary()
Linear regression (OLS)
Data : diamonds
Response variable : price
Explanatory variables: carat, clarity
Null hyp.: the effect of x on price is zero
Alt. hyp.: the effect of x on price is not zero
**Standardized coefficients shown (2 X SD)**
coefficient std.error t.value p.value
(Intercept) -0.504 0.025 -20.379 < .001 ***
carat 1.010 0.006 165.125 < .001 ***
clarity|SI2 0.353 0.025 13.857 < .001 ***
clarity|SI1 0.456 0.025 17.997 < .001 ***
clarity|VS2 0.537 0.025 21.080 < .001 ***
clarity|VS1 0.564 0.026 21.809 < .001 ***
clarity|VVS2 0.646 0.027 24.307 < .001 ***
clarity|VVS1 0.635 0.027 23.466 < .001 ***
clarity|IF 0.665 0.030 22.534 < .001 ***
Error in ll(object) : could not find function "ll"
Calls: %>% ... tibble_quos -> eval_tidy -> <Anonymous> -> AIC.default
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.6.7
Check: tests
Result: ERROR
Running 'testthat.R' [6s]
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 objects are masked from 'package:base':
date, intersect, setdiff, union
Loading required package: tidyr
Attaching package: 'tidyr'
The following object is masked from 'package:magrittr':
extract
The following object is masked from 'package:testthat':
matches
Loading required package: dplyr
Attaching package: 'dplyr'
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:magrittr':
set_attr
The following object is masked from 'package:testthat':
describe
The following object is masked from 'package:base':
date
SI1 9 114304.420 104924.680 123684.159 9379.739
sex|male 0.080 -92.0% -2.522 0.163 -15.447 < .001 ***
2nd female 0.779 0.712 0.833
1st female 0.896 0.856 0.926
1st female 29.000 0.919 0.880 0.945
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 22 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_stats.R:10:3'): regress ────────────────────────────────────────
Error in `ll(object)`: could not find function "ll"
Backtrace:
▆
1. ├─capture.output(summary(result))[10] %>% trim() at test_stats.R:10:3
2. ├─radiant.model (local) trim(.)
3. │ └─base::gsub("^\\s+|\\s+$", "", x) at test_stats.R:3:9
4. │ └─base::is.factor(x)
5. ├─utils::capture.output(summary(result))
6. │ └─base::withVisible(...elt(i))
7. ├─base::summary(result)
8. ├─radiant.model:::summary.regress(result)
9. │ ├─glance(object$model) %>% round(dec)
10. │ ├─generics::glance(object$model)
11. │ └─broom:::glance.lm(object$model)
12. │ ├─base::with(...)
13. │ └─base::with.default(...)
14. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
15. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
16. │ └─tibble::tibble(...)
17. │ └─tibble:::tibble_quos(xs, .rows, .name_repair)
18. │ └─rlang::eval_tidy(xs[[j]], mask)
19. ├─stats::AIC(x)
20. └─stats:::AIC.default(x)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 22 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: NOTE: 3, OK: 10
Version: 0.4.4
Check: installed package size
Result: NOTE
installed size is 8.0Mb
sub-directories of 1Mb or more:
www 7.7Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64