Displaying 2 results from an estimated 2 matches for "printx".
Did you mean:
  printk
  
2009 Nov 11
1
Sweave() within a function: objects not found
Dear list subscriber,
suppose, I do have a minimal Sweave file 'test.Rnw':
\documentclass{article}
\begin{document}
<<printx>>=
x
@ 
\end{document}
Within R, I define the following function:
f <- function(x){
  Sweave("test.Rnw")
}
The call:
f(x = 1:10)
results in the following error message:
> f(x = 1:10)
Writing to file test.tex
Processing code chunks ...
 1 : echo term verbatim (label=prin...
2003 Feb 11
1
Adding Printer Drivers from Windows XP
...esn't seem to be able to write the files to the printer driver
directory on the server.
Yet, I can set up an ordinary file share to that same directory and
logged on as the same user, I can read and write the directory.
 
The relevant sections of the conf file are shown below - note the
'printx' share which was used to test the ability to write to the
relevant directories.
 
Any ideas?
 
[global]
            encrypt passwords = Yes
            logon script = logon.cmd
            logon drive = F:
            printer admin = root,john
            hosts allow = 192.168.2....