Skip to content

Commit be8f6c0

Browse files
committed
docs: add pkdown website
1 parent 96ee7b3 commit be8f6c0

6 files changed

Lines changed: 11 additions & 2 deletions

File tree

.Rbuildignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
^BENCHMARKS.R$
99
^cran-comments\.md$
1010
^CRAN-SUBMISSION$
11+
^_pkgdown\.yml$
12+
^docs$
13+
^pkgdown$

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
with:
4747
clean: false
4848
branch: gh-pages
49-
folder: docs
49+
folder: docs

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ BENCHMARKS.R
1010
/.quarto/
1111
cran-comments.md
1212
CRAN-SUBMISSION
13+
docs

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Suggests:
2222
testthat (>= 3.0.0),
2323
quickcheck (>= 0.1.3)
2424
Config/testthat/edition: 3
25-
URL: https://github.com/atsyplenkov/tidyhydro
25+
URL: https://github.com/atsyplenkov/tidyhydro, https://atsyplenkov.github.io/tidyhydro/
2626
BugReports: https://github.com/atsyplenkov/tidyhydro/issues
2727
LazyData: true

_pkgdown.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
url: https://atsyplenkov.github.io/tidyhydro/
2+
template:
3+
bootstrap: 5
4+
math-rendering: mathjax

man/tidyhydro-package.Rd

Lines changed: 1 addition & 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)