Skip to content

ConsReg

Fits Regression & ARMA Models Subject to Constraints to the Coefficient

v0.1.0 · Apr 5, 2020 · GPL-2 | GPL-3

Description

Fits or generalized linear models either a regression with Autoregressive moving-average (ARMA) errors for time series data. The package makes it easy to incorporate constraints into the model's coefficients. The model is specified by an objective function (Gaussian, Binomial or Poisson) or an ARMA order (p,q), a vector of bound constraints for the coefficients (i.e beta1 > 0) and the possibility to incorporate restrictions among coefficients (i.e beta1 > beta2). The references of this packages are the same as 'stats' package for glm() and arima() functions. See Brockwell, P. J. and Davis, R. A. (1996, ISBN-10: 9783319298528). For the different optimizers implemented, it is recommended to consult the documentation of the corresponding packages.

Downloads

CRAN

257

Last 30 days

16327th

720

Last 90 days

3K

Last year

Trend: +33.9% (30d vs prior 30d)

r2u CRAN

43

Last 30 days

122

Last 90 days

426

Last year

Trend: -14% (30d vs prior 30d)

CRAN Check Status

4 NOTE
9 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang NOTE
r-devel-linux-x86_64-fedora-gcc NOTE
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (4 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Josep Puig <puigjos@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Josep", "Puig"),
                      family = "Sallés",
                      role = "aut"),
               person(given = "Josep",
                      family = "Puig",
                      role = "cre",
                      email = "puigjos@gmail.com"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Josep Puig <puigjos@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Josep", "Puig"),
                      family = "Sallés",
                      role = "aut"),
               person(given = "Josep",
                      family = "Puig",
                      role = "cre",
                      email = "puigjos@gmail.com"))
as necessary.
NOTE r-devel-linux-x86_64-fedora-clang

compiled code

File ‘ConsReg/libs/ConsReg.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘ConsReg/libs/ConsReg.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.

Check History

NOTE 10 OK · 4 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Josep Puig <puigjos@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Josep", "Puig"),
                      family = "Sallés",
                      role = "aut"),
               person(given = "Josep",
                      family = "Puig",
                      role = "cre",
                      email = "puigjos@gmail.com"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Josep Puig <puigjos@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Josep", "Puig"),
                      family = "Sallés",
                      role = "aut"),
               person(given = "Josep",
                      family = "Puig",
                      role = "cre",
                      email = "puigjos@gmail.com"))
as necessary.
NOTE r-devel-linux-x86_64-fedora-clang

compiled code

File ‘ConsReg/libs/ConsReg.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘ConsReg/libs/ConsReg.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.

Dependency Network

Dependencies Reverse dependencies data.table forecast rlang nloptr FME MCMCpack Rsolnp (>= 1.15) DEoptim dfoptim GA GenSA Metrics ggplot2 adaptMCMC Rcpp ConsReg

Version History

1 tracked
new 0.1.0 Mar 10, 2026

R Observatory began tracking this package on Mar 10, 2026; it first appeared on CRAN Apr 5, 2020. Releases before tracking aren’t shown.