Dear All,
As you mentioned, it was a matter of upgrading R. Now I have R 3.0.2 and
everything has worked well.
Thank you very much for all your comments and suggestions. They have
been very helpful.
Best regards,
Guillermo
> It is not guaranteed that knitr vignettes will work for R < 3.0.x
> (
Dear Søren,
Thank you very much for your answer, it solved my problem and now my
package can be installed both on Linux and Windows and the vignette is
available in both systems. I put the vignette in /vignettes.
However, unfortunately my problems have not ended here. As mentioned, my
vignette is
Dear R-devel list,
My name is Guillermo Vinué. I have created an R package that includes a
vignette. Earlier on, to test my package, I tried to install it both in
Linux and Windows and it worked. My vignette was in /inst/doc.
Now, I have finished for good and before submitting my package to CRAN
Dear Kevin, Berwin and Gabriel,
Thank you very much for your detailed and clear answers.
According to your comments, in a few days I will submit my package to CRAN.
I would also like to take this opportunity to thank all the R-devel list
for being a wonderful place to discuss and clarify doubts
Dear R-devel list,
I am creating an R package that includes C++ code. I tried to install it
both in Linux and Windows and it worked. I load the C code via the
NAMESPACE file using useDynLib.
Now I am revising once again whether everything is ready before
submitting the package to CRAN and I have