Open github-actions[bot] opened 2 years ago
git hash: d9cb6917
Important: All failing checks above must be addressed prior to proceeding
Package License: MIT + file LICENSE
This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.
The package has: - code in C++ (75% in 6 files) and R (25% in 10 files) - 2 authors - 2 vignettes - no internal data file - 2 imported packages - 18 exported functions (median 4 lines of code) - 48 non-exported functions in R (median 3 lines of code) - 37 R functions (median 9 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 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 | 10| 59.0| | |files_src | 6| 90.2| | |files_vignettes | 2| 85.7| | |files_tests | 11| 91.7| | |loc_R | 170| 19.3| | |loc_src | 501| 46.9| | |loc_vignettes | 206| 50.5| | |loc_tests | 474| 73.9| | |num_vignettes | 2| 89.2| | |n_fns_r | 66| 65.1| | |n_fns_r_exported | 18| 64.2| | |n_fns_r_not_exported | 48| 66.4| | |n_fns_src | 37| 60.2| | |n_fns_per_file_r | 4| 62.4| | |n_fns_per_file_src | 6| 59.7| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 4| 4.4|TRUE | |loc_per_fn_r_exp | 4| 4.3|TRUE | |loc_per_fn_r_not_exp | 4| 5.4| | |loc_per_fn_src | 9| 16.8| | |rel_whitespace_R | 13| 18.6| | |rel_whitespace_src | 12| 39.9| | |rel_whitespace_vignettes | 35| 52.6| | |rel_whitespace_tests | 17| 67.5| | |doclines_per_fn_exp | 78| 83.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 106| 80.2| | ---
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.
goodpractice
and other checks#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/parzer/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/parzer/actions) **GitHub Workflow Results** |name |conclusion |sha |date | |:-----------------------------|:----------|:------|:----------| |.github/workflows/R-check.yml |failure |5cd14d |2021-12-14 | |pkgcheck | |d9cb69 |2022-02-28 | |R-check |cancelled |2ec89c |2021-12-14 | |R-CMD-check | |d9cb69 |2022-02-28 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking installed package size ... NOTE installed size is 10.7Mb sub-directories of 1Mb or more: doc 1.0Mb libs 9.5Mb R CMD check generated the following check_fail: 1. rcmdcheck_reasonable_installed_size #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 94.53 #### 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 4 potential issues: message | number of times --- | --- Lines should not be more than 80 characters. | 4
|package |version | |:--------|:---------| |pkgstats |0.0.3.88 | |pkgcheck |0.0.2.239 |
git hash: d9db98c2
Package License: MIT + file LICENSE
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 |parzer | 37|
|internal |base | 8|
|internal |utils | 1|
|imports |Rcpp | NA|
|imports |withr | NA|
|suggests |testthat | NA|
|suggests |randgeo | NA|
|suggests |knitr | NA|
|suggests |rmarkdown | NA|
|suggests |callr | NA|
|suggests |pkgbuild | NA|
|suggests |pkgload | NA|
|linking_to |Rcpp | 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(
unclass_strip_atts (4), parse_lat (2), parse_lon (2), pz_parse_lat (2), pz_parse_lon (2), pz_split_llstr (2), scrub (2), assert (1), dms_helper (1), lint_inputs (1), parse_hemisphere (1), parse_llstr (1), parse_lon_lat (1), parse_parts_lat (1), parse_parts_lon (1), print.pz (1), pz_d (1), pz_degree (1), pz_hemisphere (1), pz_m (1), pz_minute (1), pz_parse_parts_lat (1), pz_parse_parts_lon (1), pz_s (1), pz_second (1), pz_split_llstr_string (1), split_decimal_degree (1), stop_form (1)
as.character (2), data.frame (2), c (1), cat (1), gsub (1), stop (1)
str (1)
parzer
base
utils
This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.
The package has: - code in C++ (75% in 6 files) and R (25% in 10 files) - 2 authors - 2 vignettes - no internal data file - 2 imported packages - 18 exported functions (median 4 lines of code) - 48 non-exported functions in R (median 3 lines of code) - 37 R functions (median 9 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 | 10| 59.0| | |files_src | 6| 90.2| | |files_vignettes | 2| 85.7| | |files_tests | 11| 91.7| | |loc_R | 170| 19.3| | |loc_src | 501| 46.9| | |loc_vignettes | 206| 50.5| | |loc_tests | 474| 73.9| | |num_vignettes | 2| 89.2| | |n_fns_r | 66| 65.1| | |n_fns_r_exported | 18| 64.2| | |n_fns_r_not_exported | 48| 66.4| | |n_fns_src | 37| 60.2| | |n_fns_per_file_r | 4| 62.4| | |n_fns_per_file_src | 6| 59.7| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 4| 4.4|TRUE | |loc_per_fn_r_exp | 4| 4.3|TRUE | |loc_per_fn_r_not_exp | 4| 5.4| | |loc_per_fn_src | 9| 16.8| | |rel_whitespace_R | 13| 18.6| | |rel_whitespace_src | 12| 39.9| | |rel_whitespace_vignettes | 35| 52.6| | |rel_whitespace_tests | 17| 67.5| | |doclines_per_fn_exp | 78| 83.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 106| 80.2| | ---
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.
goodpractice
and other checks#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/parzer/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/parzer/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:-----------------------------|:----------|:------|----------:|:----------| | 1577262157|.github/workflows/R-check.yml |failure |5cd14d | 51|2021-12-14 | | 2977919433|pkgcheck |NA |d9db98 | 3|2022-09-02 | | 1577645778|R-check |cancelled |2ec89c | 53|2021-12-14 | | 2977919419|R-CMD-check |NA |d9db98 | 16|2022-09-02 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking installed package size ... NOTE installed size is 10.7Mb sub-directories of 1Mb or more: doc 1.0Mb libs 9.5Mb R CMD check generated the following check_fail: 1. rcmdcheck_reasonable_installed_size #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 94.53 #### 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 8 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 3 Lines should not be more than 80 characters. | 5
|package |version | |:--------|:--------| |pkgstats |0.1.1.20 | |pkgcheck |0.1.0.21 |
git hash: 44e2ef90
Package License: MIT + file LICENSE
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 |parzer | 37|
|internal |base | 8|
|internal |utils | 1|
|imports |Rcpp | NA|
|imports |withr | NA|
|suggests |testthat | NA|
|suggests |randgeo | NA|
|suggests |knitr | NA|
|suggests |rmarkdown | NA|
|suggests |callr | NA|
|suggests |pkgbuild | NA|
|suggests |pkgload | NA|
|linking_to |Rcpp | 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(
unclass_strip_atts (4), parse_lat (2), parse_lon (2), pz_parse_lat (2), pz_parse_lon (2), pz_split_llstr (2), scrub (2), assert (1), dms_helper (1), lint_inputs (1), parse_hemisphere (1), parse_llstr (1), parse_lon_lat (1), parse_parts_lat (1), parse_parts_lon (1), print.pz (1), pz_d (1), pz_degree (1), pz_hemisphere (1), pz_m (1), pz_minute (1), pz_parse_parts_lat (1), pz_parse_parts_lon (1), pz_s (1), pz_second (1), pz_split_llstr_string (1), split_decimal_degree (1), stop_form (1)
as.character (2), data.frame (2), c (1), cat (1), gsub (1), stop (1)
str (1)
parzer
base
utils
This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.
The package has: - code in C++ (75% in 6 files) and R (25% in 10 files) - 2 authors - 2 vignettes - no internal data file - 2 imported packages - 18 exported functions (median 4 lines of code) - 48 non-exported functions in R (median 3 lines of code) - 37 R functions (median 9 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 | 10| 59.0| | |files_src | 6| 90.2| | |files_vignettes | 2| 85.7| | |files_tests | 10| 90.7| | |loc_R | 170| 19.3| | |loc_src | 501| 46.9| | |loc_vignettes | 206| 50.5| | |loc_tests | 391| 69.8| | |num_vignettes | 2| 89.2| | |n_fns_r | 66| 65.1| | |n_fns_r_exported | 18| 64.2| | |n_fns_r_not_exported | 48| 66.4| | |n_fns_src | 37| 60.2| | |n_fns_per_file_r | 4| 62.4| | |n_fns_per_file_src | 6| 59.7| | |num_params_per_fn | 2| 11.9| | |loc_per_fn_r | 4| 4.4|TRUE | |loc_per_fn_r_exp | 4| 4.3|TRUE | |loc_per_fn_r_not_exp | 4| 5.4| | |loc_per_fn_src | 9| 16.8| | |rel_whitespace_R | 13| 18.6| | |rel_whitespace_src | 12| 39.9| | |rel_whitespace_vignettes | 35| 52.6| | |rel_whitespace_tests | 18| 64.4| | |doclines_per_fn_exp | 78| 83.8| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 106| 80.2| | ---
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.
goodpractice
and other checks#### 3a. Continuous Integration Badges [![R-CMD-check](https://github.com/ropensci/parzer/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/parzer/actions) **GitHub Workflow Results** | id|name |conclusion |sha | run_number|date | |----------:|:-----------------------------|:----------|:------|----------:|:----------| | 1577262157|.github/workflows/R-check.yml |failure |5cd14d | 51|2021-12-14 | | 2978013934|New issue or new PR Greeter |success |9fba52 | 2|2022-09-02 | | 2981999700|pkgcheck |NA |44e2ef | 5|2022-09-02 | | 1577645778|R-check |cancelled |2ec89c | 53|2021-12-14 | | 2981999693|R-CMD-check |success |44e2ef | 18|2022-09-02 | --- #### 3b. `goodpractice` results #### `R CMD check` with [rcmdcheck](https://r-lib.github.io/rcmdcheck/) R CMD check generated the following note: 1. checking installed package size ... NOTE installed size is 10.7Mb sub-directories of 1Mb or more: doc 1.0Mb libs 9.5Mb R CMD check generated the following check_fail: 1. rcmdcheck_reasonable_installed_size #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 93.75 #### 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 6 potential issues: message | number of times --- | --- Avoid library() and require() calls in packages | 3 Lines should not be more than 80 characters. | 3
|package |version | |:--------|:--------| |pkgstats |0.1.1.20 | |pkgcheck |0.1.0.21 |
Checks for parzer (v0.4.1.9000)
git hash: 1277e55f
Important: All failing checks above must be addressed prior to proceeding
Package License: MIT + file LICENSE