- Notifications
You must be signed in to change notification settings - Fork0
Description
Checks forresmush (v0.0.0.9000)
git hash:6cd19282
- ✔️ Package name is available
- ✔️ has a 'codemeta.json' file.
- ✖️ does not have a 'contributing' file.
- ✔️ uses 'roxygen2'.
- ✔️ 'DESCRIPTION' has a URL field.
- ✔️ 'DESCRIPTION' has a BugReports field.
- ✔️ Package has at least one HTML vignette
- ✔️ All functions have examples.
- ✔️ Package has continuous integration checks.
- ✔️ Package coverage is 100%.
- ✔️ R CMD check found no errors.
- ✔️ R CMD check found no warnings.
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 | base | 82 |
internal | resmush | 12 |
internal | stats | 2 |
imports | httr | 9 |
imports | cli | 5 |
imports | utils | 1 |
imports | curl | NA |
suggests | knitr | NA |
suggests | rmarkdown | NA |
suggests | testthat | 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(<path/to/repo>)', and examining the 'external_calls' table.
base
file (10), c (5), length (5), url (5), as.integer (4), format (4), getOption (4), lapply (4), units (4), vapply (4), file.size (3), for (3), seq_len (3), basename (2), body (2), character (2), data.frame (2), do.call (2), list (2), paste0 (2), seq (2), strsplit (2), unlist (2), dirname (1), file.path (1), system.file (1), tempdir (1)
resmush
my_file_ext (2), name_sans_ext (2), resmush_file_single (2), load_inst_to_temp (1), make_object_size (1), make_unique_paths (1), resmush_file (1), resmush_url_single (1), smush_from_url (1)
httr
GET (3), content (2), write_disk (2), POST (1), upload_file (1)
cli
cli_bullets (5)
stats
df (2)
utils
object.size (1)
NOTE: Some imported packages appear to have no 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 4 files) and
- 1 authors
- 1 vignette
- no internal data file
- 4 imported packages
- 2 exported functions (median 18 lines of code)
- 18 non-exported functions in R (median 16 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 bythechecks_to_markdown()
function
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 | 4 | 28.3 | |
files_vignettes | 1 | 68.4 | |
files_tests | 4 | 79.0 | |
loc_R | 249 | 27.8 | |
loc_vignettes | 83 | 19.8 | |
loc_tests | 453 | 73.0 | |
num_vignettes | 1 | 64.8 | |
n_fns_r | 20 | 27.9 | |
n_fns_r_exported | 2 | 6.8 | |
n_fns_r_not_exported | 18 | 37.6 | |
n_fns_per_file_r | 3 | 54.5 | |
num_params_per_fn | 5 | 69.6 | |
loc_per_fn_r | 18 | 54.7 | |
loc_per_fn_r_exp | 18 | 42.5 | |
loc_per_fn_r_not_exp | 16 | 52.7 | |
rel_whitespace_R | 32 | 46.2 | |
rel_whitespace_vignettes | 39 | 24.1 | |
rel_whitespace_tests | 40 | 83.4 | |
doclines_per_fn_exp | 65 | 76.5 | |
doclines_per_fn_not_exp | 0 | 0.0 | TRUE |
fn_call_network_size | 11 | 34.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 thelatest '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
GitHub Workflow Results
id | name | conclusion | sha | run_number | date |
---|---|---|---|---|---|
7610847482 | Clear all Github actions caches manually | success | 6aa6fb | 2 | 2024-01-22 |
7615356135 | lintr | success | 6cd192 | 18 | 2024-01-22 |
7615375341 | pages build and deployment with artifacts-next | success | c92e1c | 16 | 2024-01-22 |
7616446965 | pkgcheck | NA | 6cd192 | 1 | 2024-01-22 |
7615356137 | pkgdown-gh-pages | success | 6cd192 | 14 | 2024-01-22 |
7615356136 | R-CMD-check | success | 6cd192 | 19 | 2024-01-22 |
7615356138 | test-coverage | success | 6cd192 | 18 | 2024-01-22 |
3b.goodpractice
results
R CMD check
withrcmdcheck
R CMD check generated the following note:
- checking package subdirectories ... NOTE
Problems with news in ‘NEWS.md’:
No news entries found.
Test coverage withcovr
Package coverage: 100
Cyclocomplexity withcyclocomp
No functions have cyclocomplexity >= 15
Static code analyses withlintr
lintr found no issues with this package!
Package Versions
package | version |
---|---|
pkgstats | 0.1.3.9 |
pkgcheck | 0.1.2.11 |