similar to: How to get fortunes in R

Displaying 20 results from an estimated 100 matches similar to: "How to get fortunes in R"

2014 Dec 21
0
How to get fortunes in R
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. On 21/12/2014 11:37, kamaraju kusumanchi wrote: > I was going through > http://dirk.eddelbuettel.com/papers/r_package_development_nov2014.pdf > and found this on pg-3 > > >> fortunes::fortune(92)
2007 Mar 29
1
Wikibooks
As a big fan of Wikipedia, it's frustrating to see how little there is about R in the correlated project, the Wikibooks: http://en.wikibooks.org/wiki/R_Programming Alberto Monteiro
2015 Apr 13
2
list of available R packages
This is a very minor point. But thought I would bring it to your attention anyway... According to http://cran.r-project.org/bin/linux/debian/ , the list of available R packages can be found by apt-cache search ^r-.* This seems to work in bash but not in zsh. As a work around, I found out that apt-cache search "^r-.*" works in both zsh and bash. -- Kamaraju S Kusumanchi |
2015 Apr 19
4
running unit tests on the stringr package
I am trying to learn how to run the unit tests in the stringr package and have the following questions. 1) The r-cran-stringr package does not suggest/depend on the r-cran-testthat package . Would it make sense to add such a thing since after all the tests in /usr/lib/R/site-library/stringr/tests rely on testthat package? 2) I am getting the following error when trying to run the unit tests %
2010 Oct 11
1
installing 32 bit vlc on Centos 5.5??
I'm in yum dependency hell using epel, rpmforge and rpmfusion repos to install vlc on 32 bit Centos 5.5. Anyone have a better idea? Doesn't really have to be vlc I just want to be able to play a dvd and Movie Player complains about missing plugins without saying what they are. Dave -- "It is no measure of health to be well adjusted to a profoundly sick society."
2015 Apr 20
0
running unit tests on the stringr package
Dear Raju I agree to Dirk that this is not really the best place for these matters, but as I got curious, I checked and found you should use test_package() and not test_dir(), as the latter does not load unexported functions of the package (such as check_string()) that may occur in the tests. For packaging of r-cran-stringr, it is probably most efficient to file a bug report there because of
2010 May 11
0
What are your thoughts about the "R programming" wiki-book ?
An R community member named Ajay wrote today about the "R programming" wiki-book project (link to Ajay's post<http://decisionstats.wordpress.com/2010/05/10/the-r-online-wikibook/>), and I would like to know what you think about the project: http://en.wikibooks.org/wiki/R_Programming Ajay believes that > "What we need is a consolidated document that can add 1) show
2011 Sep 19
2
text matching
Hi All, I have a character vector by name tickers > head(tickers,10) V1 1 ADARSHPL.BO 2 AGR.V 3 AGU 4 AGU.TO 5 AIMCO.BO 6 ALUFLUOR.BO 7 AMZ.V 8 AVD 9 ANILPROD.BO 10 ARIES.BO I would like to extract all elements that has ".BO" in it. I tried > grep("\.BO",tickers) Error: '\.' is an unrecognized
2012 Apr 12
3
Remove superscripts from HTML objects
Is there some way to remove superscripts from objects returned by html/xmlParse (XML package)? h <- "<html><p>Cat<sup>a</sup></p><p>Dog</p></html>" doc <- htmlParse(h) xpathSApply(doc, "//p", xmlValue) [1] "Cata" "Dog" I could probably remove the <sup> tags from the "h" object above,
2008 Jun 12
0
[ANNOUNCE] xf86-video-vesa 1.99.1
Aaron Plattner (1): Don't disable FB access when it's already disabled. Adam Jackson (9): Remove all trace of mfb Bug #10004: Fix palette initialization in 8bpp modes. Fix boolean inversion in VBE screen clear. Remove some useless module loading cruft. Prefer a more modern depth/bpp selection. Add semi-reasonable mode validation. Clean up
2011 May 10
3
metaMDS and envfit: Help reading output
Hello R experts, I've used metaMDS to run NMDS on some fish abundance data, and am also working on correlating environmental data to the NMDS coordinates. I'm fairly new to metaMDS and NMDS in general, so I have what are probably some very basic questions. My fish abundance data consists of 66 sites for which up to 20 species of fish were identified and counted. I ran metaMDS on this data
2011 Jun 21
12
Resumen de R-help-es, Vol 28, Envío 31
Hola, soy María, Estoy realizando un trabajo de control de calidad usando en R diferentes tipos de "Control charts", desde el tipo xbar.one, u, p, c,...Y al validar el cálculo de los estadísticos media y desviación típica de mis "Control Charts" en Excel, e investigando, me he dado cuenta de que R calcula las desviaciones de distinto modo según sea el tipo de control chart;
2010 Jan 06
1
fortunes: 250th fortune
Dear useRs, it's a new year and time for a new CRAN-version of the "fortunes" package. Version 1.3-7 is now online at http://CRAN.R-project.org/package=fortunes which contains the 250th fortune: R> fortune(250) As Obi-Wan Kenobi may have said in Star Wars: "Use the source, Luke!" -- Barry Rowlingson (answering a question on the documentation of some
2010 Jan 06
1
fortunes: 250th fortune
Dear useRs, it's a new year and time for a new CRAN-version of the "fortunes" package. Version 1.3-7 is now online at http://CRAN.R-project.org/package=fortunes which contains the 250th fortune: R> fortune(250) As Obi-Wan Kenobi may have said in Star Wars: "Use the source, Luke!" -- Barry Rowlingson (answering a question on the documentation of some
2008 Jan 29
1
Fortunes - was Re: [OT] vernacular names for circular diagrams
I did not write that. On Jan 29, 2008 9:05 AM, S Ellison <S.Ellison at lgc.co.uk> wrote: > >>> "Gabor Grothendieck" <ggrothendieck at gmail.com> 29/01/2008 12:35:27 > >>> > > As is common in human affairs, even > > the illusion of understanding is preferred to a lofty digression > upon > > why the audience does not understand.
2004 Aug 12
0
"new" package fortunes 1.0-3
Dear useRs, I used the summer months to work on all of my packages, and so this is the first of a sequence of announcements of "new" or updated packages. The "new" packages are new in the sense that previous versions had been on CRAN for some months but hadn't been announced to the R community via this list until now. All packages are available from the CRAN master site
2004 Aug 12
0
"new" package fortunes 1.0-3
Dear useRs, I used the summer months to work on all of my packages, and so this is the first of a sequence of announcements of "new" or updated packages. The "new" packages are new in the sense that previous versions had been on CRAN for some months but hadn't been announced to the R community via this list until now. All packages are available from the CRAN master site
2011 Mar 16
1
linear regression in a data.frame using recast -- A fortunes candidate??
Ha! -- A fortunes candidate? -- Bert > > If this is really a time series, then you will have serious validity > problems due to auto-correlation among non-independent units. (But if you > are just searching for a way to pull the wool over the eyes of the > statistically uninformed, then I guess there's no stopping you.) > > -- > > David Winsemius, MD > West
2011 Aug 03
0
Combining multiple dependent variables for machine learning -- fortunes candidate?
I thought Sarah's reply was great and, alas, should probably be templated for this list. Not sure it fits as a fortunes package entry, but I thought it at least worthy of consideration. Cheers, Bert >> ... >> I appreciate any suggestions for this problem. Sarah Goslee replied: > Suggestions? Yes. Read the posting guide and follow it. It isn't clear that > this is even
2006 Sep 13
1
Error: package/namespace load failed for 'fortunes'
Hello! I have the following R code in my .Rprofile file - just for fun. library(fortunes) fortune() detach("package:fortunes") This works nicely in R 2.3.1, but it throws the following error under latest R-devel: ... ... Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to