Last updated on 2024-11-21 19:52:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.5.0 | 1896.03 | 55.48 | 1951.51 | WARN | |
r-devel-linux-x86_64-debian-gcc | 4.5.0 | 1473.71 | 39.05 | 1512.76 | WARN | |
r-devel-linux-x86_64-fedora-clang | 4.5.0 | 3980.57 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 4.5.0 | 4784.91 | WARN | |||
r-devel-windows-x86_64 | 4.5.0 | 1762.00 | 204.00 | 1966.00 | WARN | |
r-patched-linux-x86_64 | 4.5.0 | 2057.21 | 52.44 | 2109.65 | WARN | |
r-release-linux-x86_64 | 4.5.0 | 2062.01 | 51.73 | 2113.74 | OK | |
r-release-macos-arm64 | 4.5.0 | 588.00 | NOTE | |||
r-release-macos-x86_64 | 4.5.0 | 471.00 | NOTE | |||
r-release-windows-x86_64 | 4.5.0 | 1779.00 | 209.00 | 1988.00 | WARN | |
r-oldrel-macos-arm64 | 4.5.0 | 716.00 | NOTE | |||
r-oldrel-macos-x86_64 | 4.5.0 | 552.00 | NOTE | |||
r-oldrel-windows-x86_64 | 4.5.0 | 2129.00 | 254.00 | 2383.00 | WARN |
Version: 4.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEnsmallen/include/ensmallen_bits/fw/atoms.hpp:100:11: warning: 'min' is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/decision_tree/decision_tree_impl.hpp:1168:22: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:249:20: warning: 'max' is deprecated [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:327:18: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/adaboost/adaboost_impl.hpp:207:26: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/approx_kfn/drusilla_select_impl.hpp:98:11: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp:39:13: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:531:33: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:537:47: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:126:40: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:148:13: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:158:17: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:145:24: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:147:24: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:159:15: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:68:40: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:83:15: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp:388:34: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/radical/radical_impl.hpp:107:10: warning: 'min' is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/random_forest/random_forest_impl.hpp:360:17: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/mlpack.Rcheck/00install.out’ for details.
* used C++ compiler: ‘Debian clang version 19.1.3 (2)’
Flavor: r-devel-linux-x86_64-debian-clang
Version: 4.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppEnsmallen/include/ensmallen_bits/fw/atoms.hpp:100:14: warning: ‘eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/adaboost/adaboost_impl.hpp:207:29: warning: ‘eT arma::subview_col<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:327:21: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:249:23: warning: ‘eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated [-Wdeprecated-declarations]
../inst/include/mlpack/methods/decision_tree/decision_tree_impl.hpp:1168:25: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/approx_kfn/drusilla_select_impl.hpp:98:14: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp:39:16: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:531:36: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:537:50: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:83:18: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:148:16: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:158:20: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:159:18: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:68:43: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:126:43: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:145:27: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:147:27: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp:388:37: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/radical/radical_impl.hpp:107:13: warning: ‘eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/random_forest/random_forest_impl.hpp:360:20: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/mlpack.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 4.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/data/gannet/ripley/R/test-clang/RcppEnsmallen/include/ensmallen_bits/fw/atoms.hpp:100:11: warning: 'min' is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/approx_kfn/drusilla_select_impl.hpp:98:11: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/decision_tree/decision_tree_impl.hpp:1168:22: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:249:20: warning: 'max' is deprecated [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:327:18: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/adaboost/adaboost_impl.hpp:207:26: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp:39:13: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:531:33: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:537:47: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:126:40: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:148:13: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:158:17: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:145:24: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:147:24: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:159:15: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:68:40: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:83:15: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp:388:34: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/random_forest/random_forest_impl.hpp:360:17: warning: 'max' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/radical/radical_impl.hpp:107:10: warning: 'min' is deprecated: use .index_min() instead [-Wdeprecated-declarations]
See ‘/data/gannet/ripley/R/packages/tests-clang/mlpack.Rcheck/00install.out’ for details.
* used C++ compiler: ‘clang version 19.1.3’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 4.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/data/gannet/ripley/R/test-dev/RcppEnsmallen/include/ensmallen_bits/fw/atoms.hpp:100:14: warning: 'eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/adaboost/adaboost_impl.hpp:207:29: warning: 'eT arma::subview_col<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:327:21: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:249:23: warning: 'eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated [-Wdeprecated-declarations]
../inst/include/mlpack/methods/decision_tree/decision_tree_impl.hpp:1168:25: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/approx_kfn/drusilla_select_impl.hpp:98:14: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp:39:16: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:531:36: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:537:50: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:83:18: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:148:16: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:158:20: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:159:18: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:68:43: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:126:43: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:145:27: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:147:27: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp:388:37: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/radical/radical_impl.hpp:107:13: warning: 'eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/random_forest/random_forest_impl.hpp:360:20: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
See ‘/data/gannet/ripley/R/packages/tests-devel/mlpack.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++-14 (GCC) 14.2.0’
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 4.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
D:/RCompile/CRANpkg/lib/4.5/RcppEnsmallen/include/ensmallen_bits/fw/atoms.hpp:100:14: warning: 'eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/adaboost/adaboost_impl.hpp:207:29: warning: 'eT arma::subview_col<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:327:21: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:249:23: warning: 'eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated [-Wdeprecated-declarations]
../inst/include/mlpack/methods/decision_tree/decision_tree_impl.hpp:1168:25: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/approx_kfn/drusilla_select_impl.hpp:98:14: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp:39:16: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:531:36: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:537:50: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:83:18: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:148:16: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:158:20: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:159:18: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:68:43: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:126:43: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:145:27: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:147:27: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp:388:37: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/radical/radical_impl.hpp:107:13: warning: 'eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/random_forest/random_forest_impl.hpp:360:20: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
See 'd:/Rcompile/CRANpkg/local/4.5/mlpack.Rcheck/00install.out' for details.
* used C++ compiler: 'g++.exe (GCC) 13.3.0'
Flavor: r-devel-windows-x86_64
Version: 4.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppEnsmallen/include/ensmallen_bits/fw/atoms.hpp:100:14: warning: ‘eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/adaboost/adaboost_impl.hpp:207:29: warning: ‘eT arma::subview_col<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:327:21: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:249:23: warning: ‘eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated [-Wdeprecated-declarations]
../inst/include/mlpack/methods/decision_tree/decision_tree_impl.hpp:1168:25: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/approx_kfn/drusilla_select_impl.hpp:98:14: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp:39:16: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:531:36: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:537:50: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:83:18: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:148:16: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:158:20: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:159:18: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:68:43: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:126:43: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:145:27: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:147:27: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = long unsigned int; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp:388:37: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/radical/radical_impl.hpp:107:13: warning: ‘eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/random_forest/random_forest_impl.hpp:360:20: warning: ‘eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]’ is deprecated: use .index_max() instead [-Wdeprecated-declarations]
See ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/mlpack.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’
Flavor: r-patched-linux-x86_64
Version: 4.5.0
Check: installed package size
Result: NOTE
installed size is 243.0Mb
sub-directories of 1Mb or more:
include 10.0Mb
libs 232.6Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 4.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
D:/RCompile/CRANpkg/lib/4.4/RcppEnsmallen/include/ensmallen_bits/fw/atoms.hpp:100:14: warning: 'eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/adaboost/adaboost_impl.hpp:207:29: warning: 'eT arma::subview_col<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:327:21: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:249:23: warning: 'eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated [-Wdeprecated-declarations]
../inst/include/mlpack/methods/decision_tree/decision_tree_impl.hpp:1168:25: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/approx_kfn/drusilla_select_impl.hpp:98:14: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp:39:16: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:531:36: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:537:50: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:83:18: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:148:16: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:158:20: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:159:18: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:68:43: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:126:43: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:145:27: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:147:27: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp:388:37: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/radical/radical_impl.hpp:107:13: warning: 'eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/random_forest/random_forest_impl.hpp:360:20: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
See 'd:/Rcompile/CRANpkg/local/4.4/mlpack.Rcheck/00install.out' for details.
* used C++ compiler: 'g++.exe (GCC) 13.3.0'
Flavor: r-release-windows-x86_64
Version: 4.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
D:/RCompile/CRANpkg/lib/4.3/RcppEnsmallen/include/ensmallen_bits/fw/atoms.hpp:100:14: warning: 'eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/adaboost/adaboost_impl.hpp:207:29: warning: 'eT arma::subview_col<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:327:21: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/perceptron/perceptron_impl.hpp:249:23: warning: 'eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated [-Wdeprecated-declarations]
../inst/include/mlpack/methods/decision_tree/decision_tree_impl.hpp:1168:25: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/approx_kfn/drusilla_select_impl.hpp:98:14: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp:39:16: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:531:36: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hmm/hmm_impl.hpp:537:50: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:83:18: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:148:16: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:158:20: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:159:18: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp:68:43: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp:126:43: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:145:27: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp:147:27: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = long long unsigned int; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp:388:37: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/radical/radical_impl.hpp:107:13: warning: 'eT arma::Mat<eT>::min(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_min() instead [-Wdeprecated-declarations]
../inst/include/mlpack/methods/random_forest/random_forest_impl.hpp:360:20: warning: 'eT arma::Mat<eT>::max(arma::uword&) const [with eT = double; arma::uword = long long unsigned int]' is deprecated: use .index_max() instead [-Wdeprecated-declarations]
See 'd:/Rcompile/CRANpkg/local/4.3/mlpack.Rcheck/00install.out' for details.
* used C++ compiler: 'g++.exe (GCC) 12.3.0'
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.