Skip to content

Commit

Permalink
Merge pull request #505 from PBfordev/master
Browse files Browse the repository at this point in the history
Fix the docs for setLastModifiedBy and getCreators
  • Loading branch information
JanMarvin authored Oct 7, 2024
2 parents 1632db0 + 8653bbc commit a4a5a17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: openxlsx
Title: Read, Write and Edit xlsx Files
Version: 4.2.7.1
Date: 2024-09-19
Version: 4.2.7.9000
Date: 2024-10-08
Authors@R:
c(person(given = "Philipp",
family = "Schauberger",
Expand Down
5 changes: 2 additions & 3 deletions R/wrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -4853,7 +4853,7 @@ addCreator <- function(wb, Creator) {
}

#' @name setLastModifiedBy
#' @title Add another author to the meta data of the file.
#' @title Set the author who modified the file last.
#' @author Philipp Schauberger
#' @description Just a wrapper of wb$changeLastModifiedBy()
#' @param wb A workbook object
Expand All @@ -4874,9 +4874,8 @@ setLastModifiedBy <- function(wb, LastModifiedBy) {


#' @name getCreators
#' @title Add another author to the meta data of the file.
#' @title Get the names of the authors from the meta data of the file.
#' @description Just a wrapper of wb$getCreators()
#' Get the names of the
#' @param wb A workbook object
#' @author Philipp Schauberger
#' @return vector of creators
Expand Down
3 changes: 1 addition & 2 deletions man/getCreators.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/setLastModifiedBy.Rd

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

0 comments on commit a4a5a17

Please sign in to comment.