-
-
Notifications
You must be signed in to change notification settings - Fork 878
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into htmltools-figures
- Loading branch information
Showing
43 changed files
with
422 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,12 @@ | ||
For general questions, please ask them on StackOverflow first, using the tags `r` and `knitr`: http://stackoverflow.com/questions/ask Please come back here only if nobody answers your question there, and let me know the URL of your StackOverflow post. It is a better idea to use the wisdom of the community than the limited time of a single person. | ||
|
||
For bug reports, please provide a minimal, self-contained, and reproducible example by reducing your example as much as possible right before the problem goes away. By doing this, you may be able to figure out what the problem really is before reporting to me. You can attach your example as a zip file here along with `devtools::session_info('knitr')`, and screenshots are often very helpful to illustrate your issues. | ||
|
||
To include a verbatim chunk of arbitrary text, wrap it in a pair of three backticks. When any line of your text contains N backticks (N >= 3), use N + 1 backticks to wrap the text, e.g. use four backticks to wrap three: | ||
|
||
```` | ||
A sample document. | ||
```{r} | ||
1 + 1 # a line of code | ||
``` | ||
Another paragraph. | ||
```` | ||
|
||
If it is just a chunk of R code (or other languages) and you want syntax highlighting, you may use three backticks to format it, e.g. | ||
|
||
```r | ||
rnorm(10) | ||
``` | ||
|
||
Usually your issue will be closed after it is fixed, but sometimes it is closed only because I'm not able to offer any help. It does not mean your issue is not real or bad. You can propose a fix by yourself through a pull request. Your constructive feedback is always appreciated. | ||
By filing an issue to this repo, I promise that | ||
|
||
- [ ] I have fully read the isse guide at https://yihui.name/issue/. | ||
- [ ] I have provided the necessary information about my issue. | ||
- If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there. | ||
- If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included `xfun::session_info('knitr')`. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: `remotes::install_github('yihui/knitr')`. | ||
- If I have posted the same issue elsewhere, I have also mentioned it in this issue. | ||
- [ ] I have learned the Github Markdown syntax, and formatted my issue correctly. | ||
|
||
<!-- | ||
Pleaes keep the above portion in your issue and delete the portion below. Your issue will be closed if any of the above boxes is not checked. In certain (rare) cases, you may be exempted if you give a brief explanation (e.g., you are only making a suggestion for improvement). Thanks! | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: knitr | ||
Type: Package | ||
Title: A General-Purpose Package for Dynamic Report Generation in R | ||
Version: 1.21.5 | ||
Version: 1.22.4 | ||
Authors@R: c( | ||
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")), | ||
person("Adam", "Vogt", role = "ctb"), | ||
|
@@ -22,6 +22,7 @@ Authors@R: c( | |
person("Doug", "Hemken", role = "ctb"), | ||
person("Duncan", "Murdoch", role = "ctb"), | ||
person("Elio", "Campitelli", role = "ctb"), | ||
person("Emily", "Riederer", role = "ctb"), | ||
person("Fabian", "Hirschmann", role = "ctb"), | ||
person("Fitch", "Simeon", role = "ctb"), | ||
person("Forest", "Fang", role = "ctb"), | ||
|
@@ -122,6 +123,7 @@ Suggests: | |
tinytex, | ||
reticulate (>= 1.4), | ||
JuliaCall (>= 0.11.1), | ||
magick, | ||
png, | ||
jpeg, | ||
gifski, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.