ropensci / concstats

Market Structure, Concentration, and Inequality Measures
https://docs.ropensci.org/concstats
GNU General Public License v3.0
7 stars 2 forks source link

pkgcheck results - master #1

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.2)

git hash: b8a97e73

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.2)

git hash: 2a13ef4d

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.2)

git hash: 2a13ef4d

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.2)

git hash: e1d49f8a

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE


1. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |concstats | 96| |internal |base | 69| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

concstats

hhi (11), firm (7), nrs_eq (7), entropy (6), palma (6), top (6), top3 (6), top5 (6), dom (5), gini (5), hhi_d (5), hhi_min (5), simpson (5), sten (5), grs (4), all_comp (1), all_inequ (1), all_mstruct (1), comp (1), concstats (1), inequ (1), mstruct (1)

base

sum (30), c (13), data.frame (7), cut (4), format (4), seq (4), length (3), log (2), as.numeric (1), seq_len (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


2. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 5 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 23 lines of code) - 22 non-exported functions in R (median 29 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 5| 34.7| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 440| 43.5| | |loc_vignettes | 237| 55.6| | |loc_tests | 405| 70.7| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 24| 67.4| | |loc_per_fn_r_exp | 23| 52.6| | |loc_per_fn_r_not_exp | 29| 77.1| | |rel_whitespace_R | 30| 60.7| | |rel_whitespace_vignettes | 24| 43.5| | |rel_whitespace_tests | 43| 82.8| | |doclines_per_fn_exp | 57| 70.1| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

2a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


3. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 2398727405|.github/workflows/JOSS.yml |success |7ada7d | 3|2022-05-27 | | 2518395734|pages build and deployment |success |e1d49f | 35|2022-06-17 | | 2518395763|pkgcheck |NA |e1d49f | 4|2022-06-17 | | 2518395755|pkgdown |success |e1d49f | 45|2022-06-17 | | 2518395760|R-CMD-check |NA |e1d49f | 41|2022-06-17 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 79.62 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) No functions have cyclocomplexity >= 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 27 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 7 Lines should not be more than 80 characters. | 20


4. Other Checks

Details of other checks (click to open)

:heavy_multiplication_x: The following 8 function names are duplicated in other packages: - - `comp` from coda.base, seqinr, survMisc, zonator - - `dom` from aquodom, fuzzyreg, locpol, solaR - - `entropy` from acid, acss, agrmt, aricode, bigdatadist, bio3d, Bios2cor, centiserve, CHNOSZ, contingency, convexjlr, cooltools, divseg, dlookr, entropy, ess, experDesign, FNN, fuzzySim, GPArotation, immunarch, ineq, infotheo, integr, lidR, lsa, mlf, mmeln, moc, partitionComparison, plgp, reldist, segregation, sglg, tsfeatures, VLMC - - `gini` from acid, binsmooth, catsim, cplm, CUB, descstat, divseg, Gini, ineqJD, labstatR, laeken, MachineShop, ModelMetrics, REAT, reldist, rtip, StatMeasures - - `grs` from edmcr - - `hhi` from divseg, hhi - - `simpson` from abdiv, bccp, benthos, divseg, renpow, untb - - `top` from bazar, immunarch, NCmisc, pbatR, PPLasso, WLasso


Package Versions

|package |version | |:--------|:--------| |pkgstats |0.1.0.1 | |pkgcheck |0.0.3.69 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.2)

git hash: b14bfca6

Package License: MIT + file LICENSE


1. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 66| |internal |concstats | 44| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), as.numeric (1), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_nrs_eq (4), concstats_entropy (3), concstats_hhi (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


2. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 5 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 23 lines of code) - 22 non-exported functions in R (median 29 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 5| 34.7| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 445| 43.9| | |loc_vignettes | 248| 57.3| | |loc_tests | 407| 70.7| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 24| 67.4| | |loc_per_fn_r_exp | 23| 52.6| | |loc_per_fn_r_not_exp | 29| 77.1| | |rel_whitespace_R | 30| 60.7| | |rel_whitespace_vignettes | 24| 44.8| | |rel_whitespace_tests | 43| 82.8| | |doclines_per_fn_exp | 60| 72.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

2a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


3. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 2398727405|.github/workflows/JOSS.yml |success |7ada7d | 3|2022-05-27 | | 2680113154|pages build and deployment |success |b14bfc | 37|2022-07-16 | | 2680113172|pkgcheck |NA |b14bfc | 6|2022-07-16 | | 2680113171|pkgdown |NA |b14bfc | 47|2022-07-16 | | 2680113170|R-CMD-check |NA |b14bfc | 43|2022-07-16 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 84.28 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) No functions have cyclocomplexity >= 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 33 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 25


Package Versions

|package |version | |:--------|:--------| |pkgstats |0.1.1.3 | |pkgcheck |0.0.3.77 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.2)

git hash: 42433015

Package License: MIT + file LICENSE


1. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 66| |internal |concstats | 44| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), as.numeric (1), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_nrs_eq (4), concstats_entropy (3), concstats_hhi (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


2. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 5 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 23 lines of code) - 22 non-exported functions in R (median 29 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 5| 34.7| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 445| 43.9| | |loc_vignettes | 248| 57.3| | |loc_tests | 407| 70.7| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 24| 67.4| | |loc_per_fn_r_exp | 23| 52.6| | |loc_per_fn_r_not_exp | 29| 77.1| | |rel_whitespace_R | 30| 60.7| | |rel_whitespace_vignettes | 24| 44.8| | |rel_whitespace_tests | 43| 82.8| | |doclines_per_fn_exp | 60| 72.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

2a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


3. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 2683136436|pages build and deployment |success |424330 | 38|2022-07-16 | | 2683136471|pkgcheck |NA |424330 | 7|2022-07-16 | | 2683136468|pkgdown |success |424330 | 48|2022-07-16 | | 2683136469|R-CMD-check |NA |424330 | 44|2022-07-16 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 84.28 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) No functions have cyclocomplexity >= 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 33 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 25


Package Versions

