Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
remotes::install_deps(dependencies = TRUE, type = .Platform$pkgType)
remotes::install_github("r-lib/pkgdown")
# Begin custom: dep install
remotes::install_github("tidyverse/tidytemplate")
# End custom: dep install
shell: Rscript {0}

Expand Down
18 changes: 11 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,21 @@ Authors@R:
family = "Wickham",
role = "aut"),
person(given = "Kirill",
family = "Müller",
role = "cre",
email = "krlmlr+r@mailbox.org"),
family = "M\u00fcller",
role = c("aut", "cre"),
email = "krlmlr+r@mailbox.org",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "R Consortium",
role = "fnd"),
person(given = "RStudio",
role = "cph"))
Description: R's raw vector is useful for storing a single
binary object. What if you want to put a vector of them in a data
frame? The 'blob' package provides the blob object, a list of raw
vectors, suitable for use as a column in data frame.
License: MIT + file LICENSE
URL: https://github.com/tidyverse/blob
BugReports: https://github.com/tidyverse/blob/issues
URL: https://blob.r-dbi.org/, https://github.com/r-dbi/blob
BugReports: https://github.com/r-dbi/blob/issues
Imports:
methods,
rlang,
Expand All @@ -29,5 +32,6 @@ Suggests:
pillar (>= 1.2.1),
testthat
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", "pkgapi::api_roclet"))
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE, roclets = c("collate",
"namespace", "rd"))
RoxygenNote: 7.1.1.9001
8 changes: 3 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
url: https://blob.tidyverse.org
url: https://blob.r-dbi.org

template:
package: tidytemplate

home:
strip_header: true
params:
bootswatch: flatly # https://bootswatch.com/flatly/

development:
mode: auto
Expand Down