Last updated on 2021-01-25 00:47:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.27 | 5.61 | 41.44 | 47.05 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.27 | 4.68 | 31.83 | 36.51 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.27 | 65.45 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.27 | 55.35 | OK | |||
r-devel-windows-ix86+x86_64 | 0.5.27 | 12.00 | 61.00 | 73.00 | OK | |
r-patched-linux-x86_64 | 0.5.27 | 5.22 | 38.91 | 44.13 | OK | |
r-patched-solaris-x86 | 0.5.27 | 74.30 | OK | |||
r-release-linux-x86_64 | 0.5.27 | 5.63 | 39.29 | 44.92 | OK | |
r-release-macos-x86_64 | 0.5.27 | OK | ||||
r-release-windows-ix86+x86_64 | 0.5.27 | 25.00 | 57.00 | 82.00 | OK | |
r-oldrel-macos-x86_64 | 0.5.27 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.5.27 | 7.00 | 55.00 | 62.00 | ERROR |
Version: 0.5.27
Check: R code for possible problems
Result: NOTE
report.betareg: no visible global function definition for ‘deparse1’
report.brmsfit: no visible global function definition for ‘deparse1’
report.clm: no visible global function definition for ‘deparse1’
report.clmm: no visible global function definition for ‘deparse1’
report.coxph: no visible global function definition for ‘deparse1’
report.default: no visible global function definition for ‘deparse1’
report.glm: no visible global function definition for ‘deparse1’
report.glmerMod: no visible global function definition for ‘deparse1’
report.glmmadmb: no visible global function definition for ‘deparse1’
report.glmnet: no visible global function definition for ‘deparse1’
report.lm: no visible global function definition for ‘deparse1’
report.lqmm: no visible global function definition for ‘deparse1’
report.merModLmerTest: no visible global function definition for
‘deparse1’
report.rlm: no visible global function definition for ‘deparse1’
report.rq: no visible global function definition for ‘deparse1’
Undefined global functions or variables:
deparse1
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.5.27
Check: examples
Result: ERROR
Running examples in ‘clickR-Ex.R’ failed
The error most likely occurred in:
> ### Name: restore_changes
> ### Title: Restore changes
> ### Aliases: restore_changes
>
> ### ** Examples
>
> mydata<-data.frame(Dates1=c("25/06/1983", "25-08/2014", "2001/11/01", "2008-10-01"),
+ Dates2=c("01/01/85", "04/04/1982", "07/12-2016", NA),
+ Numeric1=rnorm(4))
> mydata <- fix.dates(mydata)
[1] "0 new missing values generated"
[1] "0 variables excluded following max.NA criterion"
[1] "0 variables excluded following min.obs criterion"
Warning in `[<-.factor`(`*tmp*`, ri, value = c(1L, 2L, 3L, 4L, 1L, 2L, 3L :
invalid factor level, NA generated
> mydata
Dates1 Dates2 Numeric1
1 1983-06-25 1985-01-01 -0.6264538
2 2014-08-25 1982-04-04 0.1836433
3 2001-11-01 2016-12-07 -0.8356286
4 2008-10-01 <NA> 1.5952808
> mydata <- restore_changes(mydata, "Dates1")
Error in x[, y][as.numeric(changes.y$observation[changes.y$observation != :
NAs are not allowed in subscripted assignments
Calls: restore_changes -> lapply -> FUN
Execution halted
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64