R Under development (unstable) (2024-03-21 r86166 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(parsnip) > > test_check("parsnip") Attaching package: 'sparklyr' The following object is masked from 'package:stats': filter [ FAIL 0 | WARN 0 | SKIP 98 | PASS 908 ] ══ Skipped tests (98) ══════════════════════════════════════════════════════════ • On CRAN (84): 'test-case-weights.R:125:3', 'test-poisson_reg.R:2:3', 'test-poisson_reg.R:10:3', 'test-standalone-survival.R:17:3', 'test_args_and_modes.R:43:3', 'test_args_and_modes.R:52:3', 'test_args_and_modes.R:112:3', 'test_boost_tree.R:6:3', 'test_boost_tree_C50.R:124:3', 'test_boost_tree_xgboost.R:276:3', 'test_condense_control.R:18:3', 'test_decision_tree.R:6:3', 'test_decision_tree.R:14:3', 'test_decision_tree.R:30:3', 'test_extract.R:53:3', 'test_fit_interfaces.R:79:3', 'test_fit_interfaces.R:120:3', 'test_fit_interfaces.R:159:3', 'test_linear_reg.R:6:3', 'test_linear_reg.R:309:3', 'test_linear_reg_keras.R:18:3', 'test_linear_reg_keras.R:88:3', 'test_logistic_reg.R:6:3', 'test_logistic_reg.R:20:3', 'test_logistic_reg_keras.R:28:3', 'test_logistic_reg_keras.R:98:3', 'test_logistic_reg_keras.R:143:3', 'test_mars.R:8:3', 'test_mars.R:192:3', 'test_misc.R:67:3', 'test_misc.R:116:3', 'test_misc.R:157:3', 'test_misc.R:179:3', 'test_misc.R:187:3', 'test_misc.R:203:3', 'test_mlp.R:3:3', 'test_mlp_keras.R:15:3', 'test_mlp_keras.R:59:3', 'test_mlp_keras.R:108:3', 'test_mlp_keras.R:159:3', 'test_mlp_keras.R:187:3', 'test_mlp_keras.R:221:3', 'test_model_basics.R:2:3', 'test_multinom_reg.R:5:3', 'test_multinom_reg_keras.R:26:3', 'test_multinom_reg_keras.R:96:3', 'test_multinom_reg_keras.R:141:3', 'test_nearest_neighbor.R:2:3', 'test_nullmodel.R:117:3', 'test_packages.R:15:3', 'test_partykit.R:6:3', 'test_partykit.R:43:3', 'test_print.R:2:3', 'test_print.R:13:3', 'test_proportional_hazards.R:2:3', 'test_rand_forest.R:3:3', 'test_rand_forest_ranger.R:259:3', 'test_rand_forest_ranger.R:505:3', 'test_surv_reg.R:4:3', 'test_survival_reg.R:6:3', 'test_survival_reg.R:24:3', 'test_svm_linear.R:6:3', 'test_svm_poly.R:5:3', 'test_svm_rbf.R:8:3', 'test_svm_rbf.R:13:3', 'test_translate.R:30:3', 'test_translate.R:50:3', 'test_translate.R:67:3', 'test_translate.R:78:3', 'test_translate.R:105:3', 'test_translate.R:140:3', 'test_translate.R:159:3', 'test_translate.R:180:3', 'test_translate.R:195:3', 'test_translate.R:211:3', 'test_translate.R:225:3', 'test_translate.R:250:3', 'test_translate.R:263:3', 'test_translate.R:271:3', 'test_translate.R:283:3', 'test_translate.R:294:3', 'test_translate.R:305:3', 'test_update.R:11:3', 'test_update.R:33:3' • On Windows (1): 'test_boost_tree_xgboost.R:621:3' • brulee cannot be loaded (1): 'test_mlp.R:27:3' • flexsurv cannot be loaded (2): 'test_surv_reg_flexsurv.R:9:3', 'test_surv_reg_flexsurv.R:46:3' • nnet cannot be loaded (9): 'test_mlp_nnet.R:13:3', 'test_mlp_nnet.R:48:3', 'test_mlp_nnet.R:94:3', 'test_mlp_nnet.R:121:3', 'test_mlp_nnet.R:152:3', 'test_multinom_reg_nnet.R:22:3', 'test_multinom_reg_nnet.R:64:3', 'test_multinom_reg_nnet.R:85:3', 'test_multinom_reg_nnet.R:108:3' • nrow(spark_installed_versions()) == 0 is TRUE (1): 'test_boost_tree.R:33:3' [ FAIL 0 | WARN 0 | SKIP 98 | PASS 908 ] > > proc.time() user system elapsed 20.67 1.82 46.07