Skip to content

Commit

Permalink
fix class of authors column for the "made with palettes" table
Browse files Browse the repository at this point in the history
  • Loading branch information
mccarthy-m-g committed Jul 13, 2024
1 parent d761040 commit 7cc8264
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified R/sysdata.rda
Binary file not shown.
4 changes: 2 additions & 2 deletions data-raw/made-with-palettes.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,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 = combine_words(format(
authors = as.character(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 7cc8264

Please sign in to comment.