Skip to content
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

Add some chrome information to quarto check #11887

Merged
merged 3 commits into from
Jan 17, 2025
Merged

Add some chrome information to quarto check #11887

merged 3 commits into from
Jan 17, 2025

Conversation

cderv
Copy link
Collaborator

@cderv cderv commented Jan 17, 2025

With this we get now

  • With my Windows system install
❯ quarto check install
Quarto 99.9.9
[>] Checking Quarto installation......OK
      Version: 99.9.9
      commit: 59514408353e1dff4bcb66f3296ccf9a9d978873
      Path: C:\Users\chris\Documents\DEV_R\quarto-cli\package\dist\bin
      CodePage: 1252

[>] Checking tools....................OK
      TinyTeX: v2024.12
      Chromium: 869685

[>] Checking LaTeX....................OK
      Using: TinyTex
      Path: C:\Users\chris\AppData\Roaming\TinyTeX\bin\windows\
      Version: 2024

[>] Checking Chrome Headless....................OK
      Using: Chrome found on system
      Path: C:\Program Files\Google\Chrome\Application\chrome.exe
      Source: Windows Registry

[>] Checking basic markdown render....OK
  • When setting QUARTO_CHROMIUM
❯ quarto check install
Check file:///C:/Users/chris/Documents/DEV_R/quarto-cli/src/quarto.ts
Quarto 99.9.9
[>] Checking Quarto installation......OK
      Version: 99.9.9
      commit: 59514408353e1dff4bcb66f3296ccf9a9d978873
      Path: C:\Users\chris\Documents\DEV_R\quarto-cli\package\dist\bin
      CodePage: 1252

[>] Checking tools....................OK
      TinyTeX: v2024.12
      Chromium: (not installed)

[>] Checking LaTeX....................OK
      Using: TinyTex
      Path: C:\Users\chris\AppData\Roaming\TinyTeX\bin\windows\
      Version: 2024

[>] Checking Chrome Headless....................OK
      Using: Chrome found on system
      Path: C:\Users\chris\scoop\apps\chrome-headless-shell\current\chrome-headless-shell.exe
      Source: QUARTO_CHROMIUM

[>] Checking basic markdown render....OK

This will be helpful to help know what is used easily

@cderv cderv merged commit 9ee70ad into main Jan 17, 2025
7 of 47 checks passed
@cderv cderv deleted the check/chromium branch January 17, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant