CRAN Package Check Results for Package RSSL

Last updated on 2025-10-21 11:53:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.7 67.03 212.87 279.90 WARN
r-devel-linux-x86_64-debian-gcc 0.9.7 41.23 138.70 179.93 WARN
r-devel-linux-x86_64-fedora-clang 0.9.7 454.97 WARN
r-devel-linux-x86_64-fedora-gcc 0.9.7 135.00 286.03 421.03 WARN
r-devel-windows-x86_64 0.9.7 76.00 213.00 289.00 WARN
r-patched-linux-x86_64 0.9.7 67.33 196.97 264.30 WARN
r-release-linux-x86_64 0.9.7 60.81 197.01 257.82 WARN
r-release-macos-arm64 0.9.7 100.00 OK
r-release-macos-x86_64 0.9.7 42.00 158.00 200.00 OK
r-release-windows-x86_64 0.9.7 75.00 242.00 317.00 WARN
r-oldrel-macos-arm64 0.9.7 104.00 OK
r-oldrel-macos-x86_64 0.9.7 198.00 OK
r-oldrel-windows-x86_64 0.9.7 92.00 280.00 372.00 WARN

Check Details

Version: 0.9.7
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Jesse Krijthe <jkrijthe@gmail.com>’ The BugReports field in DESCRIPTION has https://github.com/jkrijthe/RSSL which should likely be https://github.com/jkrijthe/RSSL/issues instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.9.7
Check: whether package can be installed
Result: WARN Found the following significant warnings: utils.cpp:31:14: warning: 'max' is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations] See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/RSSL.Rcheck/00install.out’ for details. * used C compiler: ‘Debian clang version 19.1.7 (7)’ * used C++ compiler: ‘Debian clang version 19.1.7 (7)’ Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.9.7
Check: HTML version of manual
Result: NOTE Found the following HTML validation problems: BaseClassifier.html:95:1 (BaseClassifier.Rd:35): Warning: missing </ul> before </div> KernelICLeastSquaresClassifier.html:93:1 (KernelICLeastSquaresClassifier.Rd:35): Warning: missing </ul> before </div> LogisticRegressionFast.html:71:1 (LogisticRegressionFast.Rd:23): Warning: missing </ul> before </div> WellSVM_SSL.html:58:1 (WellSVM_SSL.Rd:16): Warning: missing </ul> before </div> WellSVM_supervised.html:58:1 (WellSVM_supervised.Rd:16): Warning: missing </ul> before </div> c.CrossValidation.html:47:1 (c.CrossValidation.Rd:10): Warning: missing </ul> before </div> clapply.html:58:1 (clapply.Rd:16): Warning: missing </ul> before </div> cov_ml.html:46:1 (cov_ml.Rd:10): Warning: missing </ul> before </div> decisionvalues-methods.html:68:1 (decisionvalues-methods.Rd:33): Warning: missing </ul> before </div> find_a_violated_label.html:66:1 (find_a_violated_label.Rd:20): Warning: missing </ul> before </div> geom_classifier.html:50:1 (geom_classifier.Rd:12): Warning: missing </ul> before </div> losslogsum-methods.html:69:1 (losslogsum-methods.Rd:24): Warning: missing </ul> before </div> losspart-methods.html:61:1 (losspart-methods.Rd:20): Warning: missing </ul> before </div> plot.CrossValidation.html:55:1 (plot.CrossValidation.Rd:14): Warning: missing </ul> before </div> plot.LearningCurve.html:55:1 (plot.LearningCurve.Rd:14): Warning: missing </ul> before </div> posterior-methods.html:60:1 (posterior-methods.Rd:22): Warning: missing </ul> before </div> predict-scaleMatrix-method.html:55:1 (predict-scaleMatrix-method.Rd:14): Warning: missing </ul> before </div> print.CrossValidation.html:51:1 (print.CrossValidation.Rd:12): Warning: missing </ul> before </div> print.LearningCurve.html:51:1 (print.LearningCurve.Rd:12): Warning: missing </ul> before </div> rssl-formatting.html:55:1 (rssl-formatting.Rd:18): Warning: missing </ul> before </div> rssl-predict.html:99:1 (rssl-predict.Rd:61): Warning: missing </ul> before </div> scaleMatrix.html:54:1 (scaleMatrix.Rd:14): Warning: missing </ul> before </div> solve_svm.html:54:1 (solve_svm.Rd:14): Warning: missing </ul> before </div> stderror.html:46:1 (stderror.Rd:10): Warning: missing </ul> before </div> summary.CrossValidation.html:55:1 (summary.CrossValidation.Rd:14): Warning: missing </ul> before </div> wlda_error.html:66:1 (wlda_error.Rd:20): Warning: missing </ul> before </div> Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.9.7
Check: whether package can be installed
Result: WARN Found the following significant warnings: utils.cpp:31:17: warning: ‘elem_type arma::Base<elem_type, derived>::max(arma::uword&, arma::uword&) const [with elem_type = double; derived = arma::subview<double>; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations] See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/RSSL.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-15 (Debian 15.2.0-4) 15.2.0’ * used C++ compiler: ‘g++-15 (Debian 15.2.0-4) 15.2.0’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9.7
Check: whether package can be installed
Result: WARN Found the following significant warnings: utils.cpp:31:14: warning: 'max' is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations] See ‘/data/gannet/ripley/R/packages/tests-clang/RSSL.Rcheck/00install.out’ for details. * used C compiler: ‘clang version 21.1.2’ * used C++ compiler: ‘clang version 21.1.2’ Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.9.7
Check: whether package can be installed
Result: WARN Found the following significant warnings: utils.cpp:31:17: warning: ‘elem_type arma::Base<elem_type, derived>::max(arma::uword&, arma::uword&) const [with elem_type = double; derived = arma::subview<double>; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations] See ‘/data/gannet/ripley/R/packages/tests-devel/RSSL.Rcheck/00install.out’ for details. * used C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’ * used C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’ Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.9.7
Check: whether package can be installed
Result: WARN Found the following significant warnings: utils.cpp:31:17: warning: 'elem_type arma::Base<elem_type, derived>::max(arma::uword&, arma::uword&) const [with elem_type = double; derived = arma::subview<double>; arma::uword = unsigned int]' is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations] See 'd:/Rcompile/CRANpkg/local/4.6/RSSL.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 14.2.0' * used C++ compiler: 'g++.exe (GCC) 14.2.0' Flavor: r-devel-windows-x86_64

