Re: [R] tar()/untar() argument symmetry

2016-10-18 Thread Roebuck,Paul L
On 10/18/16, 12:52 PM, "Duncan Murdoch" wrote: >On 18/10/2016 12:38 PM, Roebuck,Paul L wrote: >> Any reason untar() has an "exdir" argument (the equivalent of "tar -C"), >> but tar() does not? > >Because you can specify the source directory in

Re: [R] Difficulties with setting working directory

2016-10-18 Thread Roebuck,Paul L
On 10/14/16, 1:52 PM, "R-help on behalf of Anže Dejak" wrote: >So, the thing with my version of R (I'm using RStudio for R x64 3.3.0 in, >currently, Windows 7) is, that I'm able to set the working directory >temporary (through using setwd() function), but once I try to set it >permanently (through

[R] tar()/untar() argument symmetry

2016-10-18 Thread Roebuck,Paul L
Any reason untar() has an "exdir" argument (the equivalent of "tar -C"), but tar() does not? The information contained in this e-mail message may be privileged, confidential, and/or protected from disclosure. This e-mail message may contain protected health information (PHI); dissemination of PH

Re: [R] MAc-package, on OS-X 10.11.1: Warning Message In sqrt(var.T.agg.tau) : NaNs produced

2015-11-10 Thread Roebuck,Paul L
Maybe change the warnings to errors temporarily, and decide for yourself about the problem. ... R> options(warn=2)# Turn warnings into errors R> omni(es=z, var=var.z, data=dat, type="weighted", method="fixed", ztor=TRUE) R> traceback() From: R-he

Re: [R] PHP escapeshellcmd() equivalent

2012-08-29 Thread Roebuck,Paul L
On 8/24/12 9:59 PM, "Yihui Xie" wrote: > On Fri, Aug 24, 2012 at 3:17 PM, Roebuck,Paul L > wrote: >> On 8/24/12 2:59 PM, "R. Michael Weylandt" >> wrote: >> >>> On Fri, Aug 24, 2012 at 2:48 PM, Roebuck,Paul >>> wrote: >>

Re: [R] Hosted R

2012-08-24 Thread Roebuck,Paul L
On 8/24/12 4:02 PM, "Matthew K. Hettinger" wrote: > I looked in the archives and couldn't find anything that really > addressed my question so here it is - > > Does anyone know of any web sites/environments that hosts R for free, > web-based, multi-user access to the R engine. My apologies if th

Re: [R] PHP escapeshellcmd() equivalent

2012-08-24 Thread Roebuck,Paul L
On 8/24/12 2:59 PM, "R. Michael Weylandt" wrote: > On Fri, Aug 24, 2012 at 2:48 PM, Roebuck,Paul > wrote: >> [Redirected from R-Devel...] >> >> Not that I recall running across such, but does R (or CRAN package) >> provide something equivalent to PHP's escapeshellcmd() function >> to escape she

Re: [R] Please help....normalization by the median of some control genes

2012-08-24 Thread Roebuck,Paul L
On 8/23/12 7:37 AM, "David Lyon" wrote: > Can someone show me some code to do normalization by the median of some > control genes for the example below? > Many Many Thanks in advance > > > This strategy selects a subset of genes (called ³control genes²) and makes the > median of their data distri

[R] PHP escapeshellcmd() equivalent

2012-08-24 Thread Roebuck,Paul L
[Redirected from R-Devel...] Not that I recall running across such, but does R (or CRAN package) provide something equivalent to PHP's escapeshellcmd() function to escape shell job control, wildcards, etc? __ R-help@r-project.org mailing list https://st

Re: [R] Compilation error of R-2.14.0 on Mac OS 10.7.2

2011-12-08 Thread Roebuck,Paul L
Although I didn't try it, generally adding Fink to the mix is WRONG. Don't try to mix Fink and anything else. On 12/8/11 11:37 AM, "Jean-Baptiste Marquette" wrote: > Dear R gurus, > > I attempt to install the latest version of R from source on my MacBook Pro, > using latest versions of Xcode a

Re: [R] How to de-source and re-source a file?

2011-12-07 Thread Roebuck,Paul L
So create a checkpoint... -myfile.R- checkpoint.file <- "checkpoint_appname.RData" if (!file.exists(checkpoint.file) { ## Do compute intensive processing... { my.seed <- 1234 ans <- long.comp( my.seed) } objects2save <-

Re: [R] Tcl/Tk Guidelines

2011-09-29 Thread Roebuck,Paul L
On 9/29/11 3:38 AM, "Alexander" wrote: > Hello, I wanted to ask if there are any guidelines for Tcl/Tk programming in > R ? I know that there are no strict rules concerning programing. But perhabs > there are some useful tipps how to organise Tcl/Tk code in your R script. I > want to programm a l