|package |version | |:--------|:--------| |pkgstats |0.1.1.3 | |pkgcheck |0.0.3.77 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.2)

git hash: f9048e60

Package License: MIT + file LICENSE


1. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 66| |internal |concstats | 44| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), as.numeric (1), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_nrs_eq (4), concstats_entropy (3), concstats_hhi (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


2. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 5 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 23 lines of code) - 22 non-exported functions in R (median 29 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 5| 34.7| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 445| 43.9| | |loc_vignettes | 248| 57.3| | |loc_tests | 407| 70.7| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 24| 67.4| | |loc_per_fn_r_exp | 23| 52.6| | |loc_per_fn_r_not_exp | 29| 77.1| | |rel_whitespace_R | 30| 60.7| | |rel_whitespace_vignettes | 24| 44.8| | |rel_whitespace_tests | 43| 82.8| | |doclines_per_fn_exp | 60| 72.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

2a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


3. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 2683479638|pages build and deployment |success |f9048e | 39|2022-07-16 | | 2683479651|pkgcheck |NA |f9048e | 8|2022-07-16 | | 2683479644|pkgdown |success |f9048e | 49|2022-07-16 | | 2683479645|R-CMD-check |failure |f9048e | 45|2022-07-16 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 84.28 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) No functions have cyclocomplexity >= 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 33 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 25


Package Versions

|package |version | |:--------|:--------| |pkgstats |0.1.1.3 | |pkgcheck |0.0.3.77 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.2)

git hash: 1e050722

Package License: MIT + file LICENSE


1. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 66| |internal |concstats | 44| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), as.numeric (1), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_nrs_eq (4), concstats_entropy (3), concstats_hhi (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


2. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 5 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 23 lines of code) - 22 non-exported functions in R (median 29 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 5| 34.7| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 445| 43.9| | |loc_vignettes | 248| 57.3| | |loc_tests | 407| 70.7| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 24| 67.4| | |loc_per_fn_r_exp | 23| 52.6| | |loc_per_fn_r_not_exp | 29| 77.1| | |rel_whitespace_R | 30| 60.7| | |rel_whitespace_vignettes | 24| 44.8| | |rel_whitespace_tests | 43| 82.8| | |doclines_per_fn_exp | 60| 72.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

2a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


3. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 2693903658|pages build and deployment |success |1e0507 | 40|2022-07-18 | | 2693903700|pkgcheck |NA |1e0507 | 9|2022-07-18 | | 2693903697|pkgdown |success |1e0507 | 50|2022-07-18 | | 2693903703|R-CMD-check |success |1e0507 | 46|2022-07-18 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 84.28 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) No functions have cyclocomplexity >= 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 33 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 25


Package Versions

|package |version | |:--------|:--------| |pkgstats |0.1.1.3 | |pkgcheck |0.0.3.77 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.2)

git hash: 00cd9959

Package License: MIT + file LICENSE


1. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 66| |internal |concstats | 44| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), as.numeric (1), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_nrs_eq (4), concstats_entropy (3), concstats_hhi (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


2. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 5 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 23 lines of code) - 22 non-exported functions in R (median 29 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 5| 34.7| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 445| 43.9| | |loc_vignettes | 248| 57.3| | |loc_tests | 407| 70.7| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 24| 67.4| | |loc_per_fn_r_exp | 23| 52.6| | |loc_per_fn_r_not_exp | 29| 77.1| | |rel_whitespace_R | 30| 60.7| | |rel_whitespace_vignettes | 24| 44.8| | |rel_whitespace_tests | 43| 82.8| | |doclines_per_fn_exp | 60| 72.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

2a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


3. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 2693938765|pages build and deployment |success |00cd99 | 41|2022-07-18 | | 2693938833|pkgcheck |NA |00cd99 | 10|2022-07-18 | | 2693938835|pkgdown |success |00cd99 | 51|2022-07-18 | | 2693938834|R-CMD-check |success |00cd99 | 47|2022-07-18 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 84.28 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) No functions have cyclocomplexity >= 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 33 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 25


Package Versions

|package |version | |:--------|:--------| |pkgstats |0.1.1.3 | |pkgcheck |0.0.3.77 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.2)

git hash: b6603e8e

Package License: MIT + file LICENSE


1. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 66| |internal |concstats | 44| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), as.numeric (1), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_nrs_eq (4), concstats_entropy (3), concstats_hhi (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


2. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 5 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 23 lines of code) - 22 non-exported functions in R (median 29 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 5| 34.7| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 445| 43.9| | |loc_vignettes | 248| 57.3| | |loc_tests | 407| 70.7| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 24| 67.4| | |loc_per_fn_r_exp | 23| 52.6| | |loc_per_fn_r_not_exp | 29| 77.1| | |rel_whitespace_R | 30| 60.7| | |rel_whitespace_vignettes | 24| 44.8| | |rel_whitespace_tests | 43| 82.8| | |doclines_per_fn_exp | 60| 72.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

2a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


3. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 2693968247|pages build and deployment |success |b6603e | 42|2022-07-18 | | 2693968299|pkgcheck |NA |b6603e | 11|2022-07-18 | | 2693968302|pkgdown |success |b6603e | 52|2022-07-18 | | 2693968298|R-CMD-check |NA |b6603e | 48|2022-07-18 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 84.28 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) No functions have cyclocomplexity >= 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 33 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 25


Package Versions

|package |version | |:--------|:--------| |pkgstats |0.1.1.3 | |pkgcheck |0.0.3.77 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.2)

git hash: 9fd7a6d5

Package License: MIT + file LICENSE


1. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 65| |internal |concstats | 44| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (28), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), as.numeric (1), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_nrs_eq (4), concstats_entropy (3), concstats_hhi (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


2. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 5 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 26 lines of code) - 22 non-exported functions in R (median 34 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 5| 34.7| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 595| 53.0| | |loc_vignettes | 248| 57.3| | |loc_tests | 417| 71.3| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 33| 79.7| | |loc_per_fn_r_exp | 26| 57.4| | |loc_per_fn_r_not_exp | 34| 82.0| | |rel_whitespace_R | 32| 69.7| | |rel_whitespace_vignettes | 24| 44.8| | |rel_whitespace_tests | 43| 83.2| | |doclines_per_fn_exp | 64| 75.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

2a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


3. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 2785705156|pages build and deployment |success |9fd7a6 | 45|2022-08-02 | | 2785705191|pkgcheck |NA |9fd7a6 | 14|2022-08-02 | | 2785705188|pkgdown |success |9fd7a6 | 55|2022-08-02 | | 2785705190|R-CMD-check |NA |9fd7a6 | 51|2022-08-02 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 76.9 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) No functions have cyclocomplexity >= 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 31 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 23


Package Versions

|package |version | |:--------|:--------| |pkgstats |0.1.1.4 | |pkgcheck |0.0.3.77 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.4)

git hash: bbc348c9

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_multiplication_x:

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 92| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 698| 57.9| | |loc_vignettes | 252| 58.0| | |loc_tests | 1232| 89.6| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 18| 59.8| | |rel_whitespace_vignettes | 23| 44.8| | |rel_whitespace_tests | 15| 83.7| | |doclines_per_fn_exp | 64| 75.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 3222788352|pages build and deployment |success |bbc348 | 47|2022-10-10 | | 3222788386|pkgcheck |NA |bbc348 | 16|2022-10-10 | | 3222788387|pkgdown |success |bbc348 | 57|2022-10-10 | | 3222788390|R-CMD-check |NA |bbc348 | 53|2022-10-10 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.59 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following function have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_sten | 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 37 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 29


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.1.54 | |pkgcheck |0.1.0.24 | |srr |0.0.1.180 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.4)

git hash: 85591759

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_multiplication_x:

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 92| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 698| 57.9| | |loc_vignettes | 252| 58.0| | |loc_tests | 1232| 89.6| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 18| 59.8| | |rel_whitespace_vignettes | 23| 44.8| | |rel_whitespace_tests | 15| 83.7| | |doclines_per_fn_exp | 64| 75.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 3222944784|pages build and deployment |success |855917 | 48|2022-10-10 | | 3222944822|pkgcheck |cancelled |855917 | 17|2022-10-10 | | 3222944824|pkgdown |success |855917 | 59|2022-10-10 | | 3222944823|R-CMD-check |success |855917 | 54|2022-10-10 | | 3222944832|test-coverage |success |855917 | 1|2022-10-10 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.59 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following function have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_sten | 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 37 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 29


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.1.54 | |pkgcheck |0.1.0.24 | |srr |0.0.1.180 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.4)

git hash: 85591759

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_multiplication_x:

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 92| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 698| 57.9| | |loc_vignettes | 252| 58.0| | |loc_tests | 1232| 89.6| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 18| 59.8| | |rel_whitespace_vignettes | 23| 44.8| | |rel_whitespace_tests | 15| 83.7| | |doclines_per_fn_exp | 64| 75.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 3222944784|pages build and deployment |success |855917 | 48|2022-10-10 | | 3222944822|pkgcheck |NA |855917 | 17|2022-10-10 | | 3222944824|pkgdown |success |855917 | 59|2022-10-10 | | 3222944823|R-CMD-check |success |855917 | 54|2022-10-10 | | 3222944832|test-coverage |success |855917 | 1|2022-10-10 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.59 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following function have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_sten | 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 37 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 29


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.1.54 | |pkgcheck |0.1.0.24 | |srr |0.0.1.180 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.4)

git hash: 85591759

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_multiplication_x:

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 92| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 698| 57.9| | |loc_vignettes | 252| 58.0| | |loc_tests | 1232| 89.6| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 18| 59.8| | |rel_whitespace_vignettes | 23| 44.8| | |rel_whitespace_tests | 15| 83.7| | |doclines_per_fn_exp | 64| 75.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 3222944784|pages build and deployment |success |855917 | 48|2022-10-10 | | 3222944822|pkgcheck |NA |855917 | 17|2022-10-10 | | 3222944824|pkgdown |success |855917 | 59|2022-10-10 | | 3222944823|R-CMD-check |success |855917 | 54|2022-10-10 | | 3222944832|test-coverage |success |855917 | 1|2022-10-10 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.59 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following function have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_sten | 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 37 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 29


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.1.54 | |pkgcheck |0.1.0.24 | |srr |0.0.1.180 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.4)

git hash: 85591759

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_multiplication_x:

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 92| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 698| 57.9| | |loc_vignettes | 252| 58.0| | |loc_tests | 1232| 89.6| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 18| 59.8| | |rel_whitespace_vignettes | 23| 44.8| | |rel_whitespace_tests | 15| 83.7| | |doclines_per_fn_exp | 64| 75.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 3222944784|pages build and deployment |success |855917 | 48|2022-10-10 | | 3237166074|pkgcheck |NA |855917 | 19|2022-10-12 | | 3222944824|pkgdown |success |855917 | 59|2022-10-10 | | 3222944823|R-CMD-check |success |855917 | 54|2022-10-10 | | 3222944832|test-coverage |success |855917 | 1|2022-10-10 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.59 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following function have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_sten | 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 37 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 29


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.1.54 | |pkgcheck |0.1.0.24 | |srr |0.0.1.180 |

github-actions[bot] commented 2 years ago

Checks for concstats (v0.1.4)

git hash: 85591759

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_multiplication_x:

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 92| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (13), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 698| 57.9| | |loc_vignettes | 252| 58.0| | |loc_tests | 1232| 89.6| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 18| 59.8| | |rel_whitespace_vignettes | 23| 44.8| | |rel_whitespace_tests | 15| 83.7| | |doclines_per_fn_exp | 64| 75.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 3222944784|pages build and deployment |success |855917 | 48|2022-10-10 | | 3237166074|pkgcheck |NA |855917 | 19|2022-10-12 | | 3222944824|pkgdown |success |855917 | 59|2022-10-10 | | 3222944823|R-CMD-check |success |855917 | 54|2022-10-10 | | 3222944832|test-coverage |success |855917 | 1|2022-10-10 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.59 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following function have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_sten | 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 37 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8 Lines should not be more than 80 characters. | 29


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.1.54 | |pkgcheck |0.1.0.24 | |srr |0.0.1.180 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: 24bbd8bb

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_multiplication_x: Package can not be submitted because the following standards [v0.1.0] are missing from your code:

EA1.0 G1.0 G1.1

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 91| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (12), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 705| 58.2| | |loc_vignettes | 254| 58.2| | |loc_tests | 1239| 89.7| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 18| 60.0| | |rel_whitespace_vignettes | 23| 44.8| | |rel_whitespace_tests | 15| 83.6| | |doclines_per_fn_exp | 63| 75.1| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 3324295329|pages build and deployment |success |24bbd8 | 49|2022-10-25 | | 3324295418|pkgcheck |NA |24bbd8 | 20|2022-10-25 | | 3324295433|pkgdown |success |24bbd8 | 60|2022-10-25 | | 3324295420|R-CMD-check |failure |24bbd8 | 55|2022-10-25 | | 3324295421|test-coverage |success |24bbd8 | 2|2022-10-25 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following function have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_sten | 15 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 8 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.1.54 | |pkgcheck |0.1.0.32 | |srr |0.0.1.181 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: 5c1cd723

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_multiplication_x: Package can not be submitted because the following standards [v0.1.0] are missing from your code:

EA1.0 G1.0 G1.1

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 91| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (12), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 704| 58.2| | |loc_vignettes | 254| 58.2| | |loc_tests | 1266| 90.0| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 17| 58.1| | |rel_whitespace_vignettes | 23| 44.1| | |rel_whitespace_tests | 14| 83.6| | |doclines_per_fn_exp | 63| 75.1| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 3325188435|pages build and deployment |success |5c1cd7 | 50|2022-10-26 | | 3325188552|pkgcheck |NA |5c1cd7 | 21|2022-10-26 | | 3325188541|pkgdown |success |5c1cd7 | 61|2022-10-26 | | 3325188545|R-CMD-check |NA |5c1cd7 | 56|2022-10-26 | | 3325188538|test-coverage |success |5c1cd7 | 3|2022-10-26 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 18 concstats_gini | 18 concstats_hhi | 18 concstats_simpson | 18 concstats_sten | 17 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 8 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.1.54 | |pkgcheck |0.1.0.32 | |srr |0.0.1.181 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: 7aa3428a

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_multiplication_x: Package can not be submitted because the following standards [v0.1.0] are missing from your code:

EA1.0 G1.0 G1.1

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 91| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (12), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 704| 58.2| | |loc_vignettes | 254| 58.2| | |loc_tests | 1266| 90.0| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 17| 58.1| | |rel_whitespace_vignettes | 23| 44.1| | |rel_whitespace_tests | 14| 83.6| | |doclines_per_fn_exp | 63| 75.1| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 3329318316|pages build and deployment |success |7aa342 | 51|2022-10-26 | | 3329318418|pkgcheck |NA |7aa342 | 22|2022-10-26 | | 3329318427|pkgdown |success |7aa342 | 62|2022-10-26 | | 3329318408|R-CMD-check |success |7aa342 | 57|2022-10-26 | | 3329318407|test-coverage |success |7aa342 | 4|2022-10-26 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 18 concstats_gini | 18 concstats_hhi | 18 concstats_simpson | 18 concstats_sten | 17 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 8 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.1.54 | |pkgcheck |0.1.0.32 | |srr |0.0.1.181 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: 7aa3428a

Important: All failing checks above must be addressed prior to proceeding

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_multiplication_x: Package can not be submitted because the following standards [v0.1.0] are missing from your code:

