Title: A Modular Two-Step Convex Optimization Estimator for Ill-Posed
Problems
Description: Convex Least Squares Programming (CLSP) is a two-step estimator
for solving underdetermined, ill-posed, or structurally constrained
least-squares problems. It combines pseudoinverse-based estimation with
convex-programming correction methods inspired by Lasso, Ridge, and
Elastic Net to ensure numerical stability, constraint enforcement, and
interpretability. The package also provides numerical stability analysis
and CLSP-specific diagnostics, including partial R^2, normalized RMSE
(NRMSE), Monte Carlo t-tests for mean NRMSE, and condition-number-based
confidence bands.
Author: Ilya Bolotov [aut, cre]
Maintainer: Ilya Bolotov <ilya.bolotov@vse.cz>
Diff between rclsp versions 0.5.0 dated 2026-03-09 and 1.0.0 dated 2026-05-16
DESCRIPTION | 10 ++-- MD5 | 12 ++-- NEWS.md | 16 ++++++ R/clsp.R | 150 ++++++++++++++++++++++++++++++++++++++---------------------- R/utils.R | 80 +++++++++++++++++++++----------- man/clsp.Rd | 24 ++++++--- man/corr.Rd | 29 +++++++---- 7 files changed, 211 insertions(+), 110 deletions(-)
Title: Access Data from the Atlas do Estado Brasileiro
Description: Facilitates access to the data from the Atlas do Estado Brasileiro
(<https://www.ipea.gov.br/atlasestado/>), maintained by the Instituto de
Pesquisa Econômica Aplicada (Ipea). It allows users to search for specific
series, list series or themes, and download data when available.
Author: Hugo Macedo [aut, cre, cph]
Maintainer: Hugo Macedo <aebdata@hhmace.do>
Diff between aebdata versions 0.1.4 dated 2025-02-03 and 0.1.5 dated 2026-05-16
DESCRIPTION | 8 +- MD5 | 42 +++++------ NAMESPACE | 12 +-- NEWS.md | 2 R/get.R | 10 ++ R/list.R | 10 ++ R/search.R | 164 +++++++++++++++++++++---------------------- R/utils.R | 46 ++++++------ build/vignette.rds |binary inst/doc/exploring-data.R | 6 - inst/doc/exploring-data.Rmd | 114 ++++++++++++++--------------- inst/doc/exploring-data.html | 79 ++------------------ man/get_series.Rd | 76 +++++++++---------- man/list_series.Rd | 68 ++++++++--------- man/list_themes.Rd | 44 +++++------ man/search_series.Rd | 76 +++++++++---------- tests/testthat.R | 24 +++--- tests/testthat/test-get.R | 72 +++++++++--------- tests/testthat/test-list.R | 34 ++++---- tests/testthat/test-search.R | 52 ++++++------- tests/testthat/test-utils.R | 6 - vignettes/exploring-data.Rmd | 114 ++++++++++++++--------------- 22 files changed, 511 insertions(+), 548 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-11-08 0.1.6
2022-09-23 0.1.4
2022-05-17 0.1.3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-09-29 0.99.2