-
Notifications
You must be signed in to change notification settings - Fork 6
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
Allow print methods to have pre- and post- messages #108
Comments
Re-opened to add markdown outputs of these messages too |
Checks for pkgstats (v0.0.3.051)git hash: 8d4e7e70
Important: All failing checks above must be addressed prior to proceeding Package License: GPL-3 1. Statistical PropertiesThis 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:
Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages
The final measure (
1a. Network visualisationClick to see the interactive network visualisation of calls between objects in package 2.
|
name | conclusion | sha | date |
---|---|---|---|
pkgdown | success | 8d4e7e | 2021-11-17 |
R-CMD-check | failure | 8d4e7e | 2021-11-17 |
test-coverage | success | 8d4e7e | 2021-11-17 |
3b. goodpractice
results
R CMD check
with rcmdcheck
rcmdcheck found no errors, warnings, or notes
Test coverage with covr
Package coverage: 86.7
Cyclocomplexity with cyclocomp
No functions have cyclocomplexity >= 15
Static code analyses with lintr
lintr found the following 496 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. | 494 |
3. Other Checks
✖️ Package contains the following unexpected files:
- a
- b
✖️ Package contains the following (potentially) obsolete packages:
- sp
- rgdal
See our Recommended Scaffolding for alternatives.
Package Versions
package | version |
---|---|
pkgstats | 0.0.3.51 |
pkgcheck | 0.0.2.139 |
For the obsolete deps checks of #44, it would be better to print a brief initial ✖️ message, list the potentially obsolete packages, and have additional text afterward referring to the recommended scaffolding. This requires modifying the general print methods to include pre- and post-messages, rather than current form of just one message printed before lists of items.
The text was updated successfully, but these errors were encountered: