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

Add FAQ entry on growing vectors #1167

Merged
merged 3 commits into from
Jul 24, 2021
Merged

Add FAQ entry on growing vectors #1167

merged 3 commits into from
Jul 24, 2021

Conversation

eddelbuettel
Copy link
Member

New FAQ entry on how (not to) grow vectors

Checklist

  • Code compiles correctly
  • R CMD check still passes all tests
  • Prefereably, new tests were added which fail without the change
  • Document the changes by file in ChangeLog

vignettes/rmd/Rcpp-FAQ.Rmd Outdated Show resolved Hide resolved
vignettes/rmd/Rcpp-FAQ.Rmd Outdated Show resolved Hide resolved
vignettes/rmd/Rcpp-FAQ.Rmd Show resolved Hide resolved
@eddelbuettel
Copy link
Member Author

There is something wrong between the Rmd or possibly the bib file leading to the render step to bomb out on a tex error -- but I have to run off now to run an errand. Will look into that later.

@codecov
Copy link

codecov bot commented Jul 24, 2021

Codecov Report

Merging #1167 (47fca01) into master (95668a7) will not change coverage.
The diff coverage is n/a.

❗ Current head 47fca01 differs from pull request most recent head 3f2ef89. Consider uploading reports for the commit 3f2ef89 to get more accurate results

@@           Coverage Diff           @@
##           master    #1167   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files          64       64           
  Lines        2783     2783           
=======================================
  Hits         2712     2712           
  Misses         71       71           

@eddelbuettel
Copy link
Member Author

Now taken care of -- it was (once again) a bit of brittleness with latex in that _ really does not work in section headers as the table of contents (and alike) processing stumbles.

@eddelbuettel eddelbuettel merged commit 420d1ee into master Jul 24, 2021
@eddelbuettel eddelbuettel deleted the feature/faq_addition branch July 24, 2021 20:19
@Enchufa2
Copy link
Member

Oh, I guess you could escape it with a backslash.

@eddelbuettel
Copy link
Member Author

Pandoc does that for you yet it still fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants