concstats 0.2.0
- added three more functions (concstats_top_df, concstats_top3_df, concstats_top5_df)
- added a helper function to calculate shares if input are raw data and not transformed to shares
- gave all functions a separate R script
- all functions have now their own test file
- corrected Simpson measure #3 (thanks to @marberts)
- improved input behavior for integer vectors representing shares
- functions error on any negative value
- revisited and updated documentation and vignettes
concstats 0.1.6
CRAN release: 2023-03-30
- changed to version 0.1.6
- unified variable declaration (all x, instead of shares)
- corrected the implementation of the GRS formula
- enhanced examples, added references to functions, each function has now its own documentation
- updated vignette “Introduction to concstats”, and added code for the plot “Credit cooperatives”
- link from README to CONTRIBUTING.md
- using fs() for direct links in documentation
- corrected function names
-
unbiasedchanged tonormalized; implemented messages and tests - computation yields
NAjust ifNAsare present (changed documentation) - removed dependencies (readr and dplyr)
- added argument
digitsfor some functions to enable user control of the printed number of digits - reviewed, changed or added tests for several functions
- changed data-raw/creditcoops.R, on line 3 n() to dplyr::n()
concstats 0.1.4
Added more tests
Added standards for ropensci peer-review
DOCUMENTATION
- Updated README with Prior Arts
concstats 0.1.3
All functions have been consistently prefixed with “concstats_”
Updated documentation and web page
concstats 0.1.2 (submission to CRAN)
CRAN release: 2022-05-14
For the submission to CRAN the author fixed the following issues:
increased version number to v.0.1.2.
Fixed issues with unit testing regarding floating doubles
concstats 0.1.1 (Resubmission to CRAN)
For the resubmission to CRAN the author fixed the following issues:
increased version number.
Fixed issues with unit testing.
concstats 0.1.0 (Resubmission to CRAN)
CRAN release: 2022-05-05
For the resubmission to CRAN the author fixed the following issues:
All references regarding methods were moved from their respective script files to the DESCRIPTION file.
Fixed issue with (unnecessary) instances of install.packages() in vignette.
concstats 0.1.0
CRAN release: 2022-05-05
This version of concstats has been updated:
added code coverage for the package.
added
testsfor various functions and group of functions.
Most of the functions have been streamlined with less lines of code.
concstats 0.0.2.999
This development version of the concstats package has been completely restructured. The one-step function has been recomposed in three main groups and the following functions (measures) were added:
-
the group wrapper for the concentration/competition measures (comp.R) contains the following functions:
hhihhi_dhhi_mindomsten-
all_comp- calculates all the measures of the wrapper in a one-step procedure
-
the inequality wrapper (inequ.R) added the following functions:
entropyginiberrypalmagrs-
all_inequ- calculates all the measures of the wrapper in a one-step procedure
-
the market structure wrapper (mstruct.R) contains the following functions:
firmnrs_eqtoptop3top5-
all_mstruct- calculates all the measures of the wrapper in a one-step procedure
-
concstats- calculates a set of eight preselected concentration and diversity measures in a one-step procedure
Updated
DescriptionandReadmefileAdded
vignettesAdded
web pageAdded
creditcoops, a small data setAdded a
NEWS.mdfile to track changes to the package.
