From d85c3026c4b0e05f7b01138f795ef18d3f261336 Mon Sep 17 00:00:00 2001 From: eblondel Date: Mon, 26 Sep 2022 23:33:01 +0200 Subject: [PATCH] #187 update Rdoc --- R/SWEAbstractDataComponent.R | 2 +- R/SWEAbstractSimpleComponent.R | 2 +- R/SWECategory.R | 2 +- R/SWECategoryRange.R | 2 +- R/SWECount.R | 2 +- R/SWECountRange.R | 2 +- R/SWEQuantity.R | 2 +- R/SWEQuantityRange.R | 2 +- R/SWEText.R | 2 +- R/SWETime.R | 2 +- man/SWEAbstractDataComponent.Rd | 2 +- man/SWEAbstractSimpleComponent.Rd | 2 +- man/SWECategory.Rd | 2 +- man/SWECategoryRange.Rd | 2 +- man/SWECount.Rd | 2 +- man/SWECountRange.Rd | 2 +- man/SWEQuantity.Rd | 2 +- man/SWEQuantityRange.Rd | 2 +- man/SWEText.Rd | 2 +- man/SWETime.Rd | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/R/SWEAbstractDataComponent.R b/R/SWEAbstractDataComponent.R index c2824648..5e57f43b 100644 --- a/R/SWEAbstractDataComponent.R +++ b/R/SWEAbstractDataComponent.R @@ -10,7 +10,7 @@ #' @note Class used internally by geometa #' #' @references -#' OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +#' SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon #' #' @author Emmanuel Blondel #' diff --git a/R/SWEAbstractSimpleComponent.R b/R/SWEAbstractSimpleComponent.R index 613ae079..9b45016f 100644 --- a/R/SWEAbstractSimpleComponent.R +++ b/R/SWEAbstractSimpleComponent.R @@ -8,7 +8,7 @@ #' @format \code{\link{R6Class}} object. #' #' @references -#' OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +#' SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon #' #' @author Emmanuel Blondel #' diff --git a/R/SWECategory.R b/R/SWECategory.R index bbaa32f9..aa984c33 100644 --- a/R/SWECategory.R +++ b/R/SWECategory.R @@ -8,7 +8,7 @@ #' @format \code{\link{R6Class}} object. #' #' @references -#' OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +#' SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon #' #' @author Emmanuel Blondel #' diff --git a/R/SWECategoryRange.R b/R/SWECategoryRange.R index d9f208e7..396805ec 100644 --- a/R/SWECategoryRange.R +++ b/R/SWECategoryRange.R @@ -8,7 +8,7 @@ #' @format \code{\link{R6Class}} object. #' #' @references -#' OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +#' SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon #' #' @author Emmanuel Blondel #' diff --git a/R/SWECount.R b/R/SWECount.R index a1819073..1dbeb0d3 100644 --- a/R/SWECount.R +++ b/R/SWECount.R @@ -8,7 +8,7 @@ #' @format \code{\link{R6Class}} object. #' #' @references -#' OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +#' SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon #' #' @author Emmanuel Blondel #' diff --git a/R/SWECountRange.R b/R/SWECountRange.R index e54706aa..2b80f78d 100644 --- a/R/SWECountRange.R +++ b/R/SWECountRange.R @@ -8,7 +8,7 @@ #' @format \code{\link{R6Class}} object. #' #' @references -#' OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +#' SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon #' #' @author Emmanuel Blondel #' diff --git a/R/SWEQuantity.R b/R/SWEQuantity.R index 2a382a8b..1a5ca079 100644 --- a/R/SWEQuantity.R +++ b/R/SWEQuantity.R @@ -8,7 +8,7 @@ #' @format \code{\link{R6Class}} object. #' #' @references -#' OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +#' SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon #' #' @author Emmanuel Blondel #' diff --git a/R/SWEQuantityRange.R b/R/SWEQuantityRange.R index 4c2f02df..ce04f781 100644 --- a/R/SWEQuantityRange.R +++ b/R/SWEQuantityRange.R @@ -8,7 +8,7 @@ #' @format \code{\link{R6Class}} object. #' #' @references -#' OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +#' SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon #' #' @author Emmanuel Blondel #' diff --git a/R/SWEText.R b/R/SWEText.R index 8e9c1cd2..0d129b45 100644 --- a/R/SWEText.R +++ b/R/SWEText.R @@ -8,7 +8,7 @@ #' @format \code{\link{R6Class}} object. #' #' @references -#' OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +#' SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon #' #' @author Emmanuel Blondel #' diff --git a/R/SWETime.R b/R/SWETime.R index 96338772..9bacd12f 100644 --- a/R/SWETime.R +++ b/R/SWETime.R @@ -8,7 +8,7 @@ #' @format \code{\link{R6Class}} object. #' #' @references -#' OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +#' SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon #' #' @author Emmanuel Blondel #' diff --git a/man/SWEAbstractDataComponent.Rd b/man/SWEAbstractDataComponent.Rd index 984f20cb..f49ac760 100644 --- a/man/SWEAbstractDataComponent.Rd +++ b/man/SWEAbstractDataComponent.Rd @@ -60,7 +60,7 @@ Set identifier Class used internally by geometa } \references{ -OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon } \author{ Emmanuel Blondel diff --git a/man/SWEAbstractSimpleComponent.Rd b/man/SWEAbstractSimpleComponent.Rd index ebe4683b..71472e01 100644 --- a/man/SWEAbstractSimpleComponent.Rd +++ b/man/SWEAbstractSimpleComponent.Rd @@ -25,7 +25,7 @@ Object of \code{\link{R6Class}} for modelling an SWE Abstract simple component Initializes an object of class \link{SWEAbstractSimpleComponent} } \references{ -OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon } \author{ Emmanuel Blondel diff --git a/man/SWECategory.Rd b/man/SWECategory.Rd index 907a999f..a90b6cdd 100644 --- a/man/SWECategory.Rd +++ b/man/SWECategory.Rd @@ -45,7 +45,7 @@ setValue }} \references{ -OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon } \author{ Emmanuel Blondel diff --git a/man/SWECategoryRange.Rd b/man/SWECategoryRange.Rd index ed871c19..03793700 100644 --- a/man/SWECategoryRange.Rd +++ b/man/SWECategoryRange.Rd @@ -45,7 +45,7 @@ setValue }} \references{ -OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon } \author{ Emmanuel Blondel diff --git a/man/SWECount.Rd b/man/SWECount.Rd index 7d3da8df..74abf73c 100644 --- a/man/SWECount.Rd +++ b/man/SWECount.Rd @@ -39,7 +39,7 @@ setValue }} \references{ -OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon } \author{ Emmanuel Blondel diff --git a/man/SWECountRange.Rd b/man/SWECountRange.Rd index a685fa00..dece90b8 100644 --- a/man/SWECountRange.Rd +++ b/man/SWECountRange.Rd @@ -39,7 +39,7 @@ setValue }} \references{ -OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon } \author{ Emmanuel Blondel diff --git a/man/SWEQuantity.Rd b/man/SWEQuantity.Rd index b6c5f6b9..4896a6a3 100644 --- a/man/SWEQuantity.Rd +++ b/man/SWEQuantity.Rd @@ -45,7 +45,7 @@ setValue }} \references{ -OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon } \author{ Emmanuel Blondel diff --git a/man/SWEQuantityRange.Rd b/man/SWEQuantityRange.Rd index 3800f994..361348b5 100644 --- a/man/SWEQuantityRange.Rd +++ b/man/SWEQuantityRange.Rd @@ -45,7 +45,7 @@ setValue }} \references{ -OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon } \author{ Emmanuel Blondel diff --git a/man/SWEText.Rd b/man/SWEText.Rd index f399760c..b72e2b93 100644 --- a/man/SWEText.Rd +++ b/man/SWEText.Rd @@ -39,7 +39,7 @@ setValue }} \references{ -OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon } \author{ Emmanuel Blondel diff --git a/man/SWETime.Rd b/man/SWETime.Rd index 2862e809..4e5d46a0 100644 --- a/man/SWETime.Rd +++ b/man/SWETime.Rd @@ -45,7 +45,7 @@ setValue }} \references{ -OGC Geography Markup Language. https://www.ogc.org/standards/swecommon +SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon } \author{ Emmanuel Blondel