-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare for CRAN #405
Prepare for CRAN #405
Conversation
I am getting 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ locally on Windows, but on ubuntu-latest (oldrel-3), there is an error running examples from > library(lme4)
Loading required package: Matrix
> model <- lme4::lmer(Sepal.Length ~ Sepal.Width + (1 | Species), data = iris)
Error in initializePtr() :
function 'cholmod_factor_ldetA' not provided by package 'Matrix' Which also leads to an error when building the corresponding vignette. Is it safe to ignore @IndrajeetPatil ? Test coverage is also failing but errors from this check are often obscure so I don't know where it is coming from. Running specific tests for package 'report'
Running 'testthat.R'
Error: Error: Failure in `C:/Users/runneradmin/AppData/Local/Temp/RtmpcRyM1q/R_LIBSfac68661d[63](https://github.com/easystats/report/actions/runs/7073622001/job/19253772373?pr=405#step:6:64)/report/report-tests/testthat.Rout.fail`
│ └─base::eval(expr, envir)
14. │ └─base::eval(expr, envir)
15. └─brms::do_call(rstan::stan_model, args)
16. └─brms:::eval2(call, envir = args, enclos = envir)
17. └─base::eval(expr, envir, ...)
18. └─base::eval(expr, envir, ...)
19. └─rstan (local) .fun(model_code = .x1)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can ignore the build failures for now.
The lme4 just needs to be installed from source.
The other issues are also probably platform-specific and can be put aside for now.
Thanks! Preparing to send to CRAN |
I am not able to test |
Updated snapshots to fix failing tests