Skip to content

Commit 7200afa

Browse files
committed
update via devtools::document and pkgdown
1 parent 496dc99 commit 7200afa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2157
-3707
lines changed

.Rbuildignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
33
^LICENSE\.md$
4+
^_pkgdown\.yml$
5+
^docs$
6+
^pkgdown$

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ dataPackages/*
66
data/raw/*
77
data/raw/*/*
88
inst/doc
9-
data/
9+
data/
10+
docs

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
export(check_is_data_package)
44
export(check_new_version)
55
export(check_ref_exists)
6+
export(get_data_package)
67
export(get_data_packages)
78
export(get_new_version_id)
89
export(get_park_code)

_pkgdown.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
url: https://github.com/nationalparkservice/NPSutils
2+
template:
3+
bootstrap: 5
4+

docs/404.html

+43-73
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

+36-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)