Skip to content

circumplex v0.3.0

Compare
Choose a tag to compare
@jmgirard jmgirard released this 26 Apr 14:22
· 201 commits to master since this release
ed3dd32

NEW FEATURES

  • Added the ssm_parameters() function to calculate SSM parameters (without
    confidence intervals) from a vector of scores
  • Added the ssm_score() function to calculate SSM parameters by row
  • Added support for older versions of R (3.3.x)

BUG FIXES

  • Fixed a bug in the normative data for IPIP-IPC that prevented standardization
  • Fixed a bug caused by changes in how random numbers are generated in R
  • Fixed several broken links by running package through new version of usethis
  • Fixed warnings related to documentation inherited from other packages

MINOR IMPROVEMENTS

  • Updated the Introduction to SSM vignette's figures
  • Replaced use of dplyr::funs() as this function is being deprecated