Last updated on 2022-04-27 11:53:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2-1 | 1.75 | 45.99 | 47.74 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2-1 | 1.96 | 35.40 | 37.36 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2-1 | 44.79 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2-1 | 43.52 | ERROR | |||
r-devel-windows-x86_64 | 0.2-1 | 9.00 | 65.00 | 74.00 | NOTE | |
r-patched-linux-x86_64 | 0.2-1 | 2.69 | 45.10 | 47.79 | NOTE | |
r-release-linux-x86_64 | 0.2-1 | 2.91 | 45.76 | 48.67 | NOTE | |
r-release-macos-arm64 | 0.2-1 | 20.00 | NOTE | |||
r-release-macos-x86_64 | 0.2-1 | 36.00 | NOTE | |||
r-release-windows-x86_64 | 0.2-1 | 5.00 | 64.00 | 69.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2-1 | 22.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2-1 | 31.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.2-1 | 5.00 | 56.00 | 61.00 | NOTE |
Version: 0.2-1
Check: dependencies in R code
Result: NOTE
Packages in Depends field not imported from:
'mvtnorm' 'numDeriv'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.2-1
Check: R code for possible problems
Result: NOTE
dmymvnorm: no visible global function definition for 'dmvnorm'
dmymvt: no visible global function definition for 'dmvt'
gof.test: no visible global function definition for 'quantile'
gof.test : ecdf: no visible global function definition for 'mecdf'
gof.test: no visible global function definition for 'jacobian'
gof.test: no visible global function definition for 'var'
gradCdfT: no visible global function definition for 'dt'
gradCdfT: no visible global function definition for 'pt'
gradCdfT: no visible global function definition for 'pmvt'
influFun: no visible global function definition for 'jacobian'
mult.sim: no visible global function definition for 'rnorm'
plackettFormula: no visible global function definition for 'pt'
plackettFormula: no visible global function definition for 'pmvt'
pmymvnorm: no visible global function definition for 'GenzBretz'
pmymvnorm: no visible global function definition for 'TVPACK'
pmymvnorm : <anonymous>: no visible global function definition for
'pmvnorm'
pmymvt: no visible global function definition for 'GenzBretz'
pmymvt: no visible global function definition for 'TVPACK'
pmymvt : <anonymous>: no visible global function definition for 'pmvt'
rmymvnorm: no visible global function definition for 'rmvnorm'
rmymvt: no visible global function definition for 'rmvt'
Undefined global functions or variables:
GenzBretz TVPACK dmvnorm dmvt dt jacobian mecdf pmvnorm pmvt pt
quantile rmvnorm rmvt rnorm var
Consider adding
importFrom("stats", "dt", "pt", "quantile", "rnorm", "var")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.2-1
Check: examples
Result: ERROR
Running examples in ‘fgof-Ex.R’ failed
The error most likely occurred in:
> ### Name: gof.test
> ### Title: One Sample Goodness-of-fit Test
> ### Aliases: gof.test
> ### Keywords: htest
>
> ### ** Examples
>
> set.seed(123)
>
> n <- 200
> x <- rlnorm(200, 1, 1)
>
> system.time(m1 <- gof.test(x, "lnorm", 1000, list(meanlog=1, sdlog=1), simulation="pb"))
Error in dim == 1 && qgrid == "fitted" :
'length = 2' in coercion to 'logical(1)'
Calls: system.time -> gof.test
Timing stopped at: 0.002 0 0.002
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2-1
Check: examples
Result: ERROR
Running examples in ‘fgof-Ex.R’ failed
The error most likely occurred in:
> ### Name: gof.test
> ### Title: One Sample Goodness-of-fit Test
> ### Aliases: gof.test
> ### Keywords: htest
>
> ### ** Examples
>
> set.seed(123)
>
> n <- 200
> x <- rlnorm(200, 1, 1)
>
> system.time(m1 <- gof.test(x, "lnorm", 1000, list(meanlog=1, sdlog=1), simulation="pb"))
Error in dim == 1 && qgrid == "fitted" :
'length = 2' in coercion to 'logical(1)'
Calls: system.time -> gof.test
Timing stopped at: 0.001 0 0.001
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc