@@ -1026,6 +1026,35 @@ fit into \code{integer} types, up to 53 bit precision fits into
1026
1026
for example from the \href {http://gmplib.org/}{GNU Multiple Precision Arithmetic
1027
1027
Library} may be an alternative.
1028
1028
1029
+ \subsection {What LaTeX packages do I need to typeset the vignettes ? }
1030
+
1031
+ \begin {quote }
1032
+ \emph {I would like to typeset the vignettes. What do I need? }
1033
+ \end {quote }
1034
+
1035
+ The \href {https://www.tug.org/texlive/}{TeXLive} distribution seems to get
1036
+ bigger and bigger. What you need to install may depend on your operating
1037
+ system.
1038
+
1039
+ Specific per-platform notes:
1040
+ \begin {description }
1041
+ \item [Windows] users probably want the \href {http://miktex.org/}{MiKTeX}.
1042
+ Suggestions for a more detailed walk through would be appreciated.
1043
+ \item [OS X] users seem to fall into camps which like or do not like brew /
1044
+ homebrew. One suggestion was to install
1045
+ \href {https://tug.org/mactex/mactex-download.html}{MacTeX} but at
1046
+ approximately 2.5gb (as of January 2016) this is not lightweight.
1047
+ \item [Linux] users probably want the full
1048
+ \href {https://www.tug.org/texlive/}{TeXLive} set from their distribution. On
1049
+ \href {http://www.debian.org}{Debian} these packages are installed to build
1050
+ the R package itself: \texttt {texlive-base, texlive-latex-base,
1051
+ texlive-generic-recommended, texlive-fonts-recommended,
1052
+ texlive-fonts-extra, texlive-extra-utils, texlive-latex-recommended,
1053
+ texlive-latex-extra }. Using \texttt {texlive-full } may be a shortcut.
1054
+ Fedora and other distributions should have similar packages.
1055
+ \end {description }
1056
+
1057
+
1029
1058
\section {Support }
1030
1059
1031
1060
\subsection {Is the API documented ? }
@@ -1111,7 +1140,7 @@ which contained Rcpp and a number of related packages. It still has the full
1111
1140
history as well as number of support files.
1112
1141
1113
1142
We have since switched to a \href {http://github.com/RcppCore/Rcpp}{Git
1114
- repository at Github} for Rcpp (as well as RcppArmadillo and RcppEigen).
1143
+ repository at Github} for Rcpp (as well as for RcppArmadillo and RcppEigen).
1115
1144
1116
1145
\bibliographystyle {plainnat}
1117
1146
\bibliography {Rcpp}
0 commit comments