assignUser / octolog

Better Github Action Logging
https://jacob.wujciak.de/octolog
Other
13 stars 1 forks source link

pkgcheck results - main #4

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Checks for octolog (v0.0.0.9000)

git hash: 284ead24

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

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 - no vignette - no internal data file - 7 imported packages - 19 exported functions (median 8 lines of code) - 25 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 | 0| 0.0|TRUE | |files_tests | 4| 79.0| | |loc_R | 214| 24.2| | |loc_tests | 102| 39.8| | |num_vignettes | 0| 0.0|TRUE | |n_fns_r | 44| 52.5| | |n_fns_r_exported | 19| 65.9| | |n_fns_r_not_exported | 25| 47.3| | |n_fns_per_file_r | 7| 80.3| | |num_params_per_fn | 1| 1.6|TRUE | |loc_per_fn_r | 9| 24.3| | |loc_per_fn_r_exp | 8| 16.3| | |loc_per_fn_r_not_exp | 9| 27.1| | |rel_whitespace_R | 25| 36.2| | |rel_whitespace_tests | 22| 37.6| | |doclines_per_fn_exp | 24| 21.5| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 32| 57.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](https://github.com/assignUser/octolog/workflows/R-CMD-check/badge.svg)](https://github.com/assignUser/octolog/actions) **GitHub Workflow Results** |name |conclusion |sha |date | |:--------------------------|:----------|:------|:----------| |Octolog example workflow |success |284ead |2022-01-29 | |pages build and deployment |success |cb008f |2022-01-29 | |pkgcheck | |284ead |2022-01-29 | |pkgdown |success |284ead |2022-01-29 | |R-CMD-check | |284ead |2022-01-29 | |test-coverage |success |284ead |2022-01-29 | --- #### 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: 43.86 The following files are not completely covered by tests: file | coverage --- | --- R/commands.R | 19.35% R/messages.R | 57.14% R/util.R | 50.91% #### 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 12 potential issues: message | number of times --- | --- Lines should not be more than 80 characters. | 12


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.0.3.88 | |pkgcheck |0.0.2.227 |

github-actions[bot] commented 2 years ago

Checks for octolog (v0.0.0.9000)

git hash: 88fa8045

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

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 - no vignette - no internal data file - 8 imported packages - 20 exported functions (median 8 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 | 0| 0.0|TRUE | |files_tests | 4| 79.0| | |loc_R | 242| 27.0| | |loc_tests | 185| 53.1| | |num_vignettes | 0| 0.0|TRUE | |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 | 8| 18.6| | |loc_per_fn_r_not_exp | 9| 27.1| | |rel_whitespace_R | 26| 40.1| | |rel_whitespace_tests | 21| 50.9| | |doclines_per_fn_exp | 25| 23.5| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 38| 60.5| | ---

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](https://github.com/assignUser/octolog/workflows/R-CMD-check/badge.svg)](https://github.com/assignUser/octolog/actions) **GitHub Workflow Results** |name |conclusion |sha |date | |:--------------------------|:----------|:------|:----------| |Octolog example workflow | |88fa80 |2022-02-01 | |pages build and deployment | |407ba0 |2022-02-01 | |pkgcheck | |88fa80 |2022-02-01 | |pkgdown |success |88fa80 |2022-02-01 | |R-CMD-check | |88fa80 |2022-02-01 | |test-coverage |success |88fa80 |2022-02-01 | --- #### 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.74 #### 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 17 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. | 15


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.0.3.88 | |pkgcheck |0.0.2.227 |

github-actions[bot] commented 2 years ago

Checks for octolog (v0.1.0)

git hash: a3857819

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

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 - 8 imported packages - 20 exported functions (median 8 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 | 242| 27.0| | |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 | 8| 18.6| | |loc_per_fn_r_not_exp | 9| 27.1| | |rel_whitespace_R | 26| 40.1| | |rel_whitespace_vignettes | 81| 14.2| | |rel_whitespace_tests | 21| 50.9| | |doclines_per_fn_exp | 25| 23.5| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 38| 60.5| | ---

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](https://github.com/assignUser/octolog/workflows/R-CMD-check/badge.svg)](https://github.com/assignUser/octolog/actions) [![pkgcheck.yaml](https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml/badge.svg)](https://github.com/assignUser/octolog/actions) **GitHub Workflow Results** |name |conclusion |sha |date | |:--------------------------|:----------|:------|:----------| |Octolog example workflow |success |a38578 |2022-02-02 | |pages build and deployment |success |407ba0 |2022-02-01 | |pkgcheck | |a38578 |2022-02-02 | |pkgdown | |a38578 |2022-02-02 | |R-CMD-check | |a38578 |2022-02-02 | |test-coverage |success |a38578 |2022-02-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.74 #### 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 17 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. | 15


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.0.3.88 | |pkgcheck |0.0.2.237 |

github-actions[bot] commented 2 years ago

Checks for octolog (v0.1.1)

git hash: dd2ed67c

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 - 8 imported packages - 20 exported functions (median 8 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 | 242| 27.0| | |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 | 8| 18.6| | |loc_per_fn_r_not_exp | 9| 27.1| | |rel_whitespace_R | 26| 40.1| | |rel_whitespace_vignettes | 81| 14.2| | |rel_whitespace_tests | 21| 50.9| | |doclines_per_fn_exp | 25| 23.5| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 38| 60.5| | ---

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](https://github.com/assignUser/octolog/workflows/R-CMD-check/badge.svg)](https://github.com/assignUser/octolog/actions) [![pkgcheck.yaml](https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml/badge.svg)](https://github.com/assignUser/octolog/actions) **GitHub Workflow Results** |name |conclusion |sha |date | |:--------------------------|:----------|:------|:----------| |Octolog example workflow | |dd2ed6 |2022-02-02 | |pages build and deployment |success |d78615 |2022-02-02 | |pkgcheck | |dd2ed6 |2022-02-02 | |pkgdown | |dd2ed6 |2022-02-02 | |R-CMD-check | |dd2ed6 |2022-02-02 | |test-coverage |success |dd2ed6 |2022-02-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.74 #### 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 17 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. | 15


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.0.3.88 | |pkgcheck |0.0.2.237 |

github-actions[bot] commented 2 years ago

Checks for octolog (v0.1.1.9000)

git hash: 5170fa4e

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 - 8 imported packages - 20 exported functions (median 8 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 | 242| 27.0| | |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 | 8| 18.6| | |loc_per_fn_r_not_exp | 9| 27.1| | |rel_whitespace_R | 26| 40.1| | |rel_whitespace_vignettes | 81| 14.2| | |rel_whitespace_tests | 21| 50.9| | |doclines_per_fn_exp | 25| 23.5| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 38| 60.5| | ---

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](https://github.com/assignUser/octolog/workflows/R-CMD-check/badge.svg)](https://github.com/assignUser/octolog/actions) [![pkgcheck.yaml](https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml/badge.svg)](https://github.com/assignUser/octolog/actions) **GitHub Workflow Results** |name |conclusion |sha |date | |:--------------------------|:----------|:------|:----------| |Octolog example workflow |success |5170fa |2022-02-02 | |pages build and deployment | |36d22b |2022-02-02 | |pkgcheck | |5170fa |2022-02-02 | |pkgdown |success |5170fa |2022-02-02 | |R-CMD-check | |5170fa |2022-02-02 | |test-coverage | |5170fa |2022-02-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.74 #### 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 17 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. | 15


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.0.3.88 | |pkgcheck |0.0.2.237 |

github-actions[bot] commented 2 years ago

Checks for octolog (v0.1.1.9000)

git hash: 8c283f19

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 - 8 imported packages - 20 exported functions (median 8 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 | 242| 27.0| | |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 | 8| 18.6| | |loc_per_fn_r_not_exp | 9| 27.1| | |rel_whitespace_R | 26| 40.1| | |rel_whitespace_vignettes | 81| 14.2| | |rel_whitespace_tests | 21| 50.9| | |doclines_per_fn_exp | 25| 23.5| | |doclines_per_fn_not_exp | 0| 0.0|TRUE | |fn_call_network_size | 38| 60.5| | ---

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](https://github.com/assignUser/octolog/workflows/R-CMD-check/badge.svg)](https://github.com/assignUser/octolog/actions) [![pkgcheck.yaml](https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml/badge.svg)](https://github.com/assignUser/octolog/actions) **GitHub Workflow Results** |name |conclusion |sha |date | |:--------------------------|:----------|:------|:----------| |Octolog example workflow |success |8c283f |2022-02-02 | |pages build and deployment | |7f6c2a |2022-02-02 | |pkgcheck | |8c283f |2022-02-02 | |pkgdown |success |8c283f |2022-02-02 | |R-CMD-check | |8c283f |2022-02-02 | |test-coverage |success |8c283f |2022-02-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.74 #### 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 17 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. | 15


Package Versions

|package |version | |:--------|:---------| |pkgstats |0.0.3.88 | |pkgcheck |0.0.2.237 |

github-actions[bot] commented 2 years ago

Checks for octolog (v0.1.1.9000)

git hash: 94bb5383

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

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](https://github.com/assignUser/octolog/workflows/R-CMD-check/badge.svg)](https://github.com/assignUser/octolog/actions) [![pkgcheck.yaml](https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml/badge.svg)](https://github.com/assignUser/octolog/actions) **GitHub Workflow Results** |name |conclusion |sha |date | |:--------------------------|:----------|:------|:----------| |Octolog example workflow |success |94bb53 |2022-02-08 | |pages build and deployment |success |015c97 |2022-02-08 | |pkgcheck | |94bb53 |2022-02-08 | |pkgdown |success |94bb53 |2022-02-08 | |R-CMD-check | |94bb53 |2022-02-08 | |test-coverage |success |94bb53 |2022-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 R code for possible problems ... NOTE get_location_string: no visible global function definition for ‘packageVersion’ octo_abort: no visible global function definition for ‘packageVersion’ Undefined global functions or variables: packageVersion Consider adding importFrom("utils", "packageVersion") to your NAMESPACE file. R CMD check generated the following check_fail: 1. rcmdcheck_undefined_globals #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 71.52 #### 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 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[bot] commented 2 years ago

Checks for octolog (v0.1.1.9000)

git hash: 94bb5383

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](https://github.com/assignUser/octolog/workflows/R-CMD-check/badge.svg)](https://github.com/assignUser/octolog/actions) [![pkgcheck.yaml](https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml/badge.svg)](https://github.com/assignUser/octolog/actions) **GitHub Workflow Results** |name |conclusion |sha |date | |:--------------------------|:----------|:------|:----------| |Octolog example workflow |success |94bb53 |2022-02-08 | |pages build and deployment |success |015c97 |2022-02-08 | |pkgcheck | |94bb53 |2022-02-08 | |pkgdown |success |94bb53 |2022-02-08 | |R-CMD-check |success |94bb53 |2022-02-08 | |test-coverage |success |94bb53 |2022-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 R code for possible problems ... NOTE get_location_string: no visible global function definition for ‘packageVersion’ octo_abort: no visible global function definition for ‘packageVersion’ Undefined global functions or variables: packageVersion Consider adding importFrom("utils", "packageVersion") to your NAMESPACE file. R CMD check generated the following check_fail: 1. rcmdcheck_undefined_globals #### Test coverage with [covr](https://covr.r-lib.org/) Package coverage: 91.39 #### 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 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 |