Re: [Rd] R CMD config for R >= 3.0.1

2013-09-10 Thread Brian Lee Yung Rowe
As an alternative, you might consider installing a virtual machine in your user space and installing R from there. That way you don't have to do a bunch of one-off gymnastics to get R compiled. On Sep 11, 2013, at 1:40 AM, Simon Urbanek wrote: > On Sep 10, 2013, at 5:30 PM, crunch wrote: >

Re: [Rd] [PATCH] show vector length in summary()

2013-09-10 Thread Michael Weylandt
On Sep 10, 2013, at 18:38, Simon Urbanek wrote: > > On Sep 10, 2013, at 12:56 PM, Sam Steingold wrote: > >>> * Dirk Eddelbuettel [2013-09-10 10:21:33 -0500]: >>> >>> On 10 September 2013 at 10:32, Sam Steingold wrote: >>> | (summary.default): show the vector length in addition to quantiles

Re: [Rd] Package installation and path.package

2013-09-10 Thread Simon Zehnder
Hi Dirk, thanks for the help I take a more thorough look at it. Best Simon On Sep 9, 2013, at 3:41 PM, Dirk Eddelbuettel wrote: > > On 9 September 2013 at 09:26, Simon Urbanek wrote: > | On Sep 9, 2013, at 4:22 AM, Simon Zehnder wrote: > | > I am writing right now my own package that makes

Re: [Rd] Package installation and path.package

2013-09-10 Thread Simon Zehnder
Hi Simon, thank you for this comment! I will do it now the regular way - this is always the most reliable one. Best Simon On Sep 9, 2013, at 3:29 PM, Simon Urbanek wrote: > e you need something that the user has write-permissions for. __ R-devel@

Re: [Rd] [PATCH] show vector length in summary()

2013-09-10 Thread Sam Steingold
> * Dirk Eddelbuettel [2013-09-10 10:21:33 -0500]: > > On 10 September 2013 at 10:32, Sam Steingold wrote: > | (summary.default): show the vector length in addition to quantiles > | > | > | diff -u -i -p -F '^(def' -b -w -B > /home/sds/src/R-3.0.1/src/library/base/R/summary.R.old > /home/sds/s

Re: [Rd] R CMD config for R >= 3.0.1

2013-09-10 Thread Prof Brian Ripley
On 10/09/2013 22:24, crunch wrote: I need to build R on a Centos machine where I have no admin privileges. Believe I have to build from source, but cannot find the configure script in the source bundle. Am I missing something? Yes, as it is there. We can only guess that 'the source bundle' yo

Re: [Rd] [PATCH] show vector length in summary()

2013-09-10 Thread Simon Urbanek
On Sep 10, 2013, at 12:56 PM, Sam Steingold wrote: >> * Dirk Eddelbuettel [2013-09-10 10:21:33 -0500]: >> >> On 10 September 2013 at 10:32, Sam Steingold wrote: >> | (summary.default): show the vector length in addition to quantiles >> | >> | >> | diff -u -i -p -F '^(def' -b -w -B >> /home/s

Re: [Rd] R CMD config for R >= 3.0.1

2013-09-10 Thread Simon Urbanek
On Sep 10, 2013, at 5:30 PM, crunch wrote: > Also have no cooperation from the admin of the machine, so can't ask for a > yum install. > Please follow Brian's advice. If you don't have even Fortran on that machine, then you're really in a pickle: you can extract the gfortran rpm contents (and

Re: [Rd] R CMD config for R >= 3.0.1

2013-09-10 Thread crunch
Also have no cooperation from the admin of the machine, so can't ask for a yum install. -- View this message in context: http://r.789695.n4.nabble.com/R-CMD-config-for-R-3-0-1-tp4667399p4675814.html Sent from the R devel mailing list archive at Nabble.com. _

Re: [Rd] R CMD config for R >= 3.0.1

2013-09-10 Thread crunch
I need to build R on a Centos machine where I have no admin privileges. Believe I have to build from source, but cannot find the configure script in the source bundle. Am I missing something? -- View this message in context: http://r.789695.n4.nabble.com/R-CMD-config-for-R-3-0-1-tp4667399p4675

[Rd] [PATCH] show vector length in summary()

2013-09-10 Thread Sam Steingold
(summary.default): show the vector length in addition to quantiles diff -u -i -p -F '^(def' -b -w -B /home/sds/src/R-3.0.1/src/library/base/R/summary.R.old /home/sds/src/R-3.0.1/src/library/base/R/summary.R --- /home/sds/src/R-3.0.1/src/library/base/R/summary.R.old 2013-03-05 18:02:33.000

Re: [Rd] [PATCH] show vector length in summary()

2013-09-10 Thread Dirk Eddelbuettel
On 10 September 2013 at 10:32, Sam Steingold wrote: | (summary.default): show the vector length in addition to quantiles | | | diff -u -i -p -F '^(def' -b -w -B /home/sds/src/R-3.0.1/src/library/base/R/summary.R.old /home/sds/src/R-3.0.1/src/library/base/R/summary.R | --- /home/sds/src/R-3.0.1