Skip to content

Commit

Permalink
improve setISOMetadataSchema to reflect standard version
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Dec 18, 2024
1 parent 0f4ac3e commit 3b14cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ISOMetadataSchemas.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ getISOMetadataSchemaFile <- function(version = "19139"){
#'setISOMetadataSchemas
#'@export
setISOMetadataSchemas <- function(version = "19139"){
packageStartupMessage("Loading ISO 19139 XML schemas...")
packageStartupMessage(sprintf("Loading ISO %s XML schemas...", version))
registerISOMetadataSchema(getISOMetadataSchemaFile(version = version))
}

Expand Down

0 comments on commit 3b14cfe

Please sign in to comment.