Skip to content

Commit

Permalink
add new "made with palettes" community packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mccarthy-m-g committed Jul 13, 2024
1 parent 3947456 commit d440520
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file modified R/sysdata.rda
Binary file not shown.
8 changes: 6 additions & 2 deletions data-raw/made-with-palettes.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ library(purrr)
library(gh)
library(desc)
library(readr)
library(knitr)

# Please add new entries in alphabetical order, according to the package name.
made_with_palettes <- tibble::tribble(
~package, ~gh_owner, ~gh_repo,
"AnVILplot", "fhdsl", "AnVILplot",
"CCMHr", "CCMH-PSU", "CCMHr",
"hutchplot", "fhdsl", "hutchplot",
"icampcolors", "jcunha2023", "icampcolors",
"palettes", "mccarthy-m-g", "palettes",
"warwickplots", "Warwick-Stats-Resources", "warwickplots"
)
Expand All @@ -31,10 +35,10 @@ made_with_palettes <- made_with_palettes |>
pkg_description = list(desc(text = pkg_description)),
# Get and format fields from DESCRIPTION
title = pkg_description$get("Title"),
authors = format(
authors = combine_words(format(
pkg_description$get_author("aut"),
include = c("given", "family")
),
)),
# Get URLs
# url = pkg_description$get_field("URL", default = NA),
gh_url = paste0("https://github.com/", gh_owner, "/", gh_repo, ""),
Expand Down
Binary file modified data-raw/sysdata/made-with-palettes.rds
Binary file not shown.

0 comments on commit d440520

Please sign in to comment.