Skip to content

Commit 266df05

Browse files
Update docs with pkgdev
1 parent 8929a73 commit 266df05

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export(rog_actions_pkgdown_branch)
34
export(rog_add_template_pkgdown)
45
export(rog_badge_ropengov)
56
export(rog_build)

R/rog_actions_pkgdown_branch.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ rog_actions_pkgdown_branch <- function(pkg = ".", overwrite = TRUE) {
2626
usethis::use_git_ignore("*.Rds", directory = ".github")
2727

2828
# Get action file
29-
filepath <- system.file("yaml/rogtemplate-gh-pages.yaml", package = "rogtemplate")
29+
filepath <- system.file(
30+
"yaml/rogtemplate-gh-pages.yaml",
31+
package = "rogtemplate"
32+
)
3033

3134
# Copy
3235
result <- file.copy(filepath, destdir, overwrite = overwrite)

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
},
284284
"isPartOf": "http://ropengov.org/",
285285
"keywords": ["ropengov", "template", "r", "r-package", "github-actions", "pkgdown", "pkgdown-template"],
286-
"fileSize": "1909.518KB",
286+
"fileSize": "1911.347KB",
287287
"releaseNotes": "https://github.com/rOpenGov/rogtemplate/blob/main/NEWS.md",
288288
"readme": "https://github.com/rOpenGov/rogtemplate/blob/main/README.md",
289289
"contIntegration": "https://github.com/rOpenGov/rogtemplate/actions",

man/rog_actions_pkgdown_branch.Rd

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)