CRAN Package Check Results for Maintainer ‘Shunjie Zhang <zhang.shunjie at qq.com>’

Last updated on 2025-03-29 08:53:25 CET.

Package FAIL OK
BioM2 1 14

Package BioM2

Current CRAN status: FAIL: 1, OK: 14

Version: 1.1.1
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > data=MethylData_Test > set.seed(1) > part=unlist(createDataPartition(data$label,p=0.8))#Split data > predict=baseModel(trainData=data[part,1:10], + testData=data[-part,1:10], + classifier = 'svm')#Use 10 features to make predictions,Learner uses svm > > > > > > ### * <FOOTER> > ### > cleanEx() detaching 'package:caret', 'package:lattice', 'package:ggplot2', 'package:mlr3verse', 'package:mlr3' > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 15.18 2.19 17.52 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64