How to get fortunes in R
On Sun, Dec 21, 2014 at 8:23 AM, Michael Dewey <info at aghmed.fsnet.co.uk> wrote:
Have you installed the fortunes package? From within R you can go
install.packages("fortunes")
If you have already installed it then there is something deeper going on.
Thanks. It works after installing the fortunes package via
install.packages("fortunes") .
raju