Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Sep 24, 2024
1 parent 8b9efa3 commit 46f0eab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Imports:
pkgsearch,
stats,
utils,
vctrs
vctrs,
yaml
Suggests:
testthat (>= 3.0.0)
Encoding: UTF-8
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ importFrom(utils,available.packages)
importFrom(utils,compareVersion)
importFrom(vctrs,vec_rbind)
importFrom(vctrs,vec_slice)
importFrom(yaml,read_yaml)
1 change: 1 addition & 0 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
#' @importFrom stats aggregate
#' @importFrom utils available.packages compareVersion
#' @importFrom vctrs vec_rbind vec_slice
#' @importFrom yaml read_yaml
NULL

0 comments on commit 46f0eab

Please sign in to comment.