Skip to content

Commit 2039c4a

Browse files
committed
Updates to pass devtools::check()
1 parent fb6e5f2 commit 2039c4a

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Authors@R:
1414
comment = c(ORCID = "0000-0002-0024-5046")))
1515
Description: This contains helper functions for CODECHECKERS (https://codecheck.org.uk).
1616
License: MIT + file LICENSE
17-
Depends: xtable, yaml, stringr, gh, R.cache, assertthat, parsedate, rmarkdown, knitr, jsonlite
17+
Depends: gh, R.cache, parsedate
18+
Imports: yaml, xtable, stringr, rmarkdown, knitr, jsonlite, assertthat
1819
Encoding: UTF-8
1920
LazyData: true
2021
RoxygenNote: 7.1.0

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export(register_clear_cache)
1515
export(register_render)
1616
export(set_zenodo_certificate)
1717
export(validate_codecheck_yml)
18+
import(jsonlite)
1819
importFrom(R.cache,addMemoization)
1920
importFrom(R.cache,getCacheRootPath)
2021
importFrom(gh,gh)

man/register_check.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/register_render.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/set_zenodo_certificate.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)