| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Could not run knit for r_database_access and r_gbif_name_matching
There was a problem hiding this comment.
All seems fine, except in one Rmd file where some characters were escaped for an unknown reason. I suggest to revert that since it is not consistent with Pandoc's markdown.
Sorry, something went wrong.
There was a problem hiding this comment.
Further, see #200 (comment). I advise to use gfm+footnotes instead of gfm.
Thanks for the efforts you have been doing here @peterdesmet 👍
Sorry, something went wrong.
In order not to have to re-knit tutorials, you could just update the Rmd files here, so that this is taken care of next time they are knitted. But probably that is your approach already. Caveat: some open pull requests contain new tutorials, so the changes may have to be applied there as well. |
Sorry, something went wrong.
In order to limit this problem, can you have a further look at remaining tasks in this PR @peterdesmet, so that we get this in master? Thanks! |
Sorry, something went wrong.
|
@florisvdh the backslashes are removed. Do you want me to use gfm+footnotes everywhere or in specific places? |
Sorry, something went wrong.
I suggest to do it everywhere, since often a new tutorial will be based on another one and we better do it consistently. If you wish, I could try to do this at once, with sed. Further, such update is best applied to existing PRs with new tutorials, not only master. Maybe the 'create tutorial' tutorial also needs checking. If you'd find a way to let Hugo make the citation links that appear useful - i.e. the links which appear after adding link-citations: true - then that would be superb! I didn't find the solution in #200 (comment). |
Sorry, something went wrong.
The following lines caused an error in read.bib(): Error in charToDate(x) : character string is not in a standard unambiguous format @florisvdh removing the lines causes a warning (already better than an error), which also happens for 4 other entries (6 in total now): ignoring entry 'heijmans_spatial_2019' (line 106) because : A bibentry of bibtype ‘Book’ has to specify the field: publisher Can you fix this?
Also use 2 space indent
Mostly only index.Rmd containing footnotes were knitted
This reverts commit 580e6d5.
|
@florisvdh I have
|
Sorry, something went wrong.
|
And finally, I have updated the frontmatter in the open pull requests, so we don't reintroduce old frontmatter. |
Sorry, something went wrong.
There was a problem hiding this comment.
Perfect, well done 👍 . Thank you!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Some index.Rmd files used the deprecated variant: markdown_github, which results in a warning when knitting. This PR updates all index.Rmd files to consistently use the recommended gfm and 2-space indentation in yaml frontmatter:
output: md_document: preserve_yaml: true variant: gfmFor some tutorials, this updates the index_files/figure-markdown_github to index_files/gfm. The PR has little to no effect on the website.