Skip to content

Commit 72b0212

Browse files
committed
add pkgdown
1 parent 57a6863 commit 72b0212

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

.Rbuildignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
^README\.Rmd$
44
^\.github$
55
^LICENSE\.md$
6+
^_pkgdown\.yml$
7+
^docs$
8+
^pkgdown$

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
.Rhistory
33
.RData
44
.Ruserdata
5+
docs
6+
.DS_Store

_pkgdown.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
url: ~
2+
template:
3+
bootstrap: 5
4+

glossary.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 4b3c29dc-3ba1-4f75-92a6-b1e106b13d3a
23

34
RestoreWorkspace: No
45
SaveWorkspace: No

0 commit comments

Comments
 (0)