Add new packages installed

This commit is contained in:
Mateus Pinto Rodrigues
2018-03-27 20:52:59 -03:00
parent e684741609
commit 2362e805bd
1493 changed files with 172412 additions and 4636 deletions

View File

@@ -0,0 +1,25 @@
% From: Richard Morrisroe <richie.morrisroe@gmail.com>
% To: <ess-help@r-project.org>
% Subject: Re: [ESS] noweb file and assignment key
% Date: Tue, 30 Oct 2012 20:57:32 +0000
\documentclass{article}
\begin{document}
<<packages, echo=FALSE, results=hide>>=
i.can.haz.assginment <- TRUE
@
Now, we will introduce an extraneous apostrophe, for no reason '
<<test2>>=
aa <- _2 #ess-smart-underscore-no-longer-works
@
'
<<test3, echo=TRUE, results=verbatim >>=
nowitdoes <- cat("Note the apostrophe above which closes the earlier one\n")
@
\end{document}