-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added check for the file and add utils to imports
- Loading branch information
1 parent
2238469
commit 990c3ed
Showing
4 changed files
with
60 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: ohcleandat | ||
Type: Package | ||
Title: One Health Data Cleaning and Quality Checking Package | ||
Version: 0.2.1 | ||
Version: 0.2.2 | ||
Authors@R: c( | ||
person("Collin", "Schwantes", email = "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0003-4014-4896")), | ||
person("Johana", "Teigen", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-6209-2321")), | ||
|
@@ -14,7 +14,7 @@ Description: This package provides useful functions to orchestrate analytics and | |
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.1 | ||
Suggests: | ||
knitr, | ||
rmarkdown | ||
|
@@ -37,6 +37,7 @@ Imports: | |
tibble, | ||
tidyr, | ||
tidyselect, | ||
utils, | ||
validate | ||
Remotes: | ||
ecohealthalliance/containerTemplateUtils, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.