I am thinking about submitting a package to CRAN that contains some units conversion functions that I use on a regular basis. Would this be helpful to the community, or would it be better to keep this as a personal package? I don't want to clutter CRAN. many thanks, -- Stephen Sefick ************************************************** Auburn University Biological Sciences 331 Funchess Hall Auburn, Alabama 36849 ************************************************** sas0025 at auburn.edu http://www.auburn.edu/~sas0025 ************************************************** Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals. -K. Mullis "A big computer, a complex algorithm and a long time does not equal science." -Robert Gentleman
On Mon, Jul 23, 2012 at 8:12 PM, Stephen Sefick <sas0025 at auburn.edu> wrote:> I am thinking about submitting a package to CRAN that contains some units > conversion functions that I use on a regular basis. Would this be helpful > to the community, or would it be better to keep this as a personal package? > I don't want to clutter CRAN. > many thanks, >You might want to check out the udunits2 package on CRAN.> library(udunits2) > ud.convert(1, "miles", "km")[1] 1.609344 -- Statistics & Software Consulting GKX Group, GKX Associates Inc. tel: 1-877-GKX-GROUP email: ggrothendieck at gmail.com
On 24/07/12 12:12, Stephen Sefick wrote:> I am thinking about submitting a package to CRAN that contains some > units conversion functions that I use on a regular basis. Would this > be helpful to the community, or would it be better to keep this as a > personal package? I don't want to clutter CRAN.Why not? Everybody else does! :-) cheers, Rolf Turner
Maybe Matching Threads
- ggplot2 qplot pch not working anymore
- problem with max in a function
- Chron format question h:m not working
- subset based on column names and then subset based on the inverse (grep?, or...)
- source file on startup question - why does an old version of a function show up? ggplot or R?