Displaying 2 results from an estimated 2 matches for "resource_loc".
Did you mean:
resource_lock
2011 Oct 04
1
texi2dvi problem when compiling incorrect Latex code
...ex document within that project but DO NOT want to Sweave it.
It's pure Latex. Via the external tools configurations I set up 2 different
versions to ensure that my latex document is processed correctly.
Version 1 (System Call):
library(tools)
setwd("${container_loc}")
file = "${resource_loc:${source_file_path}}"
try(system(paste("texi2pdf", shQuote(file)), intern=TRUE))
Version 2 (R Call):
library(tools)
setwd("${container_loc}")
texi2dvi(file = "${resource_loc:${source_file_path}}", pdf = TRUE, quiet =
FALSE)
Both versions work well as long as t...
2010 Mar 11
1
Statet on Eclipse: ${project_path} is empty
Hello,
I'm tryign to use Statet on Eclipse on my Kubuntu Karmic PC. I've set
everything up and I can start the R configuration, but the working
directory is set to my home directory. If I set the start in directory
to ${worspace_loc}/${project_path} I can't start the console, with an
error that project_path is empty.
Am I doing something wrong. I feel that Eclipse and Statet