Last updated on 2025-09-20 06:49:32 CEST.
Package | WARN | NOTE | OK |
---|---|---|---|
pacotest | 3 | 3 | 7 |
Current CRAN status: WARN: 3, NOTE: 3, OK: 7
Version: 0.4.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Malte S. Kurz <mkurz-software@gmx.de>’
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.4.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Grouping.cpp:343:8: warning: ‘eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
Grouping.cpp:429:13: warning: ‘eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
Grouping.cpp:496:13: warning: ‘eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
Grouping.cpp:546:14: warning: ‘eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
Grouping.cpp:584:14: warning: ‘eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
pacotestFunctions.cpp:98:24: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
pacotestFunctions.cpp:98:57: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
pacotestFunctions.cpp:98:90: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/pacotest.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.4.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Grouping.cpp:343:5: warning: 'max' is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
Grouping.cpp:429:10: warning: 'max' is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
Grouping.cpp:496:10: warning: 'max' is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
Grouping.cpp:546:11: warning: 'max' is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
Grouping.cpp:584:11: warning: 'max' is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
pacotestFunctions.cpp:98:15: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
pacotestFunctions.cpp:98:48: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
pacotestFunctions.cpp:98:81: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
See ‘/data/gannet/ripley/R/packages/tests-clang/pacotest.Rcheck/00install.out’ for details.
* used C compiler: ‘clang version 21.1.1’
* used C++ compiler: ‘clang version 21.1.1’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.4.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Grouping.cpp:343:8: warning: ‘eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
Grouping.cpp:429:13: warning: ‘eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
Grouping.cpp:496:13: warning: ‘eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
Grouping.cpp:546:14: warning: ‘eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
Grouping.cpp:584:14: warning: ‘eT arma::Mat<eT>::max(arma::uword&, arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_max() with ind2sub() instead [-Wdeprecated-declarations]
pacotestFunctions.cpp:98:24: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
pacotestFunctions.cpp:98:57: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
pacotestFunctions.cpp:98:90: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
See ‘/data/gannet/ripley/R/packages/tests-devel/pacotest.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.4.2
Check: installed package size
Result: NOTE
installed size is 5.4Mb
sub-directories of 1Mb or more:
libs 5.2Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64