Skip to content

[R-pkg-devel] CRAN Package Submission Policy

3 messages · EcoC2S - Irucka Embry

#
Hi, I want to share the following information due to some of the 
feedback that I received with regards to the extreme lag on getting a 
response to my USA.state.boundaries package submissions.

The following text is taken verbatim from 
https://cran.r-project.org/web/packages/policies.html:

Submission

...

In more detail:

...

Once uploaded, no further submissions of that package should be made 
whilst the uploaded version is pending processing (which may take a few 
days) and you have not received a reply from a CRAN maintainer.




There is no question here, I just want to share information that will 
hopefully be useful to all of the R developers.

Thank you.

Irucka Embry
2 days later
#
Hi, I am attempting to build my revised 'iemisc' package, but I am 
having trouble building one of the vignettes.

I am receiving the following error message:

* creating vignettes ...Error in find_vignette_product(name, by = 
"weave", dir = docdir, engine = engine) :
   Failed to locate ?weave? output file ?Engineering_Survey_Examples.pdf? 
or ?Engineering_Survey_Examples.html? for vignette with name 
?Engineering_Survey_Examples? and engine ?knitr::rmarkdown?.


This is odd because the following command correctly produces the PDF of 
the document:

library("rmarkdown")
render("/vignettes/Engineering_Survey_Examples.Rmd", 
pdf_document(latex_engine = "xelatex"))

I have attached the .Rmd file for the vignette to this e-mail.

Thank you.

Irucka Embry
#
Hi all. I uncovered the error that caused the vignette not to print.

It had to do with one of the functions in the vignette.

Thank you.

Irucka
On 10-02-2023 20:35, EcoC2S - Irucka Embry wrote: