ggplot2 0.9.2 release!
Here's a copy of the email from Winston: (LINK)
Very exciting news. Hadley, Chang and Garrett are joining the RStudio team!!!!!!!!!!!!
http://www.r-bloggers.com/welcome-ha...n-and-garrett/
"If you torture the data long enough it will eventually confess."
-Ronald Harry Coase -
ggplot2 0.9.2 release!
Here's a copy of the email from Winston: (LINK)
"If you torture the data long enough it will eventually confess."
-Ronald Harry Coase -
Thanks trinker, thats really useful.
The earth is round: P<0.05
New release of simsem SEM simulation package today.
https://github.com/simsem/semTools/wiki
New release of devtools:
for more see: https://github.com/hadley/devtools/blob/master/NEWS
"If you torture the data long enough it will eventually confess."
-Ronald Harry Coase -
New release of psych package:
Originally Posted by William R Revelle
"If you torture the data long enough it will eventually confess."
-Ronald Harry Coase -
bryangoodrich (09-16-2012)
New release of lubridate: https://github.com/hadley/lubridate/blob/master/NEWS
"If you torture the data long enough it will eventually confess."
-Ronald Harry Coase -
bryangoodrich (10-08-2012)
Nice! I love this package. I did notice and see others complain about its speed. Good to know that's improved. On top of that, they've made it even better at conversion and stuff. Definitely a package worth having developed. If you deal with dates and time, it can save you headaches!
New release of httr: http://www.r-bloggers.com/new-version-of-httr-0-2/
I don't use it but it looks pretty nice for dealing with URL stuff more easily than RCurl.
Hope bryangoodrich gives it a whirl and let's us know how it compares to RCurl
"If you torture the data long enough it will eventually confess."
-Ronald Harry Coase -
bryangoodrich (10-24-2012)
Australian academics now have access to the nectar super computer . This allows you to have a nice Ubuntu virtual desktop (so easier to use than the national computer infustructure) and will happily run R. I also here that at the moment not many people are using it so most large (but reasonable) allocation requests will get accepted. All this is good news given this http://www.r-bloggers.com/r-at-12000-cores/
Thanks Tr, I'll have to check that out! I've never even looked at httr, before. Wrappers are usually good, if they're done right! I mean, would you prefer learning grid yourself or use ggplot2? lol
R 2.14.2 released:
http://cran.r-project.org/src/base/NEWS.htmlAs promised, the source distribution for R 2.15.2 is now available for download from the master CRAN repository. (Binary distributions for Windows, MacOS and Linux will be available from the CRAN mirror network in the coming days.) This latest point-update — codenamed "Trick or Treat" — improves the performance of the R engine and adds a few minor but useful features. Detailed changes can be found in the NEWS file, but highlights of the improvements include:
New statistical analysis method: Multistratum MANOVA
Hyman's method of constructing monotonic interpolation splines is now available.
Improved support for Polish language users
Functions in the parallel package (such as parLapply) will make use of a default cluster if one is specified.
Improved performance and reduced memory usage for some commonly-used functions including array, rep, tabulate and hist
Increased memory available for data on 64-bit systems (increased to 32Gb from 16Gb)
Several minor bugfixes
There is likely to be at least one further update to the 2.15.x series: a round-up of any further changes will probable be released as 2.15.3 shortly before R 2.16.0 is released, most likely around March 2013.
"If you torture the data long enough it will eventually confess."
-Ronald Harry Coase -
"If you torture the data long enough it will eventually confess."
-Ronald Harry Coase -
bryangoodrich (11-09-2012)
|
|