From 058f5f8e5ab88f7a317c1785fdf55d330cf05670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 25 May 2021 06:02:24 +0200 Subject: [PATCH 1/3] Prepare move to r-dbi --- DESCRIPTION | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d94dfa3..13924a4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,9 +7,12 @@ 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 @@ -17,8 +20,8 @@ Description: R's raw vector is useful for storing a single 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, @@ -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 From 0c715ccb3f90da9b95e8e1955f636c68913dc88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 25 May 2021 06:04:21 +0200 Subject: [PATCH 2/3] Tweak pkgdown URL --- _pkgdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index ef75cf1..fc1f5b2 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,4 +1,4 @@ -url: https://blob.tidyverse.org +url: https://blob.r-dbi.org template: package: tidytemplate From b6114bef189a9dd90be8de61f3ee1e339169874d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 25 May 2021 06:06:49 +0200 Subject: [PATCH 3/3] Avoid tidytemplate --- .github/workflows/pkgdown.yaml | 1 - _pkgdown.yml | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index a835a2f..246ebc6 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -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} diff --git a/_pkgdown.yml b/_pkgdown.yml index fc1f5b2..659a59e 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,10 +1,8 @@ url: https://blob.r-dbi.org template: - package: tidytemplate - -home: - strip_header: true + params: + bootswatch: flatly # https://bootswatch.com/flatly/ development: mode: auto