Skip to content

Commit

Permalink
doc: prepare CRAN version
Browse files Browse the repository at this point in the history
sitedeploy
  • Loading branch information
davidgohel committed Oct 9, 2024
1 parent 182923a commit 8282e39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: officer
Title: Manipulation of Microsoft Word and PowerPoint Documents
Version: 0.6.7.015
Version: 0.6.7
Authors@R: c(
person("David", "Gohel", , "[email protected]", role = c("aut", "cre")),
person("Stefan", "Moog", , "[email protected]", role = "aut"),
Expand Down Expand Up @@ -40,7 +40,7 @@ Description: Access and manipulate 'Microsoft Word', 'RTF' and 'Microsoft
License: MIT + file LICENSE
URL: https://ardata-fr.github.io/officeverse/,
https://davidgohel.github.io/officer/
BugReports: https://github.com/davidgohel/officer/discussions
BugReports: https://github.com/davidgohel/officer/issues
Imports:
cli,
graphics,
Expand Down
4 changes: 2 additions & 2 deletions R/dev-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ image_to_base64 <- function(filepaths){
#' @export
#' @title generates unique identifiers
#' @description generates unique identifiers based
#' on [UUIDgenerate()].
#' on [uuid::UUIDgenerate()].
#' @param n integer, number of unique identifiers to generate.
#' @param ... arguments sent to [UUIDgenerate()]
#' @param ... arguments sent to [uuid::UUIDgenerate()]
#' @keywords internal
#' @examples
#' uuid_generate(n = 5)
Expand Down
4 changes: 2 additions & 2 deletions man/uuid_generate.Rd

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

0 comments on commit 8282e39

Please sign in to comment.