Skip to content

Commit

Permalink
add tmbg
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewGhazi committed Jul 31, 2024
1 parent f6ba34d commit 26294bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/run.R
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ suggest_next = function(dat, ..., max_grid_size = 2000,
#' Suggest a coffee-related tune
#'
#' @details
#' Some are more rare than others, collect all 8!
#' Some are more rare than others, collect all 9!
#'
#' @export
suggest_tune = function() {
Expand All @@ -231,6 +231,7 @@ suggest_tune = function() {
"https://www.youtube.com/watch?v=iP6IUqrFHjw",
"https://www.youtube.com/watch?v=cm3YM_9iW_s",
"https://www.youtube.com/watch?v=_rp4tGqRhWA",
"https://www.youtube.com/watch?v=KRkQRpxhJcs",
"https://www.youtube.com/watch?v=nsFS8tt_3fs"),
info = c('Dethklok - "Duncan Hills Coffee Jingle"',
'Frank Sinatra - "The Coffee Song"',
Expand All @@ -239,6 +240,7 @@ suggest_tune = function() {
'The Ink Spots - "The Java Jive"',
'Otis Redding - "Cigarettes and Coffee"',
"Marty Robbins - \"Smokin' Cigarettes And Drinkin\' Coffee Blues\"",
'They Might Be Giants - "Does Anybody Here Smell Something Burning?"',
'Anthrax - "Cupajoe"')) |>
mtt(p = rev(1:fnobs(u)))

Expand Down
2 changes: 1 addition & 1 deletion man/suggest_tune.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26294bb

Please sign in to comment.