diff --git a/articles/cowsay.html b/articles/cowsay.html index 6da1ee7..c76dc21 100644 --- a/articles/cowsay.html +++ b/articles/cowsay.html @@ -198,7 +198,7 @@

Say somethingsay('time') #> #> -------------- -#> 2024-10-11 16:42:24.529144 +#> 2024-10-11 16:48:21.755267 #> -------------- #> \ #> \ diff --git a/index.html b/index.html index d935ad1..0218539 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@
-

cran checksR-check codecov rstudio mirror downloads cran version

+

cran checksR-check codecov rstudio mirror downloads cran version

Contributing @@ -179,7 +180,7 @@

Say Something
say('time')
 #> 
 #>  -------------- 
-#> 2023-11-02 07:16:42.618198 
+#> 2024-10-11 09:45:13.793342 
 #>  --------------
 #>     \
 #>       \
@@ -243,7 +244,7 @@ 

Say SomethingR fortunes
say('fortune','cat')
 #> 
 #>  -------------- 
-#> Let's not kid ourselves: the most widely used piece of software for statistics is Excel.
-#>  Brian D. Ripley
-#>  'Statistical Methods Need Software: A View of Statistical Computing'
-#>  Opening lecture RSS 2002, Plymouth
-#>  September 2002 
-#>  --------------
-#>     \
-#>       \
-#>         \
-#>             |\___/|
-#>           ==) ^Y^ (==
-#>             \  ^  /
-#>              )=*=(
-#>             /     \
-#>             |     |
-#>            /| | | |\
-#>            \| | |_|/\
-#>       jgs  //_// ___/
-#>                \_)
-#> 

+#> If the answer is parse() you should usually rethink the question. +#> Thomas Lumley +#> R-help +#> February 2005 +#> -------------- +#> \ +#> \ +#> \ +#> |\___/| +#> ==) ^Y^ (== +#> \ ^ / +#> )=*=( +#> / \ +#> | | +#> /| | | |\ +#> \| | |_|/\ +#> jgs //_// ___/ +#> \_) +#>

You can also pick a particular fortune by number or regex search - if the fortune parameter is not NULL you don’t have pass anything to the what parameter (the 1st parameter)

say(fortune=100)
 #> 
@@ -481,11 +481,11 @@ 

R fortunessay(fortune='whatever') #> #> -------------- -#> Justin: Is there a function that just does whatever I'm thinking (aka whatever my homework question is...)? -#> Joshua Ulrich: That's the magic_pony function. -#> Justin and Joshua Ulrich -#> stackoverflow.com -#> June 2013 +#> Tom Backer Johnsen: I have just started looking at R, and are getting more and more irritated at myself for not having done that before. However, one of the things I have not found in the documentation is some way of preparing output from R for convenient formatting into something like MS Word. +#> Barry Rowlingson: Well whatever you do, don't start looking at LaTeX, because that will get you even more irritated at yourself for not having done it before. +#> Tom Backer Johnsen and Barry Rowlingson +#> R-help +#> February 2006 #> -------------- #> \ #> \ @@ -506,23 +506,24 @@

R fortunesTrilobite

say("Hi there :)", by='trilobite')
-#> 
-#>  -------------- 
-#> Hi there :) 
-#>  --------------
-#>     \
-#>       \
-#>         \
-#>           _____
-#>        .'` ,-. `'.
-#>       /   ([ ])   \
-#>      /.-""`(`)`""-.\
-#>       <'```(.)```'>
+
+#> 
+#>  -------------- 
+#> Hi there :) 
+#>  --------------
+#>     \
+#>       \
+#>         \
+#>           _____
+#>        .'` ,-. `'.
+#>       /   ([ ])   \
+#>      /.-""`(`)`""-.\
 #>       <'```(.)```'>
-#>        <'``(.)``'>
-#>    sk   <``\_/``>
-#>          `'---'`
-#> 
+#> <'```(.)```'> +#> <'``(.)``'> +#> sk <``\_/``> +#> `'---'` +#>

Shark @@ -566,27 +567,28 @@

Shark

Buffalo

say('Q: What do you call a single buffalo?\nA: A buffalonely', by='buffalo')
-#> 
-#>  -------------- 
-#> Q: What do you call a single buffalo?
-#> A: A buffalonely 
-#>  --------------
-#>     \
-#>       \
-#>         \
-#>                    _.-````'-,_
-#>          _,.,_ ,-'`           `'-.,_
-#>        /)     (                   '``-.
-#>       ((      ) )                      `\
-#>         \)    (_/                        )\
-#>         |       /)           '    ,'    / \
-#>         `\    ^'            '     (    /  ))
-#>           |      _/\ ,     /    ,,`\   (  "`
-#>           \Y,   |   \  \  | ````| / \_ \
-#>             `)_/      \  \  )    ( >  ( >
-#>                        \( \(     |/   |/
-#>           mic & dwb  /_(/_(    /_(  /_(
-#> 
+ +#> +#> -------------- +#> Q: What do you call a single buffalo? +#> A: A buffalonely +#> -------------- +#> \ +#> \ +#> \ +#> _.-````'-,_ +#> _,.,_ ,-'` `'-.,_ +#> /) ( '``-. +#> (( ) ) `\ +#> \) (_/ )\ +#> | /) ' ,' / \ +#> `\ ^' ' ( / )) +#> | _/\ , / ,,`\ ( "` +#> \Y, | \ \ | ````| / \_ \ +#> `)_/ \ \ ) ( > ( > +#> \( \( |/ |/ +#> mic & dwb /_(/_( /_( /_( +#>

Clippy @@ -645,33 +647,28 @@

Monkey!
say("fortune", by = "monkey")
 #> 
 #>  ------------- 
-#> Corinna Schmitt: How can I divide the number 0.285 with 2. I need a function.
-#>   Result: 0.285 / 2 = 0.1425
-#> Gabor Csardi: Well, i think
-#>   half.of.0.285 <- function() {
-#>     0.1425
-#>   }
-#> would do the trick.
-#>  Corinna Schmitt and Gabor Csardi
-#>  R-help
-#>  April 2007 
-#>  -------------- 
-#>               \   
-#>                \  
-#>                 \
-#> 
-#>                   .="=.
-#>                 _/.-.-.\_     _
-#>                ( ( o o ) )    ))
-#>                 |/  "  \|    //
-#>                  \'---'/    //
-#>            jgs   /`"""`\\  ((
-#>                 / /_,_\ \\  \\
-#>                 \_\_'__/  \  ))
-#>                 /`  /`~\   |//
-#>                /   /    \  /
-#>           ,--`,--'\/\    /
-#>           '-- "--'  '--'
+#> When a Certain Guru rips strips off people (God knows he's done it to me often enough) on this list, there's a damned good reason for it. +#> Rolf Turner +#> in a discussion about whether a friendly mailing list with more 'customer service' attitude than R-help was needed +#> R-help +#> December 2003 +#> -------------- +#> \ +#> \ +#> \ +#> +#> .="=. +#> _/.-.-.\_ _ +#> ( ( o o ) ) )) +#> |/ " \| // +#> \'---'/ // +#> jgs /`"""`\\ (( +#> / /_,_\ \\ \\ +#> \_\_'__/ \ )) +#> /` /`~\ |// +#> / / \ / +#> ,--`,--'\/\ / +#> '-- "--' '--'

Daemon! @@ -679,37 +676,34 @@

Daemon!
say("fortune", by = "daemon")
 #> 
 #>  ----- 
-#> Tony Plate: There looks to be a typo in the R-exts manual: [...]
-#> Peter Dalgaard: 'svn blame' tells me that this was Brian's addition in rev.35362 [...]
-#> Brian D. Ripley: I prefer 'svn praise' myself.
-#> Peter Dalgaard: Or 'svn annotate'. I think it depends on what I'm looking for, plus the risk that the author (perpetrator, contributor) might be me...
-#>  Tony Plate, Peter Dalgaard, and Brian D. Ripley
-#>  about a typo in the documentation
-#>  R-devel
-#>  April 2007 
-#>  ------ 
-#>     \   
-#>      \  
-#>       \
-#>             ,        ,
-#>            /(        )`
-#>            \ \___   / |
-#>             /- _  `-/  '
-#>            (/\/ \ \   /\
-#>            / /   | `    
-#>            O O   ) /    |
-#>            `-^--'`<     '
-#>           (_.)  _  )   /
-#>            `.___/`    /
-#>              `-----' /
-#> <----.     __ / __   \
-#> <----|====O)))==) \) /====
-#> <----'    `--' `.__,' \
-#>              |        |
-#>               \       /
-#>         ______( (_  / \______
-#>       ,'  ,-----'   |        \
-#>       `--{__________)        \/ [nosig]
+#> You might also consider a more informative subject line. "Help needed" is true for all questions (not answers) on R-help. Just think, why is this list called R-***help***? +#> Peter Ehlers +#> after answering a help request +#> R-help +#> April 2011 +#> ------ +#> \ +#> \ +#> \ +#> , , +#> /( )` +#> \ \___ / | +#> /- _ `-/ ' +#> (/\/ \ \ /\ +#> / / | ` +#> O O ) / | +#> `-^--'`< ' +#> (_.) _ ) / +#> `.___/` / +#> `-----' / +#> <----. __ / __ \ +#> <----|====O)))==) \) /==== +#> <----' `--' `.__,' \ +#> | | +#> \ / +#> ______( (_ / \______ +#> ,' ,-----' | \ +#> `--{__________) \/ [nosig]

Egret diff --git a/pkgdown.yml b/pkgdown.yml index 4f0729d..c704884 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,4 +3,4 @@ pkgdown: 2.1.1 pkgdown_sha: ~ articles: cowsay: cowsay.html -last_built: 2024-10-11T16:42Z +last_built: 2024-10-11T16:48Z diff --git a/reference/cowsay-package.html b/reference/cowsay-package.html index cf65e52..e001524 100644 --- a/reference/cowsay-package.html +++ b/reference/cowsay-package.html @@ -80,6 +80,7 @@

Author

  • Philipp Boersch-Supan [contributor]

  • Andreas Brandmaier [contributor]

  • Marion Louveaux [contributor]

  • +
  • David Schoch [contributor]

  • diff --git a/reference/say.html b/reference/say.html index 4f84582..b0e534f 100644 --- a/reference/say.html +++ b/reference/say.html @@ -211,7 +211,7 @@

    Examples

    say('time') #> #> -------------- -#> 2024-10-11 16:42:22.160944 +#> 2024-10-11 16:48:19.880308 #> -------------- #> \ #> \