Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Sep 15, 2023
1 parent 93fd4de commit 28afa15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@ Imports:
dplyr,
fs,
hubUtils (>= 0.0.0.9014),
jsonlite,
jsonvalidate,
lubridate,
magrittr,
octolog,
purrr,
rlang,
stringr,
tibble
tibble,
yaml
Suggests:
covr,
mockery,
Expand All @@ -59,4 +62,4 @@ URL: https://github.com/Infectious-Disease-Modeling-Hubs/hubValidations,
https://infectious-disease-modeling-hubs.github.io/hubValidations/
BugReports: https://github.com/Infectious-Disease-Modeling-Hubs/hubValidations/issues
Depends:
R (>= 2.10)
R (>= 3.5.0)
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,4 @@ export(read_model_out_file)
export(validate_model_data)
export(validate_model_file)
export(validate_model_metadata)
importFrom(jsonlite,toJSON)
importFrom(jsonvalidate,json_validate)
importFrom(magrittr,"%>%")
importFrom(yaml,read_yaml)
4 changes: 0 additions & 4 deletions R/validate_model_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#' @return An object of class `hub_validations`. Each named element contains
#' a `hub_check` class object reflecting the result of a given check. Function
#' will return early if a check returns an error.
#'
#' @importFrom yaml read_yaml
#' @importFrom jsonlite toJSON
#' @importFrom jsonvalidate json_validate
#' @export
#'
#' @examples
Expand Down

0 comments on commit 28afa15

Please sign in to comment.