Description Usage Arguments Details Value See Also Examples
Check if a package complies with the skeleton IQSS Best Practices for Statistical Software Development
1 2 3 |
path |
character string of the package path. |
save_results |
logical whether or not to save the results of the
check in the package directory in a YAML file called
|
report_results |
logical whether or not to report the results to the console. |
list_results |
logical whether or not to return the results as a list. |
check_urls |
logical whether or not to check that URLs point to sites that exist. |
base_url |
a character string or vector of character strings for a domain or domains for which relative links are subdomains. Used to resolve relative URL paths in documentation. |
run_cran_check |
logical whether or not to run CRAN check. |
calculate_coverage |
logical whether or not to calculate test coverage. |
Checks whether an R package is compliant with the minimal standards set out in the IQSS Best Practices for Software Development and Sustainability.
By default the function retuns a summary of the best practices check
to the console and a YAML formatted file called .iqss_reportcard.yml
to the
package directory.It also updates the .Rbuildignore
file so that it will
not conflict with the package build.
A list can also be returned with list_results = TRUE
.
The IQSS Report Card Spec can be found at: https://github.com/IQSS/social_science_software_toolkit/blob/master/report_card/iqss_report_card_spec.md
1 2 3 4 | ## Not run:
check_best_practices()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.