Skip to content
Merged
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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ttmeta
Title: TidyTuesday Dataset Metadata
Version: 0.1.0.20250324
Version: 0.1.0.20250329
Authors@R:
person("Jon", "Harmon", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4781-4346"))
Expand Down
6 changes: 6 additions & 0 deletions R/urls.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ parse_tt_urls <- function(tt_tbl) {
type = factor(
stringr::str_remove(.data$type, "_urls$"),
levels = c("article", "source")
),
# TODO: Sort out a permanent fix.
url = stringr::str_replace(
.data$url,
"medium.com/@",
"medium.com/"
)
)
)
Expand Down
Binary file modified data/tt_datasets_metadata.rda
Binary file not shown.
Binary file modified data/tt_summary_tbl.rda
Binary file not shown.
Binary file modified data/tt_urls_tbl.rda
Binary file not shown.
1 change: 1 addition & 0 deletions ttmeta.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: e274f9be-0d28-4b20-a361-c171d352e50b

RestoreWorkspace: No
SaveWorkspace: No
Expand Down