Recent Releases of circumplex
circumplex - circumplex 1.0.0
Breaking changes
Nearly all code rewritten/refactored to streamline and reduce dependencies.
Removed support for non-standard evaluation
The
contrastargument tossm_plot()is now TRUE or FALSE instead of "none", "model", or "test". Model contrasts were removed and TRUE yields test contrasts.Many arguments renamed (e.g.,
.datatodata,.ssm_objecttossm_object,xytodrop_xy)Removed
ssm_plot()function in favor ofssm_plot_circle(),ssm_plot_curve(), andssm_plot_contrast().Renamed
standardize()function tonorm_standardize()
New features
Added
ssm_plot_curve()Added CAIS and IEI instrument data
Added profile scores, results, and plotting to models with contrasts
Added
PANO()function for conveniently creating scale namesAll internal and external data are now data frames instead of tibbles
Rewrote all vignettes to use the updated functions, arguments, etc.
Minor improvements and fixes
Harmonized the
resultsandscoresfields in the output ofssm_analyze()Added many unit tests, increasing the package to 100% code coverage
Added many assertions to check for invalid input arguments
Harmonized the tidying function arguments (e.g.,
prefix,suffix,append)Added print methods for degree and radian classes
Replace internal non-standard evaluation with
.datareferencesMinor visual improvements to print and summary methods for ssm_objects
- R
Published by jmgirard over 1 year ago
circumplex - circumplex 0.3.10
Minor improvements and fixes
Fix a bug when comparing R versions
Update {vdiffr} tests
Update GitHub Actions
- R
Published by jmgirard almost 3 years ago
circumplex - circumplex 0.3.8
Minor improvements and fixes
Fix testing error on Solaris systems
Update package description paragraph
Add cpp11 plugin for Rcpp
Exclude devel folder from linguist statistics
- R
Published by jmgirard about 5 years ago
circumplex - circumplex 0.3.7
New features
Add
angle_labelsargument tossm_plot()to allow users to customize the angle labels around a circular plotAdd
paletteargument tossm_plot()to allow users to customize the color palette (from {RColorBrewer}) of a circular plotReplaced the
font_sizeargument tossm_plot()with thelegend_font_sizeandscale_font_sizearguments to allow users to customize the font size of different elements of a circular plot
Minor improvements and fixes
Update
ggsave()documentatioan for future compatibilityUpdate {Rcpp} code for future compatibility
Added a black border to the points in a circular plot to greater distinguish them visually
Change CI notation from [] to () to play nice with pandoc
Update to {testthat} 3E and add
ssm_plot()tests using {vdiffr}Recompile vignettes with new version of {roxygen2}
Replace TravisCI with GitHub Actions
- R
Published by jmgirard about 5 years ago
circumplex - circumplex v0.3.6
Minor improvements and fixes
Update dependency versions and require R >= 3.4.0
Fix issues related to how R 4.0.0 handles S3 methods
Modernize ssm_plot() function to use new tidyr syntax
Update travis CI configuration to be more explicit
- R
Published by jmgirard about 6 years ago
circumplex - circumplex v0.3.5
Minor improvements and fixes
- Removed several unit tests that were causing problems for CRAN checks
- R
Published by jmgirard over 6 years ago
circumplex - circumplex v0.3.4
Minor improvements and fixes
Adjust the test of
quantile.radian()to account for changes to%%starting in R 3.6.1 PatchedAdd the name of the package to the S3 class names (e.g.,
circumplex_radianinstead ofradian) to minimize the risk of overlapping classes between packagesAdd some supplementary files to the R build ignore list to avoid notes during CRAN check
- R
Published by jmgirard over 6 years ago
circumplex - circumplex v0.3.3
Minor improvements and fixes
Add APA-style citations to instrument documentation in addition to DOI links.
Add "Instruments" menu to package website for viewing documentation pages.
Adjust the test of
quantile.radian()to account for changes to%%in R 3.7.0
- R
Published by jmgirard over 6 years ago
circumplex - circumplex v0.3.2
New features
- New
iitcprovides instrument information for the Inventory of Influence Tactics Circumplex.
Minor improvements and fixes
Fix CRAN warnings by setting
LazyData: true.Fix CRAN note by replacing relative URLs with absolute URLs.
Nonstandard evaluation is now handled using
{{}}notation.Updated the formatting on this NEWS changelog to match tidyverse style.
- R
Published by jmgirard almost 7 years ago
circumplex - circumplex v0.3.1
BUG FIXES
- Avoid a bug with dplyr 0.8.1 and S3 methods on Linux systems
- Update the web address for Johannes in the README document
- R
Published by jmgirard about 7 years ago
circumplex - circumplex v0.3.0
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
- R
Published by jmgirard about 7 years ago
circumplex - circumplex v0.2.1
NEW FEATURES
- Added one normative data set to the IIS-32
- Added open-access (i.e., full item text) to the IIS-32 and IIS-64
BUG FIXES
- Updated the IIS-32 response anchors to range from 1 to 6 to match norms
- Changed use of tibble functions to avoid problems when new version releases
- Removed dependency on MASS package (until it is used by exported functions)
MINOR IMPROVEMENTS
- Updated the IIS-32 item ordering and scoring to match the author's version
- R
Published by jmgirard over 7 years ago
circumplex - circumplex v0.2.0
NEW FEATURES
- Added functions and documentation for numerous circumplex instruments
- Added functions for ipsatizing and scoring item-level data
- Added function for standardizing scale-level data using normative data
BUG FIXES
- Changed OpenMP flags in Makevars to fix a compile problem on Debian machines
- Fixed a bug related to calculating angular medians in the presence of NAs
MINOR IMPROVEMENTS
- Changed the default to plot profiles with low fit (but with dashed borders)
- Import and export functions from rlang tidy evaluation
- Added unit testing of various functions to increase code coverage
DOCUMENTATION FIXES
- Redesigned package website to be more attractive and clear
- Updated SSM vignette to use standardization function
- R
Published by jmgirard over 7 years ago
circumplex - circumplex v0.1.2
NEW FEATURES
- Profiles with low fit now have dashed borders when plotted
BUG FIXES
- Fix bug that prevented compilation on Solaris systems
- Fix bug that prevented CRAN checks on old R versions
DOCUMENTATION FIXES
- Improved the formatting of vignette source code
- R
Published by jmgirard almost 8 years ago
circumplex - circumplex v0.0.0.9004
Introductory and intermediate SSM vignettes completed
- R
Published by jmgirard almost 8 years ago
circumplex - circumplex v0.0.0.9003
Updated beta version with all ssm analysis types added!
- R
Published by jmgirard almost 8 years ago
circumplex - circumplex v0.0.0.9002
New wrapper functions: ssmanalyze(), ssmplot(), ssm_table()
- R
Published by jmgirard almost 8 years ago
circumplex - circumplex v0.0.0.9001
Updated beta version
- R
Published by jmgirard almost 8 years ago
circumplex - circumplex v0.0.0.9000
Beta version that should be (mostly) stable
- R
Published by jmgirard almost 8 years ago