Skip to content

Commit

Permalink
[WIP] update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Aug 16, 2024
1 parent 4168527 commit 8ab1dc2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/r/openproblems/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Imports:
glue,
igraph,
knitr,
stringr
stringr,
magrittr
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
4 changes: 4 additions & 0 deletions packages/r/openproblems/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ export(render_example)
export(render_file)
export(render_task_graph)
export(strip_margin)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(fs,file_exists)
importFrom(fs,path)
importFrom(fs,path_abs)
importFrom(fs,path_dir)
importFrom(fs,path_norm)
importFrom(fs,path_rel)
importFrom(magrittr,"%>%")
importFrom(yaml,read_yaml)
3 changes: 2 additions & 1 deletion packages/r/openproblems/R/task_graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
#' @param comp_info tibble with component info
#' @param comp_args tibble with component arguments
#' @return igraph
#'
#' @importFrom dplyr bind_rows select mutate
#' @importFrom magrittr %>%
#' @export
#' @examples
#' \dontrun{
Expand Down

0 comments on commit 8ab1dc2

Please sign in to comment.