Last updated on 2020-06-08 07:50:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5 | 2.24 | 21.41 | 23.65 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.5 | 1.79 | 17.12 | 18.91 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.5 | 39.50 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.5 | 27.76 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.5 | 8.00 | 38.00 | 46.00 | NOTE | |
r-patched-linux-x86_64 | 0.5 | 2.13 | 21.48 | 23.61 | ERROR | |
r-patched-solaris-x86 | 0.5 | 46.40 | ERROR | |||
r-release-linux-x86_64 | 0.5 | 2.06 | 21.28 | 23.34 | ERROR | |
r-release-osx-x86_64 | 0.5 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.5 | 5.00 | 57.00 | 62.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.5 | 4.00 | 35.00 | 39.00 | NOTE |
Version: 0.5
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'mvnmle'
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.5
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64, r-release-windows-ix86+x86_64, r-oldrel-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.5
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'mvnmle' in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64, r-release-windows-ix86+x86_64, r-oldrel-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.5
Check: R code for possible problems
Result: NOTE
BilogData: no visible global function definition for 'write.table'
CohensD.rawData: no visible global function definition for 'var'
EtaSq: no visible global function definition for 'summary.aov'
HedgesG.rawData: no visible global function definition for 'var'
LittleMCAR: no visible global function definition for 'mlest'
LittleMCAR: no visible global function definition for 'pchisq'
PseudoR2: no visible global function definition for 'predict'
Undefined global functions or variables:
mlest pchisq predict summary.aov var write.table
Consider adding
importFrom("stats", "pchisq", "predict", "summary.aov", "var")
importFrom("utils", "write.table")
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64, r-release-windows-ix86+x86_64, r-oldrel-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.5
Check: examples
Result: ERROR
Running examples in 'BaylorEdPsych-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: LittleMCAR
> ### Title: Little's missing completely at random (MCAR) test
> ### Aliases: LittleMCAR
> ### Keywords: Missing Little's Chi-Square Missing Completely At Random MCAR
>
> ### ** Examples
>
> data(EndersTable1_1)
> LittleMCAR(EndersTable1_1)
Loading required package: mvnmle
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called 'mvnmle'
Error in LittleMCAR(EndersTable1_1) :
You must have mvnmle installed to use LittleMCAR
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.5
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
'Test5.dat' 'mydata.dat'
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.5
Check: examples
Result: ERROR
Running examples in ‘BaylorEdPsych-Ex.R’ failed
The error most likely occurred in:
> ### Name: LittleMCAR
> ### Title: Little's missing completely at random (MCAR) test
> ### Aliases: LittleMCAR
> ### Keywords: Missing Little's Chi-Square Missing Completely At Random MCAR
>
> ### ** Examples
>
> data(EndersTable1_1)
> LittleMCAR(EndersTable1_1)
Loading required package: mvnmle
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘mvnmle’
Error in LittleMCAR(EndersTable1_1) :
You must have mvnmle installed to use LittleMCAR
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86