Skip to contents

extras 0.7.3.9002

  • Remove dependency on MASS package so minimum R version can be brought down to 4.0.0 from 4.3.0.

extras 0.7.3.9001

  • Register poissontemplate usage.
  • Fix actions.
  • Perform upkeep on package.

extras 0.7.3

CRAN release: 2024-08-27

  • Ensure all tests, examples, and vignettes run conditionally for packages listed in suggests.

extras 0.7.2

CRAN release: 2024-08-22

extras 0.7.1

extras 0.7.0

extras 0.6.1

CRAN release: 2023-05-10

  • Fixed M1mac test

extras 0.6.0

CRAN release: 2023-04-28

New Features

  • Added family of functions for the following distributions

    • xx_gamma()
    • xx_student()
    • xx_beta_binomial()
  • Added standardized residuals to residual functions for all distributions

Bug Fixes

Internal

  • Fix for dev testthat
  • Fix tests for dev waldo

extras 0.5.0

CRAN release: 2022-10-30

extras 0.4.0

CRAN release: 2022-09-23

extras 0.3.0

CRAN release: 2022-06-08

Added

Modifications

  • res_xx() functions now return data (actual or simulated) if type = 'data'.

Bug Fixes

  • Fixed normal and log-normal deviances which were out by a factor of 2 and 1.41 respectively.

extras 0.2.0

CRAN release: 2021-08-05

Added

Functions

  • Added the following function families
    • ran_xx() (random samples)
    • log_lik_xx() (log-likelihood)
    • dev_xx() (deviances)
    • res_xx() (residuals)

for the following distributions - _bern, (Bernoulli), - _binom (binomial) - _pois (Poisson) - _norm (normal) - _lnorm (log-normal) - _gamma (gamma) - _gamma_pois (gamma-Poisson)

Arguments

Deprecated

extras 0.1.0

CRAN release: 2020-09-26

  • Added chk_indices() and vld_indices() to check (validate) if an object is a list of indices ie a vector of one or more positive integer values.
  • Added par_pattern() to provide string of regular expression for a parameter name.
  • Added as_list_unnamed() generic which by default strips all attributes except names.
  • Modified chk_pars() and vld_pars() to permit missing values and duplicates.

extras 0.0.1

CRAN release: 2020-06-16

  • Initial submission to CRAN.