Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update say.r adding fillerama wrapper #50

Closed
wants to merge 10 commits into from

Conversation

onertipaday
Copy link
Contributor

wrapper to fillerama: a filler text generator with quotes from Futurama, Star Wars, Dexter, Monty Python, Doctor Who, and more! Check it out at: http://chrisvalleskey.com/fillerama/

wrapper to fillerama: a filler text generator with quotes from Futurama, Star Wars, Dexter, Monty Python, Doctor Who, and more! Check it out at: http://chrisvalleskey.com/fillerama/
wrapper to fillerama: a filler text generator with quotes from Futurama, Star Wars, Dexter, Monty Python, Doctor Who, and more! Check it out at: http://chrisvalleskey.com/fillerama/
@sckott
Copy link
Owner

sckott commented Dec 13, 2016

thanks @onertipaday taking a look

@sckott
Copy link
Owner

sckott commented Dec 13, 2016

  • plz add some example usage to the man file for say
  • plz update man file for say to indicate additional things that can be passed to what param
  • add yourself to the DESCRIPTION and README (build the readme.md from .rmd)

making some comments on the code as well

@@ -145,6 +145,13 @@ say <- function(what="Hello world!", by="cat", type="message", length=18,

if (what == "rms") {
what <- rmsfact::rmsfact()
}

if (what =="arresteddevelopment"||what=="doctorwho"||what=="dexter"||what=="futurama"||what=="holygrail"||what=="simpsons"||what=="starwars"||what=="loremipsum") {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just use %in% here, like what %in% c("arresteddevelopment", "doctorwho", "dexter", "futurama", "holygrail", "simpsons", "starwars", "loremipsum")

@onertipaday onertipaday deleted the onertipaday-fillerama-1 branch December 14, 2016 08:45
@sckott sckott mentioned this pull request Dec 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants