Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 22nd, 2012  |  syntax: None  |  size: 1.42 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How do I get the dependencies for the pgfSweave package (e.g. a current PGF) in MikTeX?
  2. > library(pgfSweave)
  3. Loading required package: stashR
  4. Loading required package: filehash
  5. filehash: Simple key-value database (2.1-1 2010-10-04)
  6. A Set of Tools for Administering SHared Repositories (0.3-3 2009-03-26)
  7. Loading required package: highlight
  8. Loading required package: tools
  9. Loading required package: codetools
  10. Loading required package: parser
  11. Loading required package: Rcpp
  12. Loading required package: optparse
  13. Loading required package: getopt
  14. Loading required package: formatR
  15. tikzDevice: A Device for R Graphics Output in PGF/TikZ Format (v0.5.3)
  16. Checking for a LaTeX compiler...
  17.  
  18.  
  19. A working LaTeX compiler was found by checking:
  20.     The PATH using the command pdflatex
  21.  
  22. Global option tikzLatex set to:
  23.     C:PROGRA~2MIKTEX~1.9miktexbinpdflatex.exe
  24.  
  25. MiKTeX-pdfTeX 2.9.4052 (1.40.11) (MiKTeX 2.9)
  26. Copyright (C) 1982 D. E. Knuth, (C) 1996-2006 Han The Thanh
  27.  
  28.  
  29. Error : .onLoad failed in loadNamespace() for 'pgfSweave', details:
  30.   call: requirePGFVersion("2.10")
  31.   error: PGF >= 2.10 is required to use pgfSweave
  32. In addition: Warning message:
  33. running command 'C:PROGRA~2MIKTEX~1.9miktexbinpdflatex.exe -interaction=batchmode -output-directory C:UsersromunovAppDataLocalTempRtmply4jAb test-for-pgf.tex' had status 1
  34. Error: package/namespace load failed for 'pgfSweave'
  35.        
  36. documentclass{article}
  37. usepackage{tikz}
  38. begin{document}
  39. pgfversion
  40. end{document}