English 中文(简体)
Windows batch R Sweave误差装载包
原标题:Windows batch R Sweave error loading packages
最佳回答

我找到了立即解决我问题的办法,尽管我知道这种方法存在某些限制。 我放弃使用CRAN提供.bat文档,以便动态地找到通往R的适当途径,并严格地将通往R的道路编码为:

"C:Program FilesRR-2.11.0inRterm.exe" --vanilla <%run.r>%run.r
 del *.log
 del *.aux

www.un.org/Depts/DGACM/index_chinese.htm

Sweave("myFile.Rnw")
tools::texi2dvi("myFile.tex", pdf=TRUE)

然后从LaTeX输出中清理<中代码>.log和。 显然,大部分工作是在<密码>myFile.Rnw上完成的,但是,这将让我点击一个纽州,进行我的分析,并生成PDF文件。

如果有人能够想出提高这一效率的办法,我不胜感激。

问题回答

在R(在德国马克)中,如果是哪一种回报?

 .libPaths()

在Rnw档案中,什么情况?

<代码>help(Startup)中的文件将就你可以确定R_LIBS及其变数的途径提出若干建议。





相关问题
Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Programmatically detect Windows cluster configuration?

Does anyone know how to programatically detect that a Windows server is part of a cluster? Further, is it possible to detect that the server is the active or passive node? [Edit] And detect it from ...

get file icon for Outlook appointment (.msg)

I ve read Get File Icon used by Shell and the other similar posts - and already use SHFileInfo to get the associated icon for any given extension, and that works great. However, Outlook uses ".msg" ...

Identifying idle state on a windows machine

I know about the GetLastInputInfo method but that would only give me the duration since last user input - keyboard or mouse. If a user input was last received 10 minutes ago, that wouldn t mean the ...

Terminating a thread gracefully not using TerminateThread()

My application creates a thread and that runs in the background all the time. I can only terminate the thread manually, not from within the thread callback function. At the moment I am using ...

热门标签