Entering edit mode
Guest User
★
13k
@guest-user-4897
Last seen 10.2 years ago
When I try to save a SWeave file, I get a message that I need to
install TeX first. But neither Tex nor LaTeX seems to be available for
R 3.0.3.
> biocLite("TeX")
BioC_mirror: http://bioconductor.org
Using Bioconductor version 2.13 (BiocInstaller 1.12.0), R version
3.0.3.
Installing package(s) 'TeX'
Warning message:
package ???TeX??? is not available (for R version 3.0.3)
> biocLite("LaTeX")
BioC_mirror: http://bioconductor.org
Using Bioconductor version 2.13 (BiocInstaller 1.12.0), R version
3.0.3.
Installing package(s) 'LaTeX'
Warning message:
package ???LaTeX??? is not available (for R version 3.0.3)
-- output of sessionInfo():
> sessionInfo()
R version 3.0.3 (2014-03-06)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
other attached packages:
[1] BiocInstaller_1.12.0
loaded via a namespace (and not attached):
[1] tools_3.0.3
--
Sent via the guest posting facility at bioconductor.org.