Skip to content

Commit

Permalink
fix namespace initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jan 2, 2025
1 parent 83b8c74 commit ebeacef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ISOMetadataNamespace.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ISOMetadataNamespace <- R6Class("ISOMetadataNamespace",
#'@param id id
#'@param uri uri
#'@param standard standard
initialize = function(id, uri, standard){
initialize = function(id, uri, standard = NA){
self$id = id
self$uri = uri
self$standard = standard
Expand Down

0 comments on commit ebeacef

Please sign in to comment.