search for: rtemp

Displaying 9 results from an estimated 9 matches for "rtemp".

Did you mean: temp
2010 Dec 24
1
How to specify ff object filepaths when reading a CSV file into a ff data frame.
Hi, The read.csv.ffdf function in package ff will create the ff object physical file in the default directories, I am trying to let the files created in the paths users specify, I think the point is to make use of the asffdf_args parameter, I have a test CSV file named D:\rtemp\fftest.csv, the content of the file is as following: col1,col2,col3 1,"amber",2.4 2,"linda",4.5 I tried the following code, hoping ff will create the physical files for col1,col2 and col3 to D:/a.f,D:/b.f,D:/c.f respectively fdf <- read.csv.ffdf(file="D:/rtemp/fftest...
2010 Apr 01
3
reading excel into R
...d read about it! I understood that in order to read excel sheet into R you need to open it and saved it as csv or text, is this true? or you can use read.delim2 and read.csv2 to do this without the following error > dat <- read.csv2(file="C:\\Dokumente und Einstellungen\\Cheba\\Desktop\\Rtemp\\ Results2010.xls",header = TRUE) Warnmeldung: In read.table(file = file, header = header, sep = sep, quote = quote, : unvollständige letzte Zeile von readTableHeader gefunden in 'C:\\Dokumente und Einstellungen\\Cheba\\Desktop\\Rtemp\\ Results2010.xls' > dat [1] ÐÏ.à.. <0 Zei...
2004 Apr 28
2
Rtemp directories accumulating over time
Hola! There is a nuisance that the number of directories with name starting Rtmp (and always empty) in my temp directory is increasing over time. I put the following in my .Rprofile: tmp0001 <- tempdir() setHook( packageEvent("base","onUnload"), function(...) unlink( tmp0001, recursive=TRUE) ) which solves part of the problem, but not all. So there are also
2008 Jul 25
0
fit.dist gnlm question, NaN and Inf results
...age. Some distributions return values of NaN and Inf for certain situations, an example with Inf values is shown below. # of vessels: 1 2 3 4 5 6 7 8 9 10 11 # of days with # of vessels: 35 20 10 5 6 3 1 3 1 0 1 (stored in rTemp$counts) Can anyone tell me under what conditions I will get these Inf/NaN? Thanks in advance Richard Males Cincinnati, Ohio, USA my function call is as follows, for each of the distributions. fit.dist(c(1:length(rTemp$counts)),rTemp$counts,"binomial") output from fit.dist for above...
2015 Jun 08
0
New version of wikipediatrend
...policies (dropping lines installing packages if not present) version 1.1.2 // 2015-05-23 ... -------------------------------------------------------------------------- - modifying caching to comply with CRAN policies - changing default folder of cache file from temp (basename(tempdir())) to Rtemp ( tempdir() ) version 1.1.1 // 2015-05-23 ... -------------------------------------------------------------------------- - adding ghrr as additional repo to comply with CRAN policies - changing default folder of cache file from home (~) to temp (basename(tempdir())) version 1.1.0 // 2015-05...
2015 Jun 08
0
New version of wikipediatrend
...policies (dropping lines installing packages if not present) version 1.1.2 // 2015-05-23 ... -------------------------------------------------------------------------- - modifying caching to comply with CRAN policies - changing default folder of cache file from temp (basename(tempdir())) to Rtemp ( tempdir() ) version 1.1.1 // 2015-05-23 ... -------------------------------------------------------------------------- - adding ghrr as additional repo to comply with CRAN policies - changing default folder of cache file from home (~) to temp (basename(tempdir())) version 1.1.0 // 2015-05...
2019 Jul 01
0
Making R CMD nicer
...39;-' is used. Suitable for so-called shebang '#!/'-line scripts. Options: -h, --help Give this help list --usage Give a short usage message -V, --version Show the version number -v, --vanilla Pass the '--vanilla' option to R -t, --rtemp Use per-session temporary directory as R does -i, --interactive Let interactive() return 'true' rather than 'false' -q, --quick Skip autoload / delayed assign of default libraries -p, --verbose Print the value of expressions to the console -l, --p...
2012 Apr 13
4
#!/usr/bin/env Rscript --vanilla ??
I think that's my first true question (rather than answer) to R-help. As R has, for a long time, become my primary scripting and programming language, I'm prefering at times to write Rscript files instead of shell scripts, notably when R has nice ways to do some of the things. On a standard standalone platform with standard R, I would start such a script with
2019 Jun 30
5
Making R CMD nicer
For the record, this is Linux R-devel: root at 4bef68c16864:~# R CMD /opt/R-devel/lib/R/bin/Rcmd: 60: shift: can't shift that many root at 4bef68c16864:~# R CMD -h /opt/R-devel/lib/R/bin/Rcmd: 62: exec: -h: not found root at 4bef68c16864:~# R CMD --help /opt/R-devel/lib/R/bin/Rcmd: 62: exec: --help: not found This is R-release on macOS: ? R CMD