Version: 0.9.7
Check: whether package can be installed
Result: WARN Found the following significant warnings: utils.cpp:31:17: warning: ‘elem_type arma::Base<elem_type, derived>::max(arma::uword&, arma::uword&) const [with elem_type = double; derived = arma::subview<double>; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations] See ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/RSSL.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-14 (Debian 14.3.0-8) 14.3.0’ * used C++ compiler: ‘g++-14 (Debian 14.3.0-8) 14.3.0’ Flavor: r-patched-linux-x86_64

Version: 0.9.7
Check: whether package can be installed
Result: WARN Found the following significant warnings: utils.cpp:31:17: warning: ‘elem_type arma::Base<elem_type, derived>::max(arma::uword&, arma::uword&) const [with elem_type = double; derived = arma::subview<double>; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations] See ‘/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/RSSL.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-14 (Debian 14.3.0-8) 14.3.0’ * used C++ compiler: ‘g++-14 (Debian 14.3.0-8) 14.3.0’ Flavor: r-release-linux-x86_64

Version: 0.9.7
Check: whether package can be installed
Result: WARN Found the following significant warnings: utils.cpp:31:17: warning: 'elem_type arma::Base<elem_type, derived>::max(arma::uword&, arma::uword&) const [with elem_type = double; derived = arma::subview<double>; arma::uword = unsigned int]' is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations] See 'd:/Rcompile/CRANpkg/local/4.5/RSSL.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 14.2.0' * used C++ compiler: 'g++.exe (GCC) 14.2.0' Flavor: r-release-windows-x86_64

Version: 0.9.7
Check: whether package can be installed
Result: WARN Found the following significant warnings: utils.cpp:31:17: warning: 'elem_type arma::Base<elem_type, derived>::max(arma::uword&, arma::uword&) const [with elem_type = double; derived = arma::subview<double>; arma::uword = unsigned int]' is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations] See 'd:/Rcompile/CRANpkg/local/4.4/RSSL.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 13.3.0' * used C++ compiler: 'g++.exe (GCC) 13.3.0' Flavor: r-oldrel-windows-x86_64