Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission to CRAN: Don't use R-reference, use R_reference #275

Closed
bryanhanson opened this issue Aug 25, 2020 · 4 comments
Closed

Submission to CRAN: Don't use R-reference, use R_reference #275

bryanhanson opened this issue Aug 25, 2020 · 4 comments
Labels
Priority: 3-low Topic: vignette 📗 Related to vignettes of hyperSpec
Milestone

Comments

@bryanhanson
Copy link
Collaborator

When submitting my package ChemoSpec to CRAN, I ran into a very obscure pandoc-citeproc issue that occurs on the CRAN check farm Debian machine. I think it arises from that machine using slightly out-dated software, but of course there's no discussing that with CRAN.

The solution, which is relevant to hyperSpec vignettes, is to use this sort of incantation:

knitr::write_bib(c("knitr", "mclust", "baseline", "hyperSpec"), file = "manuals.bib", prefix = "R_")

Note the last argument overrides the default R- which is what causes the problem.

For another CRAN submission issue see #259 This will also apply to any package with a vignette.

@bryanhanson bryanhanson added Topic: documentation 📘 Related to hyperSpec's (non-vignette) documentation. Use a separate dag for vignettes. Priority: 3-low Topic: vignette 📗 Related to vignettes of hyperSpec labels Aug 25, 2020
@bryanhanson bryanhanson added this to the Version 1.0 milestone Aug 25, 2020
@GegznaV GegznaV removed the Topic: documentation 📘 Related to hyperSpec's (non-vignette) documentation. Use a separate dag for vignettes. label Feb 23, 2021
@Ayushsunny
Copy link

Hello @GegznaV sir So I have to start working on this issue?
can you explain a bit more that what's the exact issue and what changes do I have to make?

@GegznaV
Copy link
Collaborator

GegznaV commented Jul 14, 2021

@bryanhanson, could you take care of this?

@bryanhanson
Copy link
Collaborator Author

Will do!

@bryanhanson
Copy link
Collaborator Author

Closing here, same issue opened over at r-hyperspec/r-hyperspec.github.io#19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: 3-low Topic: vignette 📗 Related to vignettes of hyperSpec
Projects
None yet
Development

No branches or pull requests

3 participants