-
Notifications
You must be signed in to change notification settings - Fork 9
Error in desc$Repository : $ operator is invalid for atomic vectors #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I went back to old docker container from a year ago and tried on the same qmd and it works. So I assume it's something to do with the newer version. The old versions that worked together were quarto 1.4.549 |
It looks like this is coming from the R shinylive package, and I just file an issue there: posit-dev/r-shinylive#150 |
I am not able to reproduce this problem when I follow your exact instructions. One possibly significant difference is that I am not using Conda. I also noticed that your log shows it downloading ragg and rbibutils. Mine doesn't try to download those. Click to see output
Here's some info for my system:
|
Bug description
I get this error when running
quarto render
on a qmd file with shinylive chunk. This is a quarto document that used to work. Now coming back it after a year and running with newer version of tools, it gives this error.When I run
quarto render index.qmd
I am not really sure if the issue is shinylive quarto extension, shinylive, shinylive R package or something else altogether. Since quarto and the extension is my entry point, I decided to report it here.
Steps to reproduce
This is my directory setup:
Here is the index.qmd file:
Your environment
System Version: macOS 15.4 (24E248)
Kernel Version: Darwin 24.4.0
The versions mentioned above are when running in a conda environment on Mac. I have also tried this in an ubuntu docker container and get the same error.
Quarto check output
Quarto 1.6.42
[✓] Checking environment information...
Quarto cache location: /Users/royfr474/Library/Caches/quarto
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.4.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.46.3: OK
Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.6.42
Path: /Applications/quarto/bin
[✓] Checking tools....................OK
TinyTeX: (external install)
Chromium: (not installed)
[✓] Checking LaTeX....................OK
Using: TinyTex
Path: /Users/royfr474/Library/TinyTeX/bin/universal-darwin
Version: 2024
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.9.18 (Conda)
Path: /opt/homebrew/Caskroom/miniforge/base/envs/r-4.4/bin/python
Jupyter: 5.7.1
Kernels: python3
[✓] Checking Jupyter engine render....OK
[✓] Checking R installation...........OK
Version: 4.4.1
Path: /opt/homebrew/Caskroom/miniforge/base/envs/r-4.4/lib/R
LibPaths:
- /opt/homebrew/Caskroom/miniforge/base/envs/r-4.4/lib/R/library
knitr: 1.49
rmarkdown: 2.29
[✓] Checking Knitr engine render......OK
The text was updated successfully, but these errors were encountered: