Last updated on 2025-09-20 01:51:01 CEST.
Package | WARN | NOTE | OK |
---|---|---|---|
lessSEM | 3 | 3 | 7 |
mxsem | 10 | 3 | |
tablespan | 13 |
Current CRAN status: WARN: 3, NOTE: 3, OK: 7
Version: 1.5.6
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: 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]
../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: 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]
../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: 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]
../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: 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]
../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: 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]
../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: 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]
../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/lessSEM.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++-15 (Debian 15.2.0-4) 15.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.5.6
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
./../inst/include/lesstimate/include/lesstimate/ista_class.h:306:20: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
./../inst/include/lesstimate/include/lesstimate/ista_class.h:318:20: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
./../inst/include/lesstimate/include/lesstimate/ista_class.h:369:22: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
./../inst/include/lesstimate/include/lesstimate/bfgs.h:71:16: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
./../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:18: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
./../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:20: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
./../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:20: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
./../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:20: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
./../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:18: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
./../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:20: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/ista_class.h:306:20: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/ista_class.h:318:20: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/ista_class.h:369:22: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/bfgs.h:71:16: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:18: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:20: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:20: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:20: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:18: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:20: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
See ‘/data/gannet/ripley/R/packages/tests-clang/lessSEM.Rcheck/00install.out’ for details.
* used C++ compiler: ‘clang version 21.1.1’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.5.6
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: 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]
../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: 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]
../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: 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]
../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: 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]
../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: 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]
../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: 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]
../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
See ‘/data/gannet/ripley/R/packages/tests-devel/lessSEM.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.5.6
Check: installed package size
Result: NOTE
installed size is 48.5Mb
sub-directories of 1Mb or more:
help 1.1Mb
libs 45.6Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.5.6
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 10, OK: 3
Version: 0.1.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.2.0 because package code uses the pipe
placeholder syntax added in R 4.2.0.
File(s) using such syntax:
‘get_individual_algebra_results.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Current CRAN status: OK: 13