We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7379328 commit 69dde57Copy full SHA for 69dde57
NAMESPACE
@@ -62,4 +62,5 @@ importFrom(terra,yres)
62
importFrom(utils,read.csv)
63
importFrom(utils,read.table)
64
importFrom(utils,write.csv)
65
+importFrom(yaml,yaml.load_file)
66
useDynLib(PoPS, .registration = TRUE)
R/configuration.R
@@ -16,6 +16,7 @@
16
#' @importFrom parallel makeCluster stopCluster detectCores
17
#' @importFrom lubridate interval time_length mdy %within%
18
#' @importFrom aws.s3 head_object save_object
19
+#' @importFrom yaml yaml.load_file
20
#'
21
#' @return config list with all data ready for pops C++ or error message
22
0 commit comments