| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-11-04 | 840 Bytes | |
| rmarkdown 2.29 source code.tar.gz | 2024-11-04 | 2.2 MB | |
| rmarkdown 2.29 source code.zip | 2024-11-04 | 2.4 MB | |
| Totals: 3 Items | 4.6 MB | 0 | |
-
find_external_resources()now correctly detects knitr child document provided with option likechild = c("child.Rmd")(thanks, @rempsyc, [#2574]). -
knit_params_ask()uses aselectinput for parameters which allow multiple selected values (#2576). Previously, aradioinput was incorrectly used when the parameter had a small number of choices.yaml params: primaries: choices: ["red", "yellow", "blue"] multiple: trueWhen
multipleis not enabled, parameter configuration still usesradiowhen there are fewer than five choices.The
inputparameter field can still be used to force the configuration control.yaml params: grade: input: radio choices: ["A", "B", "C", "D", "F"]