Last updated on 2020-04-09 09:48:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 5.77 | 45.34 | 51.11 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 5.43 | 34.72 | 40.15 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 59.90 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 57.94 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0 | 18.00 | 85.00 | 103.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0 | 13.00 | 57.00 | 70.00 | ERROR | |
r-patched-linux-x86_64 | 1.0 | 7.17 | 42.60 | 49.77 | ERROR | |
r-patched-osx-x86_64 | 1.0 | ERROR | ||||
r-patched-solaris-x86 | 1.0 | 87.30 | ERROR | |||
r-release-linux-x86_64 | 1.0 | 5.22 | 46.37 | 51.59 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 20.00 | 102.00 | 122.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 12.00 | 65.00 | 77.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
mfix : m4m: no visible global function definition for 'median'
rrfa: no visible global function definition for 'predict'
rrfb: no visible global function definition for 'predict'
rrfc1: no visible global function definition for 'predict'
rrfc2: no visible global function definition for 'predict'
rrfc3: no visible global function definition for 'predict'
rrfc4: no visible global function definition for 'predict'
rrfc5 : regdat: no visible global function definition for 'predict'
rrfc5 : regdat: no visible global function definition for 'glm'
rrfc5: no visible global function definition for 'predict'
rrfc6: no visible global function definition for 'predict'
rrfc7: no visible global function definition for 'predict'
rrfd: no visible global function definition for 'predict'
rrfe : rdms: no visible global function definition for 'rbinom'
rrfe: no visible global function definition for 'predict'
Undefined global functions or variables:
glm median predict rbinom
Consider adding
importFrom("stats", "glm", "median", "predict", "rbinom")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-osx-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.0
Check: examples
Result: ERROR
Running examples in 'roughrf-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: mfix
> ### Title: Four single imputation methods
> ### Aliases: mfix
>
> ### ** Examples
>
> dat=data.frame(continuous=c(1,2,3,4,5),categorical=c('a','a','a','a','b'))
> dat[2,]=NA
> dat
continuous categorical
1 1 a
2 NA <NA>
3 3 a
4 4 a
5 5 b
> summary(dat)
continuous categorical
Min. :1.00 Length:5
1st Qu.:2.50 Class :character
Median :3.50 Mode :character
Mean :3.25
3rd Qu.:4.25
Max. :5.00
NA's :1
> mfix(dat,1)[2,] #median/mode imputation
Error in mmfix.data.frame(x) : mfix only works for numeric or factor
Calls: mfix -> mmfix -> mmfix.data.frame
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘roughrf-Ex.R’ failed
The error most likely occurred in:
> ### Name: mfix
> ### Title: Four single imputation methods
> ### Aliases: mfix
>
> ### ** Examples
>
> dat=data.frame(continuous=c(1,2,3,4,5),categorical=c('a','a','a','a','b'))
> dat[2,]=NA
> dat
continuous categorical
1 1 a
2 NA <NA>
3 3 a
4 4 a
5 5 b
> summary(dat)
continuous categorical
Min. :1.00 Length:5
1st Qu.:2.50 Class :character
Median :3.50 Mode :character
Mean :3.25
3rd Qu.:4.25
Max. :5.00
NA's :1
> mfix(dat,1)[2,] #median/mode imputation
Error in mmfix.data.frame(x) : mfix only works for numeric or factor
Calls: mfix -> mmfix -> mmfix.data.frame
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-osx-x86_64, r-patched-solaris-x86