search for: fileend

Displaying 5 results from an estimated 5 matches for "fileend".

2009 Dec 07
3
savePlot for Mac and / or Linux?
Hi all, In the package rtlu, I use the function savePlot. It is convenient since it let the user decide in which graphic format he wants his graph to be export. But when I run R CMD check, I get the following message : > rtlu(V1,fileOutput="First.tex",textBefore="\\section{Variable 1 to 3}",graphName="V1") Error in savePlot(filename = nomBarplot, type = type)
2012 May 30
1
Write to dynamic file name
...a dynamic file name each time a different one but i am getting an error that he cannot open the file : TodayDate<-UniqDate[1] ## this gives "04/02/2012" FileLocation<-"C:\\Trade Doc\\trade log\\Real account\\sys file\\Test Data\\Data breaked to months\\Days Data\\DayData" FileEnd<-".csv" FileName<- paste(FileLocation,TodayDate,FileEnd,sep = "") ## then i try this write.csv(UniqDate,FileName,row.names = FALSE ) ## where UniqDate is the data i am interested in but i get the flowing error it is in spanish but it means he can not open the file Error...
2006 May 18
0
Documentation for the plugins you use
...= RDoc::RDoc.new r.document ["--op","doc/rdoc", "-S", "--main", "README"] + Dir.glob("*") rescue RDoc::RDocError => e $stderr.puts e.message ensure Dir.chdir origDir end end file_end=<<''FILEEND'' </div> </div> </body> </html> FILEEND outfile.write(file_end) ---------------------------- end of document_plugins.rb ---------------------------- index.html (add to project''s root directory) -------------------------------------------- <?x...
2008 Sep 29
1
problem running Sweave as a web service with anti-virus software
...e to what we think is Sweave trying to run an executable in one of the system's temporary folders. As background, we use the following Rscript command to invoke Sweave (the text in %'s are system variables) Rscript -e Sweave('%script.dir%\\runstats1.Rnw',output='%uniquenum%-%fileend%.tex', debug=FALSE) %outdir% --slave This runs OK when run on a local machine, but when when we try to run the code as a web service, the following error messages occur: 2008-9-23 9:34:23 Would be blocked by Access Protection rule (rule is currently not enforced) CLW-H3P8L1S-BU\ASPNET c:\wi...
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
...to run an executable in one of the system's > temporary folders. > > As background, we use the following Rscript command to invoke Sweave > (the text in %'s are system variables) > > Rscript -e > Sweave('%script.dir%\\runstats1.Rnw',output='%uniquenum%-%fileend%.tex', > debug=FALSE) %outdir% --slave > > This runs OK when run on a local machine, but when when we try to run > the code as a web service, the following error messages occur: > > 2008-9-23 9:34:23 Would be blocked by Access Protection rule (rule is > currently not enf...