Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Dec 6, 2021
1 parent 601612f commit 54da8d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Authors@R:
family = "Dickerson",
role = "aut"),
person(given = "RStudio",
role = "cph"))
role = c("cph", "fnd")))
Description: Provides a data.table backend for 'dplyr'. The goal
of 'dtplyr' is to allow you to write 'dplyr' code that is
automatically translated to the equivalent, but usually much faster,
Expand Down Expand Up @@ -49,4 +49,5 @@ VignetteBuilder:
Encoding: UTF-8
Roxygen: {library(tidyr); list(markdown = TRUE)}
RoxygenNote: 7.1.2
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
6 changes: 4 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ url: https://dtplyr.tidyverse.org

template:
package: tidytemplate

bootstrap: 5
includes:
in_header: |
<script defer data-domain="dtplyr.tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
home:
strip_header: true
links:
- text: Learn more about data.table
href: https://rdatatable.gitlab.io/data.table/
Expand Down

0 comments on commit 54da8d3

Please sign in to comment.