Skip to content

Commit

Permalink
#181 - M5 - missing rdoc/standard references for MCC
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Dec 9, 2024
1 parent 9da056e commit d604f0d
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 16 deletions.
4 changes: 3 additions & 1 deletion R/ISOBrowseGraphic.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
#' xml <- md$encode()
#'
#' @references
#' ISO 19115:2003 - Geographic information -- Metadata
#' - ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_BrowseGraphic}
#'
#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mcc/1.0/mcc/#element_MD_BrowseGraphic}
#'
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
Expand Down
4 changes: 3 additions & 1 deletion R/ISOMetaIdentifier.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#' xml <- md$encode()
#'
#' @references
#' ISO 19115:2003 - Geographic information -- Metadata
#' - ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_Identifier}
#'
#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mcc/1.0/mcc/#element_MD_Identifier}
#'
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
Expand Down
4 changes: 3 additions & 1 deletion R/ISOMetadataScope.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
#' xml <- md$encode()
#'
#' @references
#' ISO 19115-1:2014 - Geographic information -- Metadata
#' - ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_MetadataScope}
#'
#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mdb/2.0/mdb/#element_MD_MetadataScope}
#'
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
Expand Down
4 changes: 3 additions & 1 deletion R/ISOProgress.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ ISOProgress$values <- function(labels = FALSE){
#' @note deprecated - use \link{ISOProgress} instead
#'
#' @references
#' ISO 19115:2003 - Geographic information -- Metadata
#' - ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_ProgressCode}
#'
#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mcc/1.0/mcc/#element_MD_ProgressCode}
#'
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
Expand Down
4 changes: 3 additions & 1 deletion R/ISOScopeDescription.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#' xml <- md$encode()
#'
#' @references
#' ISO 19115:2003 - Geographic information -- Metadata
#' - ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_ScopeDescription}
#'
#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mcc/1.0/mcc/#element_MD_ScopeDescription}
#'
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
Expand Down
7 changes: 4 additions & 3 deletions R/ISOSpatialRepresentationType.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
#' values <- ISOSpatialRepresentationType$values(labels = TRUE)
#'
#' #vector example
#' vectorRep <- ISORestriction$new(value = "vector")
#' vectorRep <- ISOSpatialRepresentationType$new(value = "vector")
#'
#' @references
#' ISO 19115:2003 - Geographic information -- Metadata
#' ISO/TS 19115-3:2016 - Geographic information — Metadata — Part 3: XML schema implementation for fundamental concepts
#' - ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_SpatialRepresentationTypeCode}
#'
#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mcc/1.0/mcc/#element_MD_SpatialRepresentationTypeCode}
#'
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
Expand Down
4 changes: 3 additions & 1 deletion man/ISOBrowseGraphic.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/ISOMetaIdentifier.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/ISOMetadataScope.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/ISOScopeDescription.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions man/ISOSpatialRepresentationType.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/ISOStatus.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d604f0d

Please sign in to comment.