Last updated on 2019-11-18 06:50:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-2 | 8.06 | 56.71 | 64.77 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1-2 | 7.04 | 45.66 | 52.70 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1-2 | 74.38 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-2 | 76.16 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.1-2 | 29.00 | 114.00 | 143.00 | ERROR | |
r-patched-linux-x86_64 | 0.1-2 | 5.98 | 52.73 | 58.71 | ERROR | |
r-patched-solaris-x86 | 0.1-2 | 121.10 | ERROR | |||
r-release-linux-x86_64 | 0.1-2 | 6.92 | 52.48 | 59.40 | ERROR | |
r-release-windows-ix86+x86_64 | 0.1-2 | 17.00 | 121.00 | 138.00 | ERROR | |
r-release-osx-x86_64 | 0.1-2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-2 | 9.00 | 115.00 | 124.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1-2 | NOTE |
Version: 0.1-2
Check: whether the package can be unloaded cleanly
Result: WARN
Error: package 'relaxnet' could not be loaded
Execution halted
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, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-windows-ix86+x86_64
Version: 0.1-2
Check: dependencies in R code
Result: NOTE
Error: package 'relaxnet' could not be loaded
Call sequence:
3: stop(gettextf("package %s could not be loaded", sQuote(pkg)),
call. = FALSE, domain = NA)
2: .getRequiredPackages2(pkgInfo, quietly = quietly)
1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE)
Execution halted
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-windows-ix86+x86_64
Version: 0.1-2
Check: R code for possible problems
Result: NOTE
.onAttach: no visible global function definition for
'packageDescription'
.relax.cvcompute: no visible binding for global variable
'weighted.mean'
.relax.widenet.cv.elnet: no visible global function definition for
'predict'
.relax.widenet.cv.elnet: no visible binding for global variable
'weighted.mean'
.relax.widenet.cv.lognet: no visible global function definition for
'predict'
.relax.widenet.cv.lognet: no visible global function definition for
'auc.mat'
.relax.widenet.cv.lognet: no visible binding for global variable
'weighted.mean'
.widenet.cv.elnet: no visible global function definition for 'predict'
.widenet.cv.elnet: no visible global function definition for
'cvcompute'
.widenet.cv.elnet: no visible binding for global variable
'weighted.mean'
.widenet.cv.lognet: no visible global function definition for 'predict'
.widenet.cv.lognet: no visible global function definition for 'auc.mat'
.widenet.cv.lognet: no visible global function definition for
'cvcompute'
.widenet.cv.lognet: no visible binding for global variable
'weighted.mean'
predict.widenet: no visible global function definition for 'predict'
screen.cor : <anonymous>: no visible global function definition for
'var'
screen.cor : <anonymous>: no visible global function definition for
'cor.test'
screen.ttest: no visible global function definition for 'colttests'
widenet: no visible global function definition for 'mc.reset.stream'
widenet: no visible global function definition for 'mclapply'
widenet: no visible global function definition for 'getmin'
widenet: no visible global function definition for 'predict'
Undefined global functions or variables:
auc.mat colttests cor.test cvcompute getmin mc.reset.stream mclapply
packageDescription predict var weighted.mean
Consider adding
importFrom("stats", "cor.test", "predict", "var", "weighted.mean")
importFrom("utils", "packageDescription")
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-windows-ix86+x86_64
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in 'widenet-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: widenet
> ### Title: Extends the relaxnet Package with Polynomial Basis Expansions
> ### Aliases: widenet
>
> ### ** Examples
>
>
> n <- 300
> p <- 5
>
> set.seed(23)
> x <- matrix(rnorm(n*p), n, p)
>
> colnames(x) <- paste("x", 1:ncol(x), sep = "")
>
> y <- x[, 1] + x[, 2] + x[, 3] * x[, 4] + x[, 5]^2 + rnorm(n)
>
> widenet.result <- widenet(x, y, family = "gaussian",
+ order = 2, alpha = 0.5)
Error in cv.elnet(list(list(a0 = c(s0 = 1.17971606511202, s1 = 1.16510413626058, :
could not find function "cv.elnet"
Calls: widenet -> lapply -> FUN -> cv.relaxnet -> do.call
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.1-2
Check: compiled code
Result: NOTE
File ‘widenet/libs/widenet.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in ‘widenet-Ex.R’ failed
The error most likely occurred in:
> ### Name: widenet
> ### Title: Extends the relaxnet Package with Polynomial Basis Expansions
> ### Aliases: widenet
>
> ### ** Examples
>
>
> n <- 300
> p <- 5
>
> set.seed(23)
> x <- matrix(rnorm(n*p), n, p)
>
> colnames(x) <- paste("x", 1:ncol(x), sep = "")
>
> y <- x[, 1] + x[, 2] + x[, 3] * x[, 4] + x[, 5]^2 + rnorm(n)
>
> widenet.result <- widenet(x, y, family = "gaussian",
+ order = 2, alpha = 0.5)
Error in cv.elnet(list(list(a0 = c(s0 = 1.17971606511202, s1 = 1.16510413626058, :
could not find function "cv.elnet"
Calls: widenet -> lapply -> FUN -> cv.relaxnet -> do.call
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1-2
Check: loading without being on the library search path
Result: WARN
Loading required package: glmnet
Loading required package: Matrix
Loaded glmnet 3.0
Loading required package: relaxnet
Error: package or namespace load failed for 'relaxnet':
.onAttach failed in attachNamespace() for 'relaxnet', details:
call: packageDescription("relaxnet")
error: could not find function "packageDescription"
Error: package 'relaxnet' could not be loaded
Execution halted
It looks like this package has a loading problem when not on .libPaths:
see the messages for details.
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-release-windows-ix86+x86_64
Version: 0.1-2
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'widenet-Ex.R' failed
The error most likely occurred in:
> ### Name: widenet
> ### Title: Extends the relaxnet Package with Polynomial Basis Expansions
> ### Aliases: widenet
>
> ### ** Examples
>
>
> n <- 300
> p <- 5
>
> set.seed(23)
> x <- matrix(rnorm(n*p), n, p)
>
> colnames(x) <- paste("x", 1:ncol(x), sep = "")
>
> y <- x[, 1] + x[, 2] + x[, 3] * x[, 4] + x[, 5]^2 + rnorm(n)
>
> widenet.result <- widenet(x, y, family = "gaussian",
+ order = 2, alpha = 0.5)
Error in cv.elnet(list(list(a0 = c(s0 = 1.17971606511202, s1 = 1.16510413620148, :
could not find function "cv.elnet"
Calls: widenet -> lapply -> FUN -> cv.relaxnet -> do.call
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64
Version: 0.1-2
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'widenet-Ex.R' failed
The error most likely occurred in:
> ### Name: widenet
> ### Title: Extends the relaxnet Package with Polynomial Basis Expansions
> ### Aliases: widenet
>
> ### ** Examples
>
>
> n <- 300
> p <- 5
>
> set.seed(23)
> x <- matrix(rnorm(n*p), n, p)
>
> colnames(x) <- paste("x", 1:ncol(x), sep = "")
>
> y <- x[, 1] + x[, 2] + x[, 3] * x[, 4] + x[, 5]^2 + rnorm(n)
>
> widenet.result <- widenet(x, y, family = "gaussian",
+ order = 2, alpha = 0.5)
Error in cv.elnet(list(list(a0 = c(s0 = 1.17971606511202, s1 = 1.16510413626058, :
could not find function "cv.elnet"
Calls: widenet -> lapply -> FUN -> cv.relaxnet -> do.call
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in ‘widenet-Ex.R’ failed
The error most likely occurred in:
> ### Name: widenet
> ### Title: Extends the relaxnet Package with Polynomial Basis Expansions
> ### Aliases: widenet
>
> ### ** Examples
>
>
> n <- 300
> p <- 5
>
> set.seed(23)
> x <- matrix(rnorm(n*p), n, p)
>
> colnames(x) <- paste("x", 1:ncol(x), sep = "")
>
> y <- x[, 1] + x[, 2] + x[, 3] * x[, 4] + x[, 5]^2 + rnorm(n)
>
> widenet.result <- widenet(x, y, family = "gaussian",
+ order = 2, alpha = 0.5)
Error in cv.elnet(list(list(a0 = c(s0 = 1.17971606511202, s1 = 1.16510413620148, :
could not find function "cv.elnet"
Calls: widenet -> lapply -> FUN -> cv.relaxnet -> do.call
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1-2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘genefilter’
Flavor: r-release-osx-x86_64
Version: 0.1-2
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
‘genefilter’ ‘parallel’
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
Flavors: r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.1-2
Check: R code for possible problems
Result: NOTE
.onAttach: no visible global function definition for
‘packageDescription’
.relax.cvcompute: no visible binding for global variable
‘weighted.mean’
.relax.widenet.cv.elnet: no visible global function definition for
‘predict’
.relax.widenet.cv.elnet: no visible binding for global variable
‘weighted.mean’
.relax.widenet.cv.lognet: no visible global function definition for
‘predict’
.relax.widenet.cv.lognet: no visible binding for global variable
‘weighted.mean’
.widenet.cv.elnet: no visible global function definition for ‘predict’
.widenet.cv.elnet: no visible binding for global variable
‘weighted.mean’
.widenet.cv.lognet: no visible global function definition for ‘predict’
.widenet.cv.lognet: no visible binding for global variable
‘weighted.mean’
predict.widenet: no visible global function definition for ‘predict’
screen.cor : <anonymous>: no visible global function definition for
‘var’
screen.cor : <anonymous>: no visible global function definition for
‘cor.test’
screen.ttest: no visible global function definition for ‘colttests’
widenet: no visible global function definition for ‘mc.reset.stream’
widenet: no visible global function definition for ‘mclapply’
widenet: no visible global function definition for ‘predict’
Undefined global functions or variables:
colttests cor.test mc.reset.stream mclapply packageDescription
predict var weighted.mean
Consider adding
importFrom("stats", "cor.test", "predict", "var", "weighted.mean")
importFrom("utils", "packageDescription")
to your NAMESPACE file.
Flavors: r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64