cls59 wrote:
> 
> install.packages('pgfSweave',repos='http://www.rforge.net')
> 

For others that are not on Linux. I would suggest using the r-forge site for
binary installation. The binaries on rforge.net are not completely up to
date in some cases. 

install.packages("pgfSweave", repos="http://R-Forge.R-project.org";)

Otherwise use if you are not on a Linux system:

install.packages('pgfSweave',repos='http://www.rforge.net',type='source')

-Cameron 

-- 
View this message in context: 
http://www.nabble.com/Sweave%3A-Howto-write-real-TeX-formula-in-plot-tp23127536p23565286.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to