Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkgcheck results - main #14

Open
github-actions bot opened this issue Feb 13, 2022 · 5 comments
Open

pkgcheck results - main #14

github-actions bot opened this issue Feb 13, 2022 · 5 comments

Comments

@github-actions
Copy link

Checks for octolog (v0.1.1.9000)

git hash: fb7da5d7

  • ✔️ Package name is available
  • ✔️ has a 'CITATION' file.
  • ✔️ has a 'codemeta.json' file.
  • ✔️ has 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 91.4%.
  • ✔️ R CMD check found no errors.
  • ✔️ R CMD check found no warnings.

Package License: MIT + file LICENSE


1. 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
  • 7 imported packages
  • 20 exported functions (median 9 lines of code)
  • 30 non-exported functions in R (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 4 28.3
files_vignettes 1 68.4
files_tests 4 79.0
loc_R 269 29.7
loc_vignettes 26 3.4 TRUE
loc_tests 185 53.1
num_vignettes 1 64.8
n_fns_r 50 56.6
n_fns_r_exported 20 67.4
n_fns_r_not_exported 30 52.8
n_fns_per_file_r 9 84.2
num_params_per_fn 2 10.4
loc_per_fn_r 9 24.3
loc_per_fn_r_exp 9 19.2
loc_per_fn_r_not_exp 10 30.7
rel_whitespace_R 25 41.3
rel_whitespace_vignettes 81 14.2
rel_whitespace_tests 22 51.4
doclines_per_fn_exp 26 25.0
doclines_per_fn_not_exp 0 0.0 TRUE
fn_call_network_size 39 61.0

1a. 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.


2. goodpractice and other checks

Details of goodpractice and other checks (click to open)

3a. Continuous Integration Badges

R-CMD-check
pkgcheck.yaml

GitHub Workflow Results

name conclusion sha date
Octolog example workflow success fb7da5 2022-02-13
pages build and deployment success f9c21f 2022-02-13
pkgcheck fb7da5 2022-02-13
pkgdown success fb7da5 2022-02-13
R-CMD-check fb7da5 2022-02-13
test-coverage success fb7da5 2022-02-13

3b. goodpractice results

R CMD check with rcmdcheck

rcmdcheck found no errors, warnings, or notes

Test coverage with covr

Package coverage: 91.39

Cyclocomplexity with cyclocomp

No functions have cyclocomplexity >= 15

Static code analyses with lintr

lintr found the following 16 potential issues:

message number of times
Avoid changing the working directory, or restore it in on.exit 2
Lines should not be more than 80 characters. 14


Package Versions

package version
pkgstats 0.0.3.88
pkgcheck 0.0.2.237

@github-actions
Copy link
Author

Checks for octolog (v0.1.1.9000)

git hash: 0f067a75

  • ✔️ Package name is available
  • ✔️ has a 'CITATION' file.
  • ✔️ has a 'codemeta.json' file.
  • ✔️ has 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 91.4%.
  • ✔️ R CMD check found no errors.
  • ✔️ R CMD check found no warnings.

Package License: MIT + file LICENSE


1. 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
  • 7 imported packages
  • 20 exported functions (median 9 lines of code)
  • 30 non-exported functions in R (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 4 28.3
files_vignettes 1 68.4
files_tests 4 79.0
loc_R 272 30.0
loc_vignettes 26 3.4 TRUE
loc_tests 186 53.2
num_vignettes 1 64.8
n_fns_r 50 56.6
n_fns_r_exported 20 67.4
n_fns_r_not_exported 30 52.8
n_fns_per_file_r 9 84.2
num_params_per_fn 2 10.4
loc_per_fn_r 9 24.3
loc_per_fn_r_exp 9 19.2
loc_per_fn_r_not_exp 10 30.7
rel_whitespace_R 24 41.3
rel_whitespace_vignettes 81 14.2
rel_whitespace_tests 22 51.4
doclines_per_fn_exp 28 29.1
doclines_per_fn_not_exp 0 0.0 TRUE
fn_call_network_size 41 62.1

1a. 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.


2. goodpractice and other checks

Details of goodpractice and other checks (click to open)

3a. Continuous Integration Badges

R-CMD-check
pkgcheck.yaml

GitHub Workflow Results

name conclusion sha date
Octolog example workflow success 0f067a 2022-02-18
pages build and deployment success d61de2 2022-02-18
pkgcheck 0f067a 2022-02-18
pkgdown success 0f067a 2022-02-18
R-CMD-check 0f067a 2022-02-18
test-coverage success 0f067a 2022-02-18

3b. goodpractice results

R CMD check with rcmdcheck

rcmdcheck found no errors, warnings, or notes

Test coverage with covr

Package coverage: 91.45

Cyclocomplexity with cyclocomp

No functions have cyclocomplexity >= 15

Static code analyses with lintr

lintr found the following 16 potential issues:

message number of times
Avoid changing the working directory, or restore it in on.exit 2
Lines should not be more than 80 characters. 14


Package Versions

package version
pkgstats 0.0.3.88
pkgcheck 0.0.2.239

@github-actions
Copy link
Author

Checks for octolog (v0.1.1.9000)

git hash: 8e71de90

  • ✔️ Package name is available
  • ✔️ has a 'CITATION' file.
  • ✔️ has a 'codemeta.json' file.
  • ✔️ has 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 91.4%.
  • ✔️ R CMD check found no errors.
  • ✔️ R CMD check found no warnings.

Package License: MIT + file LICENSE


1. 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
  • 7 imported packages
  • 20 exported functions (median 9 lines of code)
  • 30 non-exported functions in R (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 4 28.3
files_vignettes 1 68.4
files_tests 4 79.0
loc_R 272 30.0
loc_vignettes 26 3.4 TRUE
loc_tests 186 53.2
num_vignettes 1 64.8
n_fns_r 50 56.6
n_fns_r_exported 20 67.4
n_fns_r_not_exported 30 52.8
n_fns_per_file_r 9 84.2
num_params_per_fn 2 10.4
loc_per_fn_r 9 24.3
loc_per_fn_r_exp 9 19.2
loc_per_fn_r_not_exp 10 30.7
rel_whitespace_R 24 41.3
rel_whitespace_vignettes 81 14.2
rel_whitespace_tests 22 51.4
doclines_per_fn_exp 28 29.1
doclines_per_fn_not_exp 0 0.0 TRUE
fn_call_network_size 41 62.1

1a. 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.


2. goodpractice and other checks

Details of goodpractice and other checks (click to open)

3a. Continuous Integration Badges

R-CMD-check
pkgcheck.yaml

GitHub Workflow Results

name conclusion sha date
Octolog example workflow success 8e71de 2022-02-19
pages build and deployment success fadb08 2022-02-19
pkgcheck 8e71de 2022-02-19
pkgdown success 8e71de 2022-02-19
R-CMD-check 8e71de 2022-02-19
test-coverage success 8e71de 2022-02-19

3b. goodpractice results

R CMD check with rcmdcheck

rcmdcheck found no errors, warnings, or notes

Test coverage with covr

Package coverage: 91.45

Cyclocomplexity with cyclocomp

No functions have cyclocomplexity >= 15

Static code analyses with lintr

lintr found the following 16 potential issues:

message number of times
Avoid changing the working directory, or restore it in on.exit 2
Lines should not be more than 80 characters. 14


Package Versions

package version
pkgstats 0.0.3.88
pkgcheck 0.0.2.239

@github-actions
Copy link
Author

Checks for octolog (v0.1.1.9000)

git hash: c98a13b8

  • ✔️ Package name is available
  • ✔️ has a 'codemeta.json' file.
  • ✔️ has 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 91.8%.
  • ✔️ R CMD check found no errors.
  • ✔️ R CMD check found no warnings.

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 24
internal octolog 15
imports utils 5
imports cli 2
imports glue 1
imports rlang 1
imports withr 1
suggests openssl 1
suggests knitr NA
suggests covr NA
suggests mockery NA
suggests testthat NA
suggests rmarkdown 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

message (5), c (4), Sys.getenv (3), append (2), call (2), write (2), dir (1), for (1), gsub (1), integer (1), parent.frame (1), paste0 (1)

octolog

disable_github_colors (1), enable_github_colors (1), encode_string (1), get_location_string (1), is_absolute_path (1), octo_abort (1), octo_add_path (1), octo_debug (1), octo_echo_off (1), octo_echo_on (1), octo_end_group (1), octo_inform (1), octo_mask_envvar (1), octo_mask_value (1), octo_set_envvar (1)

utils

head (3), getSrcFilename (2)

cli

cli_bullets (2)

glue

glue (1)

openssl

rand_bytes (1)

rlang

caller_env (1)

withr

local_options (1)


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
  • 1 vignette
  • no internal data file
  • 5 imported packages
  • 20 exported functions (median 9 lines of code)
  • 31 non-exported functions in R (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

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 1 68.4
files_tests 4 79.0
loc_R 280 30.5
loc_vignettes 26 3.4 TRUE
loc_tests 185 53.1
num_vignettes 1 64.8
n_fns_r 51 57.3
n_fns_r_exported 20 67.4
n_fns_r_not_exported 31 53.8
n_fns_per_file_r 6 76.6
num_params_per_fn 2 10.4
loc_per_fn_r 9 24.3
loc_per_fn_r_exp 9 19.2
loc_per_fn_r_not_exp 9 27.1
rel_whitespace_R 25 42.4
rel_whitespace_vignettes 81 14.2
rel_whitespace_tests 22 52.0
doclines_per_fn_exp 28 29.1
doclines_per_fn_not_exp 0 0.0 TRUE
fn_call_network_size 43 63.2

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
pkgcheck.yaml

GitHub Workflow Results

id name conclusion sha run_number date
2561445688 Octolog example workflow success c98a13 129 2022-06-25
2561451589 pages build and deployment NA 47a0d3 43 2022-06-25
2561445687 pkgcheck NA c98a13 23 2022-06-25
2561445686 pkgdown success c98a13 47 2022-06-25
2561445690 R-CMD-check NA c98a13 113 2022-06-25
2561445685 test-coverage success c98a13 104 2022-06-25
2561445689 Update Meta NA c98a13 1 2022-06-25

3b. goodpractice results

R CMD check with rcmdcheck

rcmdcheck found no errors, warnings, or notes

Test coverage with covr

Package coverage: 91.77

Cyclocomplexity with cyclocomp

No functions have cyclocomplexity >= 15

Static code analyses with lintr

lintr found the following 13 potential issues:

message number of times
Avoid changing the working directory, or restore it in on.exit 2
Lines should not be more than 80 characters. 11


Package Versions

package version
pkgstats 0.1.0.1
pkgcheck 0.0.3.69

@github-actions
Copy link
Author

Checks for octolog (v0.1.1.9000)

git hash: 60c03af7

  • ✔️ Package name is available
  • ✔️ has a 'codemeta.json' file.
  • ✔️ has 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 91.8%.
  • ✔️ R CMD check found no errors.
  • ✔️ R CMD check found no warnings.

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 24
internal octolog 15
imports utils 5
imports cli 2
imports glue 1
imports rlang 1
imports withr 1
suggests openssl 1
suggests knitr NA
suggests covr NA
suggests mockery NA
suggests testthat NA
suggests rmarkdown 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

message (5), c (4), Sys.getenv (3), append (2), call (2), write (2), dir (1), for (1), gsub (1), integer (1), parent.frame (1), paste0 (1)

octolog

disable_github_colors (1), enable_github_colors (1), encode_string (1), get_location_string (1), is_absolute_path (1), octo_abort (1), octo_add_path (1), octo_debug (1), octo_echo_off (1), octo_echo_on (1), octo_end_group (1), octo_inform (1), octo_mask_envvar (1), octo_mask_value (1), octo_set_envvar (1)

utils

head (3), getSrcFilename (2)

cli

cli_bullets (2)

glue

glue (1)

openssl

rand_bytes (1)

rlang

caller_env (1)

withr

local_options (1)


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
  • 1 vignette
  • no internal data file
  • 5 imported packages
  • 20 exported functions (median 9 lines of code)
  • 31 non-exported functions in R (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

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 1 68.4
files_tests 4 79.0
loc_R 280 30.5
loc_vignettes 26 3.4 TRUE
loc_tests 180 52.5
num_vignettes 1 64.8
n_fns_r 51 57.3
n_fns_r_exported 20 67.4
n_fns_r_not_exported 31 53.8
n_fns_per_file_r 6 76.6
num_params_per_fn 2 10.4
loc_per_fn_r 9 24.3
loc_per_fn_r_exp 9 19.2
loc_per_fn_r_not_exp 9 27.1
rel_whitespace_R 25 42.4
rel_whitespace_vignettes 81 14.2
rel_whitespace_tests 23 52.5
doclines_per_fn_exp 28 29.1
doclines_per_fn_not_exp 0 0.0 TRUE
fn_call_network_size 43 63.2

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
pkgcheck.yaml

GitHub Workflow Results

id name conclusion sha run_number date
2561567624 Octolog example workflow success 60c03a 131 2022-06-25
2561573291 pages build and deployment success 2cafdf 45 2022-06-25
2561567623 pkgcheck NA 60c03a 25 2022-06-25
2561567621 pkgdown success 60c03a 49 2022-06-25
2561567620 R-CMD-check NA 60c03a 115 2022-06-25
2561567622 test-coverage success 60c03a 106 2022-06-25
2561445689 Update Meta success c98a13 1 2022-06-25

3b. goodpractice results

R CMD check with rcmdcheck

rcmdcheck found no errors, warnings, or notes

Test coverage with covr

Package coverage: 91.77

Cyclocomplexity with cyclocomp

No functions have cyclocomplexity >= 15

Static code analyses with lintr

lintr found the following 11 potential issues:

message number of times
Lines should not be more than 80 characters. 11


Package Versions

package version
pkgstats 0.1.0.1
pkgcheck 0.0.3.69

@github-actions
Copy link
Author

Checks for octolog (v0.1.1.9000)

git hash: f17ff3a6

  • ✔️ Package name is available
  • ✔️ has a 'codemeta.json' file.
  • ✔️ has a 'contributing' file.
  • ✖️ The following functions have no documented return values: [octo_debug, octo_echo_on, octo_mask_value, octo_set_output, octo_start_group]
  • ✔️ 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 91.8%.
  • ✔️ 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 24
internal octolog 15
imports utils 5
imports cli 2
imports glue 1
imports rlang 1
imports withr 1
suggests openssl 1
suggests knitr NA
suggests covr NA
suggests mockery NA
suggests testthat NA
suggests rmarkdown 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

message (5), c (4), Sys.getenv (3), append (2), call (2), write (2), dir (1), for (1), gsub (1), integer (1), parent.frame (1), paste0 (1)

octolog

disable_github_colors (1), enable_github_colors (1), encode_string (1), get_location_string (1), is_absolute_path (1), octo_abort (1), octo_add_path (1), octo_debug (1), octo_echo_off (1), octo_echo_on (1), octo_end_group (1), octo_inform (1), octo_mask_envvar (1), octo_mask_value (1), octo_set_envvar (1)

utils

head (3), getSrcFilename (2)

cli

cli_bullets (2)

glue

glue (1)

openssl

rand_bytes (1)

rlang

caller_env (1)

withr

local_options (1)


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
  • 1 vignette
  • no internal data file
  • 5 imported packages
  • 20 exported functions (median 9 lines of code)
  • 31 non-exported functions in R (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

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 1 68.4
files_tests 4 79.0
loc_R 280 30.5
loc_vignettes 26 3.4 TRUE
loc_tests 180 52.5
num_vignettes 1 64.8
n_fns_r 51 57.3
n_fns_r_exported 20 67.4
n_fns_r_not_exported 31 53.8
n_fns_per_file_r 6 76.6
num_params_per_fn 2 11.9
loc_per_fn_r 9 24.3
loc_per_fn_r_exp 9 19.2
loc_per_fn_r_not_exp 9 27.1
rel_whitespace_R 25 42.4
rel_whitespace_vignettes 81 14.2
rel_whitespace_tests 23 52.5
doclines_per_fn_exp 28 29.1
doclines_per_fn_not_exp 0 0.0 TRUE
fn_call_network_size 43 63.2

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
pkgcheck.yaml

GitHub Workflow Results

id name conclusion sha run_number date
5128351033 Octolog example workflow success f17ff3 137 2023-05-31
5128367403 pages build and deployment NA 372ac6 46 2023-05-31
5128351037 pkgcheck NA f17ff3 26 2023-05-31
5128351034 pkgdown success f17ff3 50 2023-05-31
5128351036 R-CMD-check NA f17ff3 121 2023-05-31
5128351035 test-coverage success f17ff3 112 2023-05-31

3b. goodpractice results

R CMD check with rcmdcheck

rcmdcheck found no errors, warnings, or notes

Test coverage with covr

Package coverage: 91.77

Cyclocomplexity with cyclocomp

No functions have cyclocomplexity >= 15

Static code analyses with lintr

lintr found the following 11 potential issues:

message number of times
Lines should not be more than 80 characters. 11


Package Versions

package version
pkgstats 0.1.3.4
pkgcheck 0.1.1.24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants