Re: [Rd] Can the output of Sys.getenv() be improved?

2014-04-18 Thread Zhang,Jun
Thanks Gabor, really appreciate your help. -Jun -Original Message- From: Gabor Grothendieck [mailto:ggrothendi...@gmail.com] Sent: Friday, April 18, 2014 3:54 PM To: Zhang,Jun Cc: r-devel@r-project.org Subject: Re: [Rd] Can the output of Sys.getenv() be improved? On Fri, Apr 18, 2014 at

Re: [Rd] Can the output of Sys.getenv() be improved?

2014-04-18 Thread Gabor Grothendieck
On Fri, Apr 18, 2014 at 12:38 PM, Zhang,Jun wrote: > Within an R session, type Sys.getenv() will list all the environment > variables, but each one of them occupies about a page, so scrolling to find > one is difficult. Is this because I don't know how to use it or something > could be improved

Re: [Rd] Can the output of Sys.getenv() be improved?

2014-04-18 Thread Zhang,Jun
Thank you very much for your reply. This seems better used for Windows. Best regards, Jun -Original Message- From: William Dunlap [mailto:wdun...@tibco.com] Sent: Friday, April 18, 2014 11:50 AM To: Zhang,Jun; r-devel@r-project.org Subject: RE: Can the output of Sys.getenv() be improved

Re: [Rd] Can the output of Sys.getenv() be improved?

2014-04-18 Thread Zhang,Jun
I take the latter part back. I could not possibly load rjags with JAGS-3.4.0 linked. -Original Message- From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-project.org] On Behalf Of Zhang,Jun Sent: Friday, April 18, 2014 12:03 PM To: 'Yihui Xie' Cc: r-devel@r-project.org Subje

Re: [Rd] Can the output of Sys.getenv() be improved?

2014-04-18 Thread Zhang,Jun
That is a great command to have. Once the better formatted envvars with value is listed, I noticed that JAGS-3.3.0/bin is in the PATH, so that problem is also solved for my user. Thanks, Jun -Original Message- From: xieyi...@gmail.com [mailto:xieyi...@gmail.com] On Behalf Of Yihui Xie

Re: [Rd] Can the output of Sys.getenv() be improved?

2014-04-18 Thread Yihui Xie
For your first question, try str(as.list(Sys.getenv())). I do not know the answer for the JAGS question, and I'll leave it to someone else to tell you which mailing list to use for such questions... Regards, Yihui -- Yihui Xie Web: http://yihui.name On Fri, Apr 18, 2014 at 11:38 AM, Zhang,Jun

Re: [Rd] Can the output of Sys.getenv() be improved?

2014-04-18 Thread William Dunlap
> Within an R session, type Sys.getenv() will list all the environment > variables, but each one > of them occupies about a page, so scrolling to find one is difficult. Is this > because I don't > know how to use it or something could be improved? Attaching the class "simple.list" to the output

[Rd] Can the output of Sys.getenv() be improved?

2014-04-18 Thread Zhang,Jun
Within an R session, type Sys.getenv() will list all the environment variables, but each one of them occupies about a page, so scrolling to find one is difficult. Is this because I don't know how to use it or something could be improved? Usually I'm not sure the exact name of a variable but want

Re: [Rd] Why did R 3.0's resolveNativeRoutine remove full-search ability?

2014-04-18 Thread Simon Urbanek
Andrew, On Apr 18, 2014, at 9:55 AM, Andrew Piskorski wrote: > In versions of R prior to 3.0, by default .C and .Call would find the > requested C function regardless of which shared library it was located > in. You could use the PACKAGE argument to restrict the search to a > specific library,

Re: [Rd] R-3.1.0 OSX Snow Leopard installs old binary

2014-04-18 Thread Dan Tenenbaum
- Original Message - > From: "Gábor Csárdi" > To: "Simon Urbanek" > Cc: r-devel@r-project.org > Sent: Thursday, April 17, 2014 6:52:33 PM > Subject: Re: [Rd] R-3.1.0 OSX Snow Leopard installs old binary > > On Thu, Apr 17, 2014 at 9:43 PM, Simon Urbanek > wrote: > [...] > > > The Sugg

[Rd] Why did R 3.0's resolveNativeRoutine remove full-search ability?

2014-04-18 Thread Andrew Piskorski
In versions of R prior to 3.0, by default .C and .Call would find the requested C function regardless of which shared library it was located in. You could use the PACKAGE argument to restrict the search to a specific library, but doing so was not necessary for it to work. R 3.0 introduced a signi