EA1.0 G1.0 G1.1

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 91| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (12), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 704| 58.2| | |loc_vignettes | 254| 58.2| | |loc_tests | 1266| 90.0| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 17| 58.1| | |rel_whitespace_vignettes | 23| 44.1| | |rel_whitespace_tests | 14| 83.6| | |doclines_per_fn_exp | 63| 75.1| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 3329318316|pages build and deployment |success |7aa342 | 51|2022-10-26 | | 3329468630|pkgcheck |NA |7aa342 | 23|2022-10-26 | | 3329318427|pkgdown |success |7aa342 | 62|2022-10-26 | | 3329318408|R-CMD-check |success |7aa342 | 57|2022-10-26 | | 3329318407|test-coverage |success |7aa342 | 4|2022-10-26 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 18 concstats_gini | 18 concstats_hhi | 18 concstats_simpson | 18 concstats_sten | 17 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 8 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.1.54 | |pkgcheck |0.1.0.32 | |srr |0.0.1.181 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: d3e10c1a

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.1.0] have been documented in this package (56 complied with; 46 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 91| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (12), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 704| 58.2| | |loc_vignettes | 254| 58.2| | |loc_tests | 1266| 90.0| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 17| 58.1| | |rel_whitespace_vignettes | 23| 44.1| | |rel_whitespace_tests | 14| 83.6| | |doclines_per_fn_exp | 63| 75.1| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 3329638517|pages build and deployment |success |d3e10c | 53|2022-10-26 | | 3329638614|pkgcheck |NA |d3e10c | 25|2022-10-26 | | 3329638610|pkgdown |success |d3e10c | 64|2022-10-26 | | 3329638632|R-CMD-check |success |d3e10c | 59|2022-10-26 | | 3329638620|test-coverage |success |d3e10c | 6|2022-10-26 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 18 concstats_gini | 18 concstats_hhi | 18 concstats_simpson | 18 concstats_sten | 17 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 8 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.1.54 | |pkgcheck |0.1.0.32 | |srr |0.0.1.181 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: bbcab8f5

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (56 complied with; 46 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 91| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (12), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 704| 58.2| | |loc_vignettes | 254| 58.2| | |loc_tests | 1266| 90.0| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 17| 58.1| | |rel_whitespace_vignettes | 23| 44.1| | |rel_whitespace_tests | 14| 83.6| | |doclines_per_fn_exp | 63| 75.1| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4087679455|pages build and deployment |success |bbcab8 | 54|2023-02-03 | | 4087679538|pkgcheck |NA |bbcab8 | 26|2023-02-03 | | 4087679533|pkgdown |failure |bbcab8 | 65|2023-02-03 | | 4087679534|R-CMD-check |NA |bbcab8 | 60|2023-02-03 | | 4087679540|test-coverage |failure |bbcab8 | 7|2023-02-03 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 18 concstats_gini | 18 concstats_hhi | 18 concstats_simpson | 18 concstats_sten | 17 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 8 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.11 | |srr |0.0.1.188 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: cfceb48e

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (56 complied with; 46 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 91| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (12), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 704| 58.2| | |loc_vignettes | 254| 58.2| | |loc_tests | 1266| 90.0| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 17| 58.1| | |rel_whitespace_vignettes | 23| 44.1| | |rel_whitespace_tests | 14| 83.6| | |doclines_per_fn_exp | 63| 75.1| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4088005164|pages build and deployment |success |cfceb4 | 56|2023-02-03 | | 4088005246|pkgcheck |NA |cfceb4 | 28|2023-02-03 | | 4088005239|pkgdown |NA |cfceb4 | 67|2023-02-03 | | 4088005244|R-CMD-check |NA |cfceb4 | 62|2023-02-03 | | 4088005236|test-coverage |NA |cfceb4 | 9|2023-02-03 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 18 concstats_gini | 18 concstats_hhi | 18 concstats_simpson | 18 concstats_sten | 17 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 8 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.11 | |srr |0.0.1.188 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: 2bb4cbb1

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (56 complied with; 46 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 91| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (12), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 704| 58.2| | |loc_vignettes | 254| 58.2| | |loc_tests | 1266| 90.0| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 17| 58.1| | |rel_whitespace_vignettes | 23| 44.1| | |rel_whitespace_tests | 14| 83.6| | |doclines_per_fn_exp | 63| 75.1| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4088509908|pages build and deployment |success |2bb4cb | 57|2023-02-03 | | 4088509943|pkgcheck |NA |2bb4cb | 29|2023-02-03 | | 4088509944|pkgdown |failure |2bb4cb | 68|2023-02-03 | | 4088509950|R-CMD-check |NA |2bb4cb | 63|2023-02-03 | | 4088509942|test-coverage |success |2bb4cb | 10|2023-02-03 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 18 concstats_gini | 18 concstats_hhi | 18 concstats_simpson | 18 concstats_sten | 17 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 8 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.11 | |srr |0.0.1.188 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: 65abe153

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (56 complied with; 46 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 91| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (12), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 704| 58.2| | |loc_vignettes | 254| 58.2| | |loc_tests | 1266| 90.0| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 17| 58.1| | |rel_whitespace_vignettes | 23| 44.1| | |rel_whitespace_tests | 14| 83.6| | |doclines_per_fn_exp | 63| 75.1| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4088856083|pages build and deployment |success |65abe1 | 59|2023-02-04 | | 4088856178|pkgcheck |NA |65abe1 | 31|2023-02-04 | | 4088856185|pkgdown |success |65abe1 | 71|2023-02-04 | | 4088856173|R-CMD-check |NA |65abe1 | 65|2023-02-04 | | 4088856175|test-coverage |success |65abe1 | 12|2023-02-04 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 18 concstats_gini | 18 concstats_hhi | 18 concstats_simpson | 18 concstats_sten | 17 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 8 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.11 | |srr |0.0.1.188 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: 6694d244

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (56 complied with; 46 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 91| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (12), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 704| 58.2| | |loc_vignettes | 254| 58.2| | |loc_tests | 1266| 90.0| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 17| 58.1| | |rel_whitespace_vignettes | 23| 44.1| | |rel_whitespace_tests | 14| 83.6| | |doclines_per_fn_exp | 63| 75.1| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4088910486|pages build and deployment |success |6694d2 | 60|2023-02-04 | | 4088910513|pkgcheck |NA |6694d2 | 32|2023-02-04 | | 4088910506|pkgdown |success |6694d2 | 72|2023-02-04 | | 4088910504|R-CMD-check |NA |6694d2 | 66|2023-02-04 | | 4088910509|test-coverage |success |6694d2 | 13|2023-02-04 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 18 concstats_gini | 18 concstats_hhi | 18 concstats_simpson | 18 concstats_sten | 17 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 8 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.11 | |srr |0.0.1.188 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: 961f9cab

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (56 complied with; 46 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 91| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (12), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 704| 58.2| | |loc_vignettes | 254| 58.2| | |loc_tests | 1266| 90.0| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 17| 58.1| | |rel_whitespace_vignettes | 23| 44.1| | |rel_whitespace_tests | 14| 83.6| | |doclines_per_fn_exp | 63| 75.1| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4129215417|pages build and deployment |success |961f9c | 61|2023-02-08 | | 4129215547|pkgcheck |NA |961f9c | 33|2023-02-08 | | 4129215554|pkgdown |success |961f9c | 73|2023-02-08 | | 4129215565|R-CMD-check |NA |961f9c | 67|2023-02-08 | | 4129215555|test-coverage |success |961f9c | 14|2023-02-08 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 18 concstats_gini | 18 concstats_hhi | 18 concstats_simpson | 18 concstats_sten | 17 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 8 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 8


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.11 | |srr |0.0.1.188 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: 3b00b698

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (56 complied with; 46 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 91| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

as.numeric (28), sum (28), c (12), data.frame (7), cut (4), format (4), seq (4), log (2), length (1), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 33 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 707| 58.3| | |loc_vignettes | 256| 58.3| | |loc_tests | 1266| 90.0| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 34| 67.2| | |loc_per_fn_r_not_exp | 44| 88.4| | |rel_whitespace_R | 17| 57.7| | |rel_whitespace_vignettes | 22| 43.0| | |rel_whitespace_tests | 14| 83.6| | |doclines_per_fn_exp | 75| 82.4| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4174746668|pages build and deployment |success |3b00b6 | 63|2023-02-14 | | 4174746867|pkgcheck |NA |3b00b6 | 35|2023-02-14 | | 4174746818|pkgdown |NA |3b00b6 | 75|2023-02-14 | | 4174746838|R-CMD-check |NA |3b00b6 | 69|2023-02-14 | | 4174746828|test-coverage |success |3b00b6 | 16|2023-02-14 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 18 concstats_gini | 18 concstats_hhi | 18 concstats_simpson | 18 concstats_sten | 17 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 7 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 6 Lines should not be more than 80 characters. | 1


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.11 | |srr |0.0.1.188 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.4)

git hash: fc1a4861

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (56 complied with; 46 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 43| |internal |stats | 5| |imports |dplyr | NA| |imports |readr | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_simpson (2), concstats_sten (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 2 imported packages - 22 exported functions (median 32 lines of code) - 22 non-exported functions in R (median 44 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 702| 58.1| | |loc_vignettes | 256| 58.3| | |loc_tests | 1244| 89.7| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 38| 84.2| | |loc_per_fn_r_exp | 32| 66.2| | |loc_per_fn_r_not_exp | 44| 88.0| | |rel_whitespace_R | 17| 57.7| | |rel_whitespace_vignettes | 22| 43.0| | |rel_whitespace_tests | 14| 83.4| | |doclines_per_fn_exp | 75| 82.4| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4256354434|pages build and deployment |success |fc1a48 | 65|2023-02-23 | | 4256354517|pkgcheck |NA |fc1a48 | 37|2023-02-23 | | 4256354510|pkgdown |NA |fc1a48 | 77|2023-02-23 | | 4256354514|R-CMD-check |NA |fc1a48 | 71|2023-02-23 | | 4256354511|test-coverage |success |fc1a48 | 18|2023-02-23 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 99.19 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 18 concstats_gini | 18 concstats_hhi | 18 concstats_sten | 17 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 7 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 6 Lines should not be more than 80 characters. | 1


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.11 | |srr |0.0.1.188 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: b8459bbd

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 667| 56.6| | |loc_vignettes | 274| 60.7| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 20| 43.0| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4405634351|pages build and deployment |success |b8459b | 66|2023-03-13 | | 4405634517|pkgcheck |NA |b8459b | 38|2023-03-13 | | 4405634519|pkgdown |NA |b8459b | 78|2023-03-13 | | 4405634515|R-CMD-check |NA |b8459b | 72|2023-03-13 | | 4405634521|test-coverage |NA |b8459b | 19|2023-03-13 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.56 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 6 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 6


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.17 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: af5692b5

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 667| 56.6| | |loc_vignettes | 274| 60.7| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 20| 43.0| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4405889356|pages build and deployment |success |af5692 | 67|2023-03-13 | | 4405889506|pkgcheck |NA |af5692 | 39|2023-03-13 | | 4405889491|pkgdown |success |af5692 | 79|2023-03-13 | | 4405889493|R-CMD-check |NA |af5692 | 73|2023-03-13 | | 4405889492|test-coverage |success |af5692 | 20|2023-03-13 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.56 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 6 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 6


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.17 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: 4910d51a

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 667| 56.6| | |loc_vignettes | 274| 60.7| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 20| 43.0| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4408327058|pages build and deployment |success |4910d5 | 68|2023-03-13 | | 4408327143|pkgcheck |NA |4910d5 | 40|2023-03-13 | | 4408327134|pkgdown |NA |4910d5 | 80|2023-03-13 | | 4408327140|R-CMD-check |NA |4910d5 | 74|2023-03-13 | | 4408327132|test-coverage |success |4910d5 | 21|2023-03-13 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.56 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 6 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 6


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.17 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: 0c5d4016

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 667| 56.6| | |loc_vignettes | 274| 60.7| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 21| 44.1| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4409081383|pages build and deployment |success |0c5d40 | 69|2023-03-13 | | 4409081690|pkgcheck |NA |0c5d40 | 41|2023-03-13 | | 4409081746|pkgdown |success |0c5d40 | 81|2023-03-13 | | 4409081693|R-CMD-check |NA |0c5d40 | 75|2023-03-13 | | 4409081694|test-coverage |success |0c5d40 | 22|2023-03-13 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.56 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 6 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 6


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.17 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: 5c07b4b6

Package License: MIT + file LICENSE


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 274| 60.7| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 21| 44.1| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/schneiderpy/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/schneiderpy/concstats/actions) [![pkgcheck](https://github.com/schneiderpy/concstats/workflows/pkgcheck/badge.svg)](https://github.com/schneiderpy/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4437683256|pages build and deployment |success |5c07b4 | 70|2023-03-16 | | 4437683362|pkgcheck |NA |5c07b4 | 42|2023-03-16 | | 4437683356|pkgdown |NA |5c07b4 | 82|2023-03-16 | | 4437683392|R-CMD-check |NA |5c07b4 | 76|2023-03-16 | | 4437683371|test-coverage |NA |5c07b4 | 23|2023-03-16 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 6 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 6


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3 | |pkgcheck |0.1.1.17 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: 7773279e

Package License: GPL (>= 2)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4480349092|pages build and deployment |success |777327 | 71|2023-03-21 | | 4480349151|pkgcheck |NA |777327 | 43|2023-03-21 | | 4437683356|pkgdown |success |5c07b4 | 82|2023-03-16 | | 4480349156|R-CMD-check |NA |777327 | 77|2023-03-21 | | 4480349169|test-coverage |success |777327 | 24|2023-03-21 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following notes: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ 2. checking top-level files ... NOTE File LICENSE is not mentioned in the DESCRIPTION file. R CMD check generated the following check_fail: 1. rcmdcheck_stale_license_file #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.4 | |pkgcheck |0.1.1.19 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: 20dd3d6e

Package License: GPL (>= 2)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4480526702|pages build and deployment |success |20dd3d | 72|2023-03-21 | | 4480526892|pkgcheck |NA |20dd3d | 44|2023-03-21 | | 4437683356|pkgdown |success |5c07b4 | 82|2023-03-16 | | 4480526885|R-CMD-check |NA |20dd3d | 78|2023-03-21 | | 4480526898|test-coverage |success |20dd3d | 25|2023-03-21 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following notes: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ 2. checking top-level files ... NOTE File LICENSE is not mentioned in the DESCRIPTION file. R CMD check generated the following check_fail: 1. rcmdcheck_stale_license_file #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.4 | |pkgcheck |0.1.1.19 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: 1b989709

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4481139933|pages build and deployment |success |1b9897 | 73|2023-03-21 | | 4481140076|pkgcheck |NA |1b9897 | 45|2023-03-21 | | 4437683356|pkgdown |success |5c07b4 | 82|2023-03-16 | | 4481140068|R-CMD-check |NA |1b9897 | 79|2023-03-21 | | 4481140073|test-coverage |success |1b9897 | 26|2023-03-21 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following notes: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ 2. checking top-level files ... NOTE File LICENSE is not mentioned in the DESCRIPTION file. R CMD check generated the following check_fail: 1. rcmdcheck_stale_license_file #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.4 | |pkgcheck |0.1.1.19 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: ef7cbb34

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4548708195|pages build and deployment |success |ef7cbb | 74|2023-03-28 | | 4548708242|pkgcheck |NA |ef7cbb | 46|2023-03-28 | | 4437683356|pkgdown |success |5c07b4 | 82|2023-03-16 | | 4548708239|R-CMD-check |NA |ef7cbb | 80|2023-03-28 | | 4548708240|test-coverage |success |ef7cbb | 27|2023-03-28 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.4 | |pkgcheck |0.1.1.20 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: 7e73a0c3

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4568170816|pages build and deployment |success |7e73a0 | 75|2023-03-30 | | 4568170977|pkgcheck |NA |7e73a0 | 47|2023-03-30 | | 4437683356|pkgdown |success |5c07b4 | 82|2023-03-16 | | 4568170972|R-CMD-check |NA |7e73a0 | 81|2023-03-30 | | 4568170973|test-coverage |success |7e73a0 | 28|2023-03-30 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.4 | |pkgcheck |0.1.1.20 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: a68f9773

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4568438731|pages build and deployment |success |a68f97 | 76|2023-03-30 | | 4568438803|pkgcheck |NA |a68f97 | 48|2023-03-30 | | 4437683356|pkgdown |success |5c07b4 | 82|2023-03-16 | | 4568438806|R-CMD-check |NA |a68f97 | 82|2023-03-30 | | 4568438804|test-coverage |success |a68f97 | 29|2023-03-30 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.4 | |pkgcheck |0.1.1.20 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.8)

git hash: 30fb0335

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4579165881|pages build and deployment |success |30fb03 | 77|2023-03-31 | | 4579166017|pkgcheck |NA |30fb03 | 49|2023-03-31 | | 4579166015|R-CMD-check |success |30fb03 | 83|2023-03-31 | | 4579166011|test-coverage |success |30fb03 | 30|2023-03-31 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.4 | |pkgcheck |0.1.1.20 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: 16282cae

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 4579600225|pages build and deployment |success |16282c | 78|2023-03-31 | | 4579600326|pkgcheck |NA |16282c | 50|2023-03-31 | | 4579600322|R-CMD-check |NA |16282c | 84|2023-03-31 | | 4579600339|test-coverage |success |16282c | 31|2023-03-31 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking package dependencies ... NOTE Package suggested but not available for checking: ‘kableExtra’ #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.4 | |pkgcheck |0.1.1.20 | |srr |0.0.1.191 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: e0c06de2

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 5604578736|pages build and deployment |success |e0c06d | 80|2023-07-19 | | 5604578780|pkgcheck |NA |e0c06d | 52|2023-07-19 | | 5604578776|R-CMD-check |NA |e0c06d | 86|2023-07-19 | | 5604578777|test-coverage |success |e0c06d | 33|2023-07-19 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.4 | |pkgcheck |0.1.2.1 | |srr |0.0.1.192 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: d8901a2f

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 5604698448|pages build and deployment |success |d8901a | 81|2023-07-19 | | 5604698483|pkgcheck |NA |d8901a | 53|2023-07-19 | | 5604698484|R-CMD-check |NA |d8901a | 87|2023-07-19 | | 5604698485|test-coverage |success |d8901a | 34|2023-07-19 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.4 | |pkgcheck |0.1.2.1 | |srr |0.0.1.192 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: 4d85bb71

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 6331173370|pages build and deployment |success |4d85bb | 82|2023-09-27 | | 6331173404|pkgcheck |NA |4d85bb | 54|2023-09-27 | | 6331173409|R-CMD-check |NA |4d85bb | 89|2023-09-27 | | 6331173408|test-coverage |success |4d85bb | 36|2023-09-27 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.9 | |pkgcheck |0.1.2.8 | |srr |0.0.1.194 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: 9203a189

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 6331766257|pages build and deployment |success |9203a1 | 85|2023-09-27 | | 6331766294|pkgcheck |cancelled |9203a1 | 57|2023-09-27 | | 6331766295|R-CMD-check |success |9203a1 | 92|2023-09-27 | | 6331766296|test-coverage |success |9203a1 | 39|2023-09-27 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.9 | |pkgcheck |0.1.2.8 | |srr |0.0.1.194 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: 9203a189

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 6331766257|pages build and deployment |success |9203a1 | 85|2023-09-27 | | 6331766294|pkgcheck |NA |9203a1 | 57|2023-09-27 | | 6331766295|R-CMD-check |success |9203a1 | 92|2023-09-27 | | 6331766296|test-coverage |success |9203a1 | 39|2023-09-27 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.9 | |pkgcheck |0.1.2.8 | |srr |0.0.1.194 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: cce0dcc5

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 6340942324|pages build and deployment |success |cce0dc | 86|2023-09-28 | | 6340942415|pkgcheck |NA |cce0dc | 58|2023-09-28 | | 6340942408|R-CMD-check |success |cce0dc | 93|2023-09-28 | | 6340942407|test-coverage |success |cce0dc | 40|2023-09-28 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.9 | |pkgcheck |0.1.2.9 | |srr |0.0.1.194 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: 937da825

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 6384432389|pages build and deployment |success |937da8 | 87|2023-10-02 | | 6384432445|pkgcheck |NA |937da8 | 59|2023-10-02 | | 6384432435|R-CMD-check |success |937da8 | 94|2023-10-02 | | 6384432443|test-coverage |success |937da8 | 41|2023-10-02 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.9 | |pkgcheck |0.1.2.9 | |srr |0.0.1.194 |

github-actions[bot] commented 1 year ago

Checks for concstats (v0.1.6)

git hash: add66282

Package License: GPL (>= 3)


1. rOpenSci Statistical Standards (srr package)

This package is in the following category:

:heavy_check_mark: All applicable standards [v0.2.0] have been documented in this package (1569 complied with; 0 N/A standards)

Click to see the report of author-reported standards compliance of the package with links to associated lines of code, which can be re-generated locally by running the srr_report() function from within a local clone of the repository.


2. Package Dependencies

Details of Package Dependency Usage (click to open)

The table below tallies all function calls to all packages ('ncalls'), both internal (r-base + recommended, along with the package itself), and external (imported and suggested packages). 'NA' values indicate packages to which no identified calls to R functions could be found. Note that these results are generated by an automated code-tagging system which may not be entirely accurate. |type |package | ncalls| |:----------|:----------|------:| |internal |base | 93| |internal |concstats | 41| |internal |stats | 5| |imports |NA | NA| |suggests |rmarkdown | NA| |suggests |knitr | NA| |suggests |dplyr | NA| |suggests |devtools | NA| |suggests |kableExtra | NA| |suggests |ggplot2 | NA| |suggests |testthat | NA| |suggests |covr | NA| |linking_to |NA | NA| Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats()', and examining the 'external_calls' table.

base

sum (29), as.numeric (28), c (12), data.frame (7), cut (4), format (4), seq (4), length (2), log (2), seq_len (1)

concstats

concstats_firm (4), concstats_entropy (3), concstats_hhi (3), concstats_nrs_eq (3), concstats_palma (3), concstats_dom (2), concstats_gini (2), concstats_grs (2), concstats_hhi_d (2), concstats_hhi_min (2), concstats_top (2), concstats_top3 (2), concstats_top5 (2), concstats_all_comp (1), concstats_all_inequ (1), concstats_all_mstruct (1), concstats_comp (1), concstats_concstats (1), concstats_inequ (1), concstats_mstruct (1), concstats_simpson (1), concstats_sten (1)

stats

quantile (4), na.omit (1)

**NOTE:** No imported packages appear to have associated function calls; please ensure with author that these 'Imports' are listed appropriately.


3. Statistical Properties

This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.

Details of statistical properties (click to open)

The package has: - code in R (100% in 6 files) and - 1 authors - 2 vignettes - 1 internal data file - 1 imported package - 22 exported functions (median 29 lines of code) - 22 non-exported functions in R (median 41 lines of code) --- Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages The following terminology is used: - `loc` = "Lines of Code" - `fn` = "function" - `exp`/`not_exp` = exported / not exported All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by [the `checks_to_markdown()` function](https://docs.ropensci.org/pkgcheck/reference/checks_to_markdown.html) The final measure (`fn_call_network_size`) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile. |measure | value| percentile|noteworthy | |:------------------------|-----:|----------:|:----------| |files_R | 6| 40.3| | |files_vignettes | 2| 85.7| | |files_tests | 5| 81.7| | |loc_R | 664| 56.4| | |loc_vignettes | 275| 60.8| | |loc_tests | 1091| 88.2| | |num_vignettes | 2| 89.2| | |data_size_total | 1301| 61.1| | |data_size_median | 1301| 65.7| | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 22| 70.1| | |n_fns_r_not_exported | 22| 43.6| | |n_fns_per_file_r | 6| 71.6| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 36| 82.8| | |loc_per_fn_r_exp | 30| 62.7| | |loc_per_fn_r_not_exp | 41| 86.5| | |rel_whitespace_R | 20| 60.6| | |rel_whitespace_vignettes | 22| 45.3| | |rel_whitespace_tests | 17| 84.0| | |doclines_per_fn_exp | 29| 31.0| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 33| 57.5| | ---

3a. Network visualisation

An interactive visualisation of calls between objects in the package has been uploaded as a workflow artefact. To view it, click on results from the latest 'pkgcheck' action, scroll to the bottom, and click on the 'visual-network' artefact.


4. goodpractice and other checks

Details of goodpractice checks (click to open)

#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/concstats/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/concstats/actions) [![pkgcheck](https://github.com/ropensci/concstats/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/concstats/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:--------------------------|:----------|:------|----------:|:----------| | 6384558002|pages build and deployment |success |add662 | 88|2023-10-02 | | 6384558069|pkgcheck |NA |add662 | 60|2023-10-02 | | 6384558064|R-CMD-check |success |add662 | 95|2023-10-02 | | 6384558067|test-coverage |success |add662 | 42|2023-10-02 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) rcmdcheck found no errors, warnings, or notes #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.52 #### Cyclocomplexity with [cyclocomp](https://github.com/MangoTheCat/cyclocomp) The following functions have cyclocomplexity >= 15: function | cyclocomplexity --- | --- concstats_entropy | 23 concstats_gini | 23 concstats_hhi | 23 concstats_all_comp | 22 concstats_all_inequ | 22 concstats_all_mstruct | 16 concstats_concstats | 16 concstats_dom | 16 concstats_firm | 16 concstats_grs | 16 concstats_hhi_d | 16 concstats_hhi_min | 16 concstats_nrs_eq | 16 concstats_palma | 16 concstats_simpson | 16 concstats_sten | 16 concstats_top | 16 concstats_top3 | 16 concstats_top5 | 16 #### Static code analyses with [lintr](https://github.com/jimhester/lintr) [lintr](https://github.com/jimhester/lintr) found the following 5 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 5


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.1.3.9 | |pkgcheck |0.1.2.9 | |srr |0.0.1.194 |