Skip to content

Commit

Permalink
fix #148
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Mar 18, 2024
1 parent caaa5d0 commit d05bd4e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/ZenodoRecord.R
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,12 @@ ZenodoRecord <- R6Class("ZenodoRecord",
self$WARN(warnMsg)
},

#' @description Set the publisher
#' @param publisher publisher object of class \code{character}
setPublisher = function(publisher){
self$metadata$publisher = publisher
},

#' @description Set the publication date.
#' @param publicationDate object of class \code{Date}
setPublicationDate = function(publicationDate){
Expand Down
18 changes: 18 additions & 0 deletions man/ZenodoRecord.Rd

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

0 comments on commit d05bd4e

Please sign in to comment.