Dear Hugh, this question was asked earlier on this list:
http://r.789695.n4.nabble.com/executable-files-R-package-td4390488.html
See especially the answer of Duncan Murdoch.
Best,
Mark
Op di 9 jan. 2018 om 03:26 schreef Hugh Parsonage :
> On https://cran.r-project.org/ , it says
>
> > Note that
On https://cran.r-project.org/ , it says
> Note that we generally do not accept submissions of precompiled binaries due
> to security reasons
I note it says 'generally', not 'always'. Are there any packages on
CRAN which were submitted as precompiled binaries? Under what
circumstances would CRAN
Just to complete the record, the suggested fixes did indeed fix things, and as
I said Henrik provided a clear explanation of why the results are different in
R-devel.
Thanks again,
-Roy
> On Jan 8, 2018, at 9:28 AM, Roy Mendelssohn - NOAA Federal
> wrote:
>
> Thanks. What I have at the
Thanks. What I have at the top of my Vignette is:
> output:
> rmarkdown::html_vignette: default
>
> vignette: >
> %\VignetteIndexEntry{Usingxtractomatic}
> %\VignetteEngine{knitr::rmarkdown}
> \usepackage[utf8]{inputenc}
> ---
>
It is based on the template in RStudio when you choose a v
Dear Roy,
Make sure that in DESCRIPTION you have at least
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
The vignette requires
%\VignetteEngine{knitr::rmarkdown}
webshot is used by rmarkdown or knitr to convert dynamic HTML output
to a static image when the output is not HTML. Are you using
Thanks Henrik:
I am a little slow, I want to make certain I do this correctly. I already
have knitr in my Suggests, and the message is:
>>> knitr::rmarkdown
So do I put in my Suggests list rmarkdown or knitr::rmarkdown
And most importantly, thanks for the explanation about what is happeni
On Mon, Jan 8, 2018 at 7:31 AM, Roy Mendelssohn - NOAA Federal
wrote:
> Hi All:
>
> In tesitng a package on winbuild-devel (but not on release) I get the
> following errors or warnings:
>
>> Warning in engine$weave(file, quiet = quiet, encoding = enc) :
>> The vignette engine knitr::rmarkdown
Hi All:
In tesitng a package on winbuild-devel (but not on release) I get the
following errors or warnings:
> Warning in engine$weave(file, quiet = quiet, encoding = enc) :
> The vignette engine knitr::rmarkdown is not available, because the
> rmarkdown package is not installed. Please insta