FDboost
FDboost copied to clipboard
Boosting Functional Regression Models. The current release version can be found on CRAN (http://cran.r-project.org/package=FDboost).
The following lines are now removed from the FDboost help as they throw an error : ```R ## Find optimal mstop, small grid/low B for a fast example set.seed(123) folds4
Fix CI
Currently an old setup for Travis CI is used and hence automatic checks are broken.
`ff3 = FDboost(formula = EMG ~ bsignal(EEG, s = s), timeformula =~ bbs(s, df = 3), data = emotionHGL) `
On some PCs, line 508 in `applyFolds()` https://github.com/boost-R/FDboost/blob/6c172c57d3a8f3dda6503a78b9a9a2f92334ee88/R/crossvalidation.R#L508 produced the error > Error in if (all.equal(papply, mclapply) == TRUE) { : > the condition has length > 1 for me....
Remove travis config file, since R CMD check is working now via GitHub Actions.
Are you open for migrating to rmardkown for building the vignettes?