We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f59f73 commit 116df2bCopy full SHA for 116df2b
DESCRIPTION
@@ -5,7 +5,7 @@ Authors@R: c(
5
person("Lionel", "Henry", , "[email protected]", c("cre", "aut")),
6
person("Thomas Lin", "Pedersen", , "[email protected]",
7
role = "aut", comment = c(ORCID = "0000-0002-5147-4711")),
8
- person("RStudio", role = "cph"),
+ person("RStudio", role = c("cph", "fnd")),
9
person("T Jake", "Luciani", , "[email protected]", "aut", comment = "svglite"),
10
person("Matthieu", "Decorde", , "[email protected]", "aut", comment = "svglite"),
11
person("Vaudor", "Lise", , "[email protected]", "aut", comment = "svglite"),
@@ -44,3 +44,4 @@ Roxygen: list(markdown = TRUE)
44
URL: https://vdiffr.r-lib.org/, https://github.com/r-lib/vdiffr
45
BugReports: https://github.com/r-lib/vdiffr/issues
46
SystemRequirements: C++11, libpng
47
+Config/Needs/website: tidyverse/tidytemplate
_pkgdown.yml
@@ -1,19 +1,16 @@
1
url: https://vdiffr.r-lib.org
2
-destination: docs
3
4
-navbar:
- structure:
- left: [home, reference, news]
- right: [github]
- components:
- news:
- text: News
- menu:
12
- - text: "Release notes"
13
- - text: "Version 1.0.0"
14
- href: https://www.tidyverse.org/blog/2021/06/vdiffr-1-0-0/
15
- - text: "Version 0.3.0"
16
- href: https://www.tidyverse.org/articles/2019/01/vdiffr-0-3-0/
17
- - text: "------------------"
18
- - text: "Change log"
19
- href: news/index.html
+template:
+ package: tidytemplate
+ bootstrap: 5
+
+ includes:
+ in_header: |
+ <script defer data-domain="vdiffr.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
+news:
+ releases:
+ - text: "Version 1.0.0"
+ href: https://www.tidyverse.org/blog/2021/06/vdiffr-1-0-0/
+ - text: "Version 0.3.0"
+ href: https://www.tidyverse.org/articles/2019/01/vdiffr-0-3-0/
0 commit comments