similar to: fortune update: 100th fortune

Displaying 20 results from an estimated 110000 matches similar to: "fortune update: 100th fortune"

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
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
2023 Jun 03
1
bug in utils:::format.person
Thierry, thanks for this, this is a bug in utils:::.format_person_as_R_code(). This calls deparse() on the elements of the person object with the default width.cutoff = 60. As your comment exceeds this width, the erroneous formatting is produced. The simplest reproducible example I could come up with was: p <- person(".", comment = c(foo = ".....................",
2007 Mar 04
1
fortune() in .Rprofile conflicts with R CMD INSTALL
Hello, This is about fortune package, but I think that might be related also to base R, so I am sending to package maintainer and R-devel list. I have the following in my .Rprofile to break monotony of code writing library(utils) library(fortunes) fortune() detach("package:fortunes") so I get a fortune every time I start R. It seems that this conflicts with R CMD INSTALL in latest
2010 Sep 01
5
[semi-OT] Using fortune() in an email signature
Hello, As you can see from my signature in this message, I use the R fortune function to generate a fortune, which is then fed to the signature program, which constructs a named pipe containing the fortune-bearing sig, which is then included in mail messages. The problem is that it's got extraneous junk in it and I can't figure out how to get rid of it. This is the command that generates
2007 Dec 17
1
fortune warning
fortune("help") ## or any quoted string gives a warning Warning message: In grep(which, fort, useBytes = TRUE) : argument 'useBytes = TRUE' will be ignored in version.string R version 2.6.1 (2007-11-26)
2011 Dec 16
1
Fortune? -- was Re: optim with simulated annealing SANN ...
Folks: I thought John Nash's comment below was profound and a possible Fortunes candidate: (Aside: I believe it applies to a great deal of what is discussed on this list, not just stochastic optimization.) Cheers, Bert ... (in the context of stochastic optimization) >... As with many tools in this domain, for effective use they > require more knowledge than many of their users
2005 Dec 08
1
reference for a fortune quote
Hi, there is a quote in the fortunes package: To paraphrase provocatively, `machine learning is statistics minus any checking of models and assumptions'. -- Brian D. Ripley (about the difference between machine learning and statistics) useR! 2004, Vienna (May 2004) Was this statement made in a presentation? If so, would it be possible to get a reference for the presentation?
2014 Dec 21
2
How to get fortunes in R
I was going through http://dirk.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 >
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)
2012 Mar 23
0
call for CSDA special issue
Dear useRs, it may be of interest to some of you that Computational Statistics & Data Analysis (CSDA) is having a special issue on statistical algorithms that are accompanied by corresponding R packages. For details see the call below. Best regards, Z --------------------------------------------------------------------- CSDA Special Issue on STATISTICAL ALGORITHMS AND SOFTWARE IN R
2006 Jan 05
2
Wald tests and Huberized variances (was: A comment about R:)
On Wed, 4 Jan 2006, Peter Muhlberger wrote: One comment in advance: please use a more meaningful subject. I would have missed this mail if a colleague hadn't pointed me to it. > I'm someone who from time to time comes to R to do applied stats for social > science research. [snip] > I would also prefer not to have to work through a > couple books on R or S+ to learn how to
2005 Jul 24
1
cvs commit: src/games/fortune/fortune fortune.c
On Sun, Jul 24, 2005 at 04:06:02PM +0200, Poul-Henning Kamp wrote: +> In message <20050724135738.GM46538@darkness.comp.waw.pl>, Pawel Jakub Dawidek writes: +> +> >We should probably test entropy quality on boot. +> >I've somewhere userland version of /sys/dev/rndtest/ which implements +> >FIPS140-2 tests for (P)RNGs. We can use put it into rc.d/ and warn users.
2010 Apr 30
1
Possible bug in POSIX classes for R 2.11.0?
To the R development team; I found an unusual behavior in zoo when I upgraded to R 2.11.0 - it abruptly terminated when I performed certain operations on large zoo objects. I sent an e-mail to Achim Zeileis and he said this was a potential bug that I should report to the R development team. The details are given below in the thread below. Basically, I can crash R with this code: library(zoo)
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
2015 Oct 05
0
authorship and citation
On 05.10.2015 23:47, Andrew Robinson wrote: > As a fourth option, I wonder if the first author could fork the package? > > Presumably, appropriately cited, a fork is permitted by the license under > which it was released. Then the original package, by both authors, still > exists (and a final version could point to the new one) and the new > package, citing the previous version
2004 Aug 12
0
"new" package sandwich 0.1-3
Dear useRs, here is the announcement for the next "new" package: sandwich 0.1-3. sandwich provides heteroskedasticity (and autocorrelation) consistent covariance matrix estimators (also called HC and HAC estimators). The former are implemented in the function vcovHC() (which was available in strucchange before - and independently in hccm() in John Fox's car package). And the
2004 Aug 12
0
"new" package sandwich 0.1-3
Dear useRs, here is the announcement for the next "new" package: sandwich 0.1-3. sandwich provides heteroskedasticity (and autocorrelation) consistent covariance matrix estimators (also called HC and HAC estimators). The former are implemented in the function vcovHC() (which was available in strucchange before - and independently in hccm() in John Fox's car package). And the