unbiased
changed to normalized
; implemented messages and testsNA
just if NAs
are present (changed documentation)digits
for some functions to enable user control of the printed number of digitsAdded more tests
Added standards for ropensci peer-review
DOCUMENTATION
All functions have been consistently prefixed with "concstats_"
Updated documentation and web page
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
For the resubmission to CRAN the author fixed the following issues:
increased version number.
Fixed issues with unit testing.
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.
This version of concstats
has been updated:
added code coverage for the package.
added tests
for various functions and group of functions.
Most of the functions have been streamlined with less lines of code.
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:
hhi
hhi_d
hhi_min
dom
sten
all_comp
the inequality wrapper (inequ.R) added the following functions:
entropy
gini
berry
palma
grs
all_inequ
the market structure wrapper (mstruct.R) contains the following functions:
firm
nrs_eq
top
top3
top5
all_mstruct
concstats
Updated Description
and Readme
file
Added vignettes
Added web page
Added creditcoops
, a small data set
Added a NEWS.md
file to track changes to the package.