Skip to content

Commit

Permalink
Update docs with pkgdev
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 12, 2024
1 parent 0ab241c commit e7e61b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/rog_logo.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rog_logo <- function(pkgname, filename = "man/figures/logo.png",
if (missing(pkgname)) pkgname <- package_name()

enddir <- dirname(filename)
if(!dir.exists(enddir)) dir.create(enddir, recursive = TRUE)
if (!dir.exists(enddir)) dir.create(enddir, recursive = TRUE)

# Load B612

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
},
"isPartOf": "http://ropengov.org/",
"keywords": ["ropengov", "template", "r", "r-package", "github-actions", "pkgdown", "pkgdown-template"],
"fileSize": "632.805KB",
"fileSize": "632.924KB",
"releaseNotes": "https://github.com/rOpenGov/rogtemplate/blob/master/NEWS.md",
"readme": "https://github.com/rOpenGov/rogtemplate/blob/main/README.md",
"contIntegration": "https://github.com/rOpenGov/rogtemplate/actions",
Expand Down

0 comments on commit e7e61b9

Please sign in to comment.