results=FALSE
and results='hide'
both not working as expected for python code chunks
#2379
Open
3 tasks done
With the following RMarkdown:
Although I have set
results=FALSE
(or results='hide'), the resulting Markdown still includes the results from python, and isn't marked asknitr-output
but{=html}
:Rscript -e "xfun::session_info('knitr')" R version 4.3.3 (2024-02-29) Platform: aarch64-apple-darwin23.2.0 (64-bit) Running under: macOS 15.0.1 Locale: en_US.UTF-8 / en_US.UTF-8 / en_US.UTF-8 / C / en_US.UTF-8 / en_US.UTF-8 Package version: evaluate_1.0.1 graphics_4.3.3 grDevices_4.3.3 highr_0.11 knitr_1.48 methods_4.3.3 stats_4.3.3 tools_4.3.3 utils_4.3.3 xfun_0.48 yaml_2.3.10
Thanks.
By filing an issue to this repo, I promise that
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')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: