package-devel@r-project.org
Subject: Re: [R-pkg-devel] Best practices for vignettes
Have a look at tools::buildVignette() - it builds a vignette the same
way as R CMD build does it. It's a good start for troubleshooting.
/Henrik
__
R-package-devel@r
On 27 July 2015 at 12:50, Henrik Bengtsson wrote:
| Have a look at tools::buildVignette() - it builds a vignette the same
| way as R CMD build does it. It's a good start for troubleshooting.
Seconded.
| /Henrik
|
| On Mon, Jul 27, 2015 at 1:31 AM, Lenth, Russell V
| wrote:
| > Thanks, Dirk.
I am empowered to choose what I want to learn
> -- and expertise on Markdown is just not a big priority.
>
> Russ
>
> -Original Message-
> From: Dirk Eddelbuettel [mailto:e...@debian.org]
> Sent: Sunday, July 26, 2015 2:31 PM
> To: Dirk Eddelbuettel
> Cc: Lenth, Rus
V ; r-package-devel@r-project.org
Subject: Re: [R-pkg-devel] Best practices for vignettes
On 26 July 2015 at 14:22, Dirk Eddelbuettel wrote:
|
| On 26 July 2015 at 18:42, Lenth, Russell V wrote:
| | What's the best way to manage vignettes?
|
| All the young ones will of course tell you
On 26 July 2015 at 14:22, Dirk Eddelbuettel wrote:
|
| On 26 July 2015 at 18:42, Lenth, Russell V wrote:
| | What's the best way to manage vignettes?
|
| All the young ones will of course tell you to use Markdown :)
|
| I still use Sweave / LaTeX as well, along with a custom driver: highlight,
On 26 July 2015 at 18:42, Lenth, Russell V wrote:
| What's the best way to manage vignettes?
All the young ones will of course tell you to use Markdown :)
I still use Sweave / LaTeX as well, along with a custom driver: highlight, as
we once figured out how to make it create pretty shaded boxen w
Yesterday, I submitted a package to CRAN that I had previously built using `R
CMD build' (no extra arguments), and checked with 'R-devel CMD check --as-cran'
(R-devel is my installation of the latest development version). No errors were
reported in either of these steps.
However, the submitted