Package: vasicekreg Type: Package Title: Regression Modeling Using Vasicek Distribution Version: 1.0.2 Date: 2026-01-12 Authors@R: c(person(given = "Josmar", family = "Mazucheli", role = c("aut", "cre"), email = "jmazucheli@gmail.com"), person(given = "Bruna", family = "Alves", role = "ctb", email = "pg402900@uem.br")) Description: Provides probability density, cumulative distribution, quantile, and random number generation functions for the Vasicek distribution. In addition, two functions are available for fitting Generalized Additive Models for Location, Scale and Shape introduced by Rigby and Stasinopoulos (2005, ). Some functions are written in 'C++' using 'Rcpp', developed by Eddelbuettel and Francois (2011, ). License: MIT + file LICENSE Encoding: UTF-8 ByteCompile: yes LazyData: true Depends: R (>= 3.6) Imports: Rcpp, stats, gamlss, gamlss.dist, mvtnorm LinkingTo: Rcpp Suggests: testthat (>= 3.0.0) RoxygenNote: 7.3.3 NeedsCompilation: yes Repository: https://jmazucheli.r-universe.dev Date/Publication: 2026-01-14 15:07:12 UTC RemoteUrl: https://github.com/jmazucheli/vasicekreg RemoteRef: HEAD RemoteSha: 4ff97d093757ef46ff4a92b9b5960d49bf36933e Packaged: 2026-07-13 07:23:37 UTC; root Author: Josmar Mazucheli [aut, cre], Bruna Alves [ctb] Maintainer: Josmar Mazucheli