Skip to content
Prev 1219 / 1559 Next

RMySQL and RPostgreSQL interaction

So it has to do with Sweave. Following Sebastian's model, This vignette 
produces the warning

\documentclass{article}
\usepackage{Sweave}
\begin{document}
\begin{Scode}
library("RMySQL")
library("RPostgreSQL")
\end{Scode}
\end{document}

but running the those lines in an R session does not. I think I will 
re-phrase the issue and move it to R-devel.

Paul
On 12-09-18 02:58 PM, Sebastian P. Luque wrote: