Displaying 2 results from an estimated 2 matches for "rajulocal".
2014 Dec 21
2
How to get fortunes in R
...irk.eddelbuettel.com/papers/r_package_development_nov2014.pdf
and found this on pg-3
> fortunes::fortune(92)
##
## If you don't go with R now, you will someday.
## -- David Kane (on whether to use R or S-PLUS)
## R-SIG-Finance (November 2004)
However, when I tried it on my machine, I get
rajulocal at hogwarts:~/work/r_programming$ R -q
> fortunes::fortune(92)
Error in loadNamespace(name) : there is no package called ?fortunes?
What package(s) do I need to install to get fortune in R? I tried
doing a "apt-cache search fortune R" but none of the hits look
promising. I am using De...
2014 Dec 21
0
How to get fortunes in R
...14.pdf
> and found this on pg-3
>
>
>> fortunes::fortune(92)
> ##
> ## If you don't go with R now, you will someday.
> ## -- David Kane (on whether to use R or S-PLUS)
> ## R-SIG-Finance (November 2004)
>
> However, when I tried it on my machine, I get
>
> rajulocal at hogwarts:~/work/r_programming$ R -q
>> fortunes::fortune(92)
> Error in loadNamespace(name) : there is no package called ?fortunes?
>
> What package(s) do I need to install to get fortune in R? I tried
> doing a "apt-cache search fortune R" but none of the hits look
&...