Hi, @cderv
Here's the terminal pane
~/projects/demo via 📐 v4.2.2
❯ quarto check
[✓] Checking Quarto installation......OK
Version: 1.2.313
Path: /Applications/quarto/bin
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.9.6
Path: /Applications/Xcode.app/Contents/Developer/usr/bin/python3
Jupyter: 4.11.2
Kernels: python3
[✓] Checking Jupyter engine render....OK
[✓] Checking R installation...........OK
Version: 4.2.2
Path: /Library/Frameworks/R.framework/Resources
LibPaths:
- /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library
rmarkdown: 2.19
[✓] Checking Knitr engine render......OK
Here's from Warp terminal
quarto check
[✓] Checking Quarto installation......OK
Version: 1.2.313
Path: /Applications/quarto/bin
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.9.6
Path: /Applications/Xcode.app/Contents/Developer/usr/bin/python3
Jupyter: 4.11.2
Kernels: python3
[✓] Checking Jupyter engine render....OK
[✓] Checking R installation...........OK
Version: 4.2.2
Path: /Library/Frameworks/R.framework/Resources
LibPaths:
- /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library
rmarkdown: 2.19
[✓] Checking Knitr engine render......OK
And here is what will happen when the Elspeth looks in $PATH for quarto
> Sys.which("quarto")
quarto
"/Applications/RStudio.app/Contents/Resources/app/quarto/bin/quarto"
> system("quarto check")
/Applications/RStudio.app/Contents/Resources/app/quarto/bin/quarto: line 19: dirname: command not found
/Applications/RStudio.app/Contents/Resources/app/quarto/bin/quarto: line 23: basename: command not found
ERROR: Cannot determine the Quarto source path. This script must be run from the bin or common folder.
All of this implicates something evil done to ignore $PATH, leading, of course, to
install.packages("A3")
#> also installing the dependency 'pbapply'
#> Warning in system(paste0("tar zxf \"", path.expand(what), "\" -C \"",
#> path.expand(where), : error in running command
#> Warning: 'tar' returned non-zero exit code 127
#> Error: file '/var/folders/0j/3g7q2zss7fb55q5wqg9t141r0000gn/T//RtmpbnuOm1/downloaded_packages/pbapply_1.7-0.tgz' is not a macOS binary package
and with update.packages()
. Wrong $PATH
means no tar
means no unzip, which means no install.