Re: [R] knittr: non-numeric argument to binary operator

2015-04-26 Thread Milt Epstein
e are other situations where this could arise. Milt Epstein Programmer in Computational Genomics Institute for Genomic Biology (IGB) University of Illinois at Urbana-Champaign (UIUC) mepst...@illinois.edu On Sun, 26 Apr 2015, John Kane wrote: > We need some idea of what you were actually do

Re: [R] script works in Rstudio but not with Rscript

2015-04-08 Thread Milt Epstein
e call to commandArgs() screwing something up? Can that be fixed somehow? Is there another library/function I could/should use to read command line arguments? Hmmm, playing around with things some more, it looks like if I do: num <- as.integer(args[1]) rather than: num <- args[1] things wor

[R] script works in Rstudio but not with Rscript

2015-04-08 Thread Milt Epstein
27;s not working and what we can do to get it to work? Is there something that needs to be set or run in .Renviron or .Rprofile, say? Thanks. Milt Epstein Programmer in Computational Genomics Institute for Genomic Biology (IGB) University of Illinois at Urbana-Champaign (UIUC) mepst...@illinois.edu