X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=pkg%2FR%2FData.R;h=697da05f459f7cf4442e4f631e89b62942ee2ded;hp=42e8c69b1ad0380f50404b1b1572a99cd73f0593;hb=546b0cb65870355a2a2c3705c91418570499d3a6;hpb=1041e053af6c432e19a9c31807cdc7c8bee7c4bd diff --git a/pkg/R/Data.R b/pkg/R/Data.R index 42e8c69..697da05 100644 --- a/pkg/R/Data.R +++ b/pkg/R/Data.R @@ -37,6 +37,7 @@ #' \item{\code{getExoHat(index)}}{ #' Get estimated exogenous variables at specified index.} #' } +#' Data = R6::R6Class("Data", private = list( .data = list()