Skip to content

Commit

Permalink
Update colophon package source
Browse files Browse the repository at this point in the history
  • Loading branch information
szimmer committed Mar 31, 2024
1 parent 8e0880b commit a8628cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 01-introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ packinfo_tib <-
attached=packinfo$attached) %>%
mutate(
Source=case_when(
str_detect(SourceLong, "CRAN")~SourceLong,
str_detect(SourceLong, "Github")~str_c(str_extract(SourceLong, "^[^@]+@.{7}"), ")")
str_detect(SourceLong, "Github")~str_c(str_extract(SourceLong, "^[^@]+@.{7}"), ")"),
TRUE~SourceLong
)
) %>%
filter(attached|Package %in% c("remotes")) %>%
Expand Down

0 comments on commit a8628cf

Please sign in to comment.