You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps CRAN has not sent any emails about this but mixOmics is failing on the next R-devel. Today is the deadline for reverse dependencies to resubmit before being removed from CRAN.
Testing below uses mixOmics 6.19.1.
library(mixOmics)
#> Loading required package: MASS#> Loading required package: lattice#> Loading required package: ggplot2#> #> Loaded mixOmics 6.19.1#> Thank you for using mixOmics!#> Tutorials: http://mixomics.org#> Bookdown vignette: https://mixomicsteam.github.io/Bookdown#> Questions, issues: Follow the prompts at http://mixomics.org/contact-us#> Cite us: citation('mixOmics')
data(linnerud)
X<-linnerud$exerciseY<-linnerud$physiologicallinn.pls<- pls(X, Y, mode="classic")
predict(linn.pls , X)
#> Error in is(object, c("rgcca", "sparse.rgcca")): length(class2) == 1L is not TRUE
The help page is ambiguous, but the code has been written assuming
'class2' is a character string (a vector of length one). Perhaps you
intended inherits()?
Your packages have
Error in is(object, fair.regressions) : length(class2) == 1L is not TRUE
Calls: summary ... is.data.frame -> fitted -> fitted.fair.model -> is
Error in methods::is(x, c("gsProbability", "gsDesign")): l
Error in is(input.obj, c("onemap", "outcross", "f2", "backcross",
"riself", :
Error in is(object, c("rgcca", "sparse.rgcca")) :
Error in methods::is(window, c("spacejamr", "owin"))
These are showing for at least one platform on their CRAN results pages,
and other R-devel platforms will follow.
Please correct before 2022-02-07 to safely retain your package on CRAN.
The text was updated successfully, but these errors were encountered:
Max-Bladen
added
ready-to-review
for all PRs that are ready to be reviewed. including complex, larger commits
and removed
ready-to-review
for all PRs that are ready to be reviewed. including complex, larger commits
labels
Dec 15, 2022
Perhaps CRAN has not sent any emails about this but mixOmics is failing on the next R-devel. Today is the deadline for reverse dependencies to resubmit before being removed from CRAN.
Testing below uses mixOmics 6.19.1.
Created on 2022-02-07 by the reprex package (v2.0.1)
Session info
The text was updated successfully, but these errors were encountered: