Skip to content

Commit

Permalink
apply ISO metadata schema examples on ISO 19139 (ligther schemas)
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jan 29, 2025
1 parent d5ec8b3 commit 5edd0cf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: geometa
Type: Package
Title: Tools for Reading and Writing ISO/OGC Geographic Metadata
Version: 0.9
Date: 2025-01-23
Date: 2025-01-29
Authors@R: c(
person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")),
person("R Consortium", role = "fnd"))
Expand Down
6 changes: 3 additions & 3 deletions R/ISOMetadataSchemas.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ getISOMetadataSchemaFile <- function(version = "19139"){
#' @param version the schema version
#'
#' @examples
#' setISOMetadataSchemas(version = "19115-3")
#' setISOMetadataSchemas(version = "19139")
#'
#'@export
setISOMetadataSchemas <- function(version = "19139"){
Expand All @@ -91,7 +91,7 @@ setISOMetadataSchemas <- function(version = "19139"){
#' @param version the schema version
#'
#' @examples
#' getISOMetadataSchemas(version = "19115-3")
#' getISOMetadataSchemas(version = "19139")
#'
getISOMetadataSchemas <- function(version = "19139"){
available_versions <- c("19139","19115-3")
Expand All @@ -117,7 +117,7 @@ getISOMetadataSchemas <- function(version = "19139"){
#'
#' @examples
#' \donttest{
#' setMetadataStandard(version = "19115-3")
#' setMetadataStandard(version = "19139")
#' }
#' @author Emmanuel Blondel, \email{emmanuel.blondel1@@gmail.com}
#
Expand Down
2 changes: 1 addition & 1 deletion man/getISOMetadataSchemas.Rd

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

2 changes: 1 addition & 1 deletion man/setISOMetadataSchemas.Rd

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

2 changes: 1 addition & 1 deletion man/setMetadataStandard.Rd

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

0 comments on commit 5edd0cf

Please sign in to comment.