Skip to content

Commit

Permalink
janitor in description and namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kweav committed Jul 11, 2024
1 parent 484c2ba commit f4dd484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Authors@R: c(
person("John", "Muschelli", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-6469-1750")),
person("Carrie", "Wright", , "[email protected]", role = "ctb"),
person("Howard", "Baek", , "[email protected]", role = "ctb")
person("Howard", "Baek", , "[email protected]", role = "ctb"),
person("Kate", "Isaac", , "[email protected]", role = "ctb")
)
Description: Tools for converting Open-Source Tools for Training Resources
(OTTR) courses into Leanpub or Coursera courses. 'ottrpal' is for use
Expand All @@ -24,6 +25,7 @@ Imports:
dplyr,
fs,
httr,
janitor,
jsonlite,
knitr (>= 1.33),
magrittr,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ importFrom(httr,content)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(janitor,make_clean_names)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(openssl,aes_cbc_decrypt)
Expand Down

0 comments on commit f4dd484

Please sign in to comment.