From 815f679f7902367a45997e8f281cf38acba4cdc6 Mon Sep 17 00:00:00 2001 From: aheinri5 <Anna@netzkritzler.de> Date: Tue, 8 Dec 2020 15:02:52 +0100 Subject: [PATCH] [base] WIP: Documentation and methods for new classes to be added --- R/ogs6.R | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/R/ogs6.R b/R/ogs6.R index 89e1c95..9775f36 100644 --- a/R/ogs6.R +++ b/R/ogs6.R @@ -1,6 +1,17 @@ +#===== OGS6 documentation ===== + +#'OGS6 +#' +#'The OpenGeoSys6 simulation class, core of the r2ogs6 package +#' +#'@docType class +#' +#' +NULL + +#===== OGS6 ===== -#============================== R6 ================================ #'OGS6 #'@description Constructor for the OGS6 base class -- GitLab