Skip to content

Commit 69dde57

Browse files
committed
add import from yaml
1 parent 7379328 commit 69dde57

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ importFrom(terra,yres)
6262
importFrom(utils,read.csv)
6363
importFrom(utils,read.table)
6464
importFrom(utils,write.csv)
65+
importFrom(yaml,yaml.load_file)
6566
useDynLib(PoPS, .registration = TRUE)

R/configuration.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#' @importFrom parallel makeCluster stopCluster detectCores
1717
#' @importFrom lubridate interval time_length mdy %within%
1818
#' @importFrom aws.s3 head_object save_object
19+
#' @importFrom yaml yaml.load_file
1920
#'
2021
#' @return config list with all data ready for pops C++ or error message
2122
#'

0 commit comments

Comments
 (0)