Last updated on 2022-08-10 07:51:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 14.51 | 137.47 | 151.98 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 13.97 | 103.23 | 117.20 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 199.98 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 189.10 | ERROR | |||
r-devel-windows-x86_64 | 1.0.0 | 22.00 | 143.00 | 165.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.0 | 17.33 | 129.61 | 146.94 | ERROR | |
r-release-linux-x86_64 | 1.0.0 | ERROR | ||||
r-release-macos-arm64 | 1.0.0 | 58.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 76.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 22.00 | 146.00 | 168.00 | ERROR | |
r-oldrel-macos-arm64 | 1.0.0 | 59.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 77.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 34.00 | 142.00 | 176.00 | ERROR |
Version: 1.0.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'LF(X, Y, loading, intercept.loading = intercept.loading, ': unused argument (init.coef = Coef.est[, l])
See '/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/MaximinInfer.Rcheck/00install.out' for details.
Information on the location(s) of code generating the 'Note's can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to 'yes'.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: R code for possible problems
Result: NOTE
Maximin: possible error in LF(X, Y, loading, intercept.loading =
intercept.loading, intercept = intercept, init.coef = Coef.est[, l],
verbose = FALSE): unused argument (init.coef = Coef.est[, l])
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-windows-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in 'MaximinInfer-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: MaximinInfer
> ### Title: The Wrapper function for Maximin inference
> ### Aliases: MaximinInfer
>
> ### ** Examples
>
> ## The problem is low-dimensional and we do sampling only 5 times instead of 500 for testings
> ## heterogenous data and covariates shift
> X1 = sample_data$X1
> X2 = sample_data$X2
> Y1 = sample_data$Y1
> Y2 = sample_data$Y2
> X.target = sample_data$X.target
>
> ## loading
> loading = rep(0, 5) # dimension p=5
> loading[5] = 1
>
> ## call
> mmInfer <- MaximinInfer(list(X1, X2), list(Y1, Y2), loading, X.target, gen.size=5)
Error in LF(X, Y, loading, intercept.loading = intercept.loading, intercept = intercept, :
unused argument (init.coef = Coef.est[, l])
Calls: MaximinInfer -> Maximin
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: 1.0.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in ‘LF(X, Y, loading, intercept.loading = intercept.loading, ’: unused argument (init.coef = Coef.est[, l])
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/MaximinInfer.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'LF(X, Y, loading, intercept.loading = intercept.loading, ': unused argument (init.coef = Coef.est[, l])
See ‘/data/gannet/ripley/R/packages/tests-clang/MaximinInfer.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘MaximinInfer-Ex.R’ failed
The error most likely occurred in:
> ### Name: MaximinInfer
> ### Title: The Wrapper function for Maximin inference
> ### Aliases: MaximinInfer
>
> ### ** Examples
>
> ## The problem is low-dimensional and we do sampling only 5 times instead of 500 for testings
> ## heterogenous data and covariates shift
> X1 = sample_data$X1
> X2 = sample_data$X2
> Y1 = sample_data$Y1
> Y2 = sample_data$Y2
> X.target = sample_data$X.target
>
> ## loading
> loading = rep(0, 5) # dimension p=5
> loading[5] = 1
>
> ## call
> mmInfer <- MaximinInfer(list(X1, X2), list(Y1, Y2), loading, X.target, gen.size=5)
Error in LF(X, Y, loading, intercept.loading = intercept.loading, intercept = intercept, :
unused argument (init.coef = Coef.est[, l])
Calls: MaximinInfer -> Maximin
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'LF(X, Y, loading, intercept.loading = intercept.loading, ': unused argument (init.coef = Coef.est[, l])
See ‘/data/gannet/ripley/R/packages/tests-devel/MaximinInfer.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'LF(X, Y, loading, intercept.loading = intercept.loading, ': unused argument (init.coef = Coef.est[, l])
See 'd:/Rcompile/CRANpkg/local/4.3/MaximinInfer.Rcheck/00install.out' for details.
Information on the location(s) of code generating the 'Note's can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to 'yes'.
Flavor: r-devel-windows-x86_64
Version: 1.0.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in ‘LF(X, Y, loading, intercept.loading = intercept.loading, ’: unused argument (init.coef = Coef.est[, l])
See ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/MaximinInfer.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
Flavor: r-patched-linux-x86_64
Version: 1.0.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in ‘LF(X, Y, loading, intercept.loading = intercept.loading, ’: unused argument (init.coef = Coef.est[, l])
See ‘/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/MaximinInfer.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
Flavor: r-release-linux-x86_64
Version: 1.0.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'LF(X, Y, loading, intercept.loading = intercept.loading, ': unused argument (init.coef = Coef.est[, l])
See 'd:/Rcompile/CRANpkg/local/4.2/MaximinInfer.Rcheck/00install.out' for details.
Information on the location(s) of code generating the 'Note's can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to 'yes'.
Flavor: r-release-windows-x86_64
Version: 1.0.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'LF(X, Y, loading, intercept.loading = intercept.loading, ': unused argument (init.coef = Coef.est[, l])
See 'd:/Rcompile/CRANpkg/local/4.1/MaximinInfer.Rcheck/00install.out' for details.
Information on the location(s) of code generating the 'Note's can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to 'yes'.
Flavor: r-oldrel-windows-ix86+x86_64