-
I have installed Quarto in Ubuntu from https://github.com/quarto-dev/quarto-cli/releases/download/v1.1.189/quarto-1.1.189-linux-amd64.deb. I can run
I have absolutely no experience with R, but I believe I have installed it. I have installed the packages "r-base" and "r-cran-rmarkdown" from the default Ubuntu repositories, using I can enter R and run the command Does anyone have any idea how to get this to work? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 25 replies
-
Can you share which version of knitr has been installed using the default Ubuntu repo ? The function not found has been added in knitr 1.30 (https://github.com/yihui/knitr/blob/master/NEWS.md#changes-in-knitr-version-130) I wonder if you have an older version somehow 🤔 Instruction to install R on Ubuntu can be found on CRAN website: https://cran.r-project.org/bin/linux/ubuntu/fullREADME.html Hope it helps |
Beta Was this translation helpful? Give feedback.
-
Which Ubuntu version is this, and are you keeping CRAN up-to-date? I am on 22.04, and have zero issues. Also see https://dirk.eddelbuettel.com/blog/2022/01/31#035_apt_install_rstudio_quarto -- I now use quarto (and the two RStudio packages) off a 'truly personal PPA' as I got tired of dealing with outside of the (usually daily) |
Beta Was this translation helpful? Give feedback.
Can you share which version of knitr has been installed using the default Ubuntu repo ?
The function not found has been added in knitr 1.30 (https://github.com/yihui/knitr/blob/master/NEWS.md#changes-in-knitr-version-130)
I wonder if you have an older version somehow 🤔
Instruction to install R on Ubuntu can be found on CRAN website: https://cran.r-project.org/bin/linux/ubuntu/fullREADME.html
Hope it helps