Skip to content
Snippets Groups Projects
Commit aa492be8 authored by Johannes Boog's avatar Johannes Boog
Browse files

[doc] add rhdf5 funs to import list

parent c849a07e
No related branches found
No related tags found
1 merge request!63Resolve "Add function to install ogs and python dependencies"
...@@ -80,3 +80,5 @@ importFrom(doParallel,registerDoParallel) ...@@ -80,3 +80,5 @@ importFrom(doParallel,registerDoParallel)
importFrom(dplyr,bind_cols) importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows) importFrom(dplyr,bind_rows)
importFrom(foreach,"%dopar%") importFrom(foreach,"%dopar%")
importFrom(rhdf5,h5ls)
importFrom(rhdf5,h5read)
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#' @description Small class to wrap \code{h5} data into the \code{r2ogs6} workflow. #' @description Small class to wrap \code{h5} data into the \code{r2ogs6} workflow.
#' @export #' @export
#' @importFrom R6 R6Class #' @importFrom R6 R6Class
#' @importFrom rhdf5 h5ls h5read
OGS6_h5 <- R6::R6Class("OGS6_h5", OGS6_h5 <- R6::R6Class("OGS6_h5",
public = list( public = list(
#' @description This function will be called automatically after a #' @description This function will be called automatically after a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment