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

Fail to Preview Quarto Book in RStudio Server's View Window #531

Closed
XiangyunHuang opened this issue Apr 5, 2022 · 2 comments
Closed

Fail to Preview Quarto Book in RStudio Server's View Window #531

XiangyunHuang opened this issue Apr 5, 2022 · 2 comments

Comments

@XiangyunHuang
Copy link

Reprex

First install some softwares.

brew install --cask homebrew/cask/docker
docker pull rocker/geospatial
docker run -itd -p 8282:8787 --rm --name=demo \
  --privileged=true -v "/${PWD}:/home/rstudio" \
  -e USER=YourName -e PASSWORD=YourPWD rocker/geospatial:latest

Then visit http://localhost:8282/, and follow guides to create a demo quarto book project, and render book.

quarto

Session Info

xfun::session_info(c('tinytex','quarto','rmarkdown'))
R version 4.1.3 (2022-03-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.4 LTS, RStudio 2022.2.1.461

Locale:
  LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
  LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
  LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
  LC_PAPER=en_US.UTF-8       LC_NAME=C                 
  LC_ADDRESS=C               LC_TELEPHONE=C            
  LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

Package version:
  base64enc_0.1.3 bslib_0.3.1     digest_0.6.29   evaluate_0.15  
  fastmap_1.1.0   fs_1.5.2        glue_1.6.2      graphics_4.1.3 
  grDevices_4.1.3 highr_0.9       htmltools_0.5.2 jquerylib_0.1.4
  jsonlite_1.8.0  knitr_1.38      later_1.3.0     magrittr_2.0.3 
  methods_4.1.3   processx_3.5.3  ps_1.6.0        quarto_1.1     
  R6_2.5.1        rappdirs_0.3.3  Rcpp_1.0.8.3    rlang_1.0.2    
  rmarkdown_2.13  rstudioapi_0.13 sass_0.4.1      stats_4.1.3    
  stringi_1.7.6   stringr_1.4.0   tinytex_0.38    tools_4.1.3    
  utils_4.1.3     xfun_0.30       yaml_2.3.5     

LaTeX version used: 
  TeX Live 2022 with tlmgr 2022-02-28

Pandoc version: 2.17.1.1
@jjallaire
Copy link
Collaborator

Yikes! Thanks for reporting this. Fixed here: 4ca2509 (new binary build should be ready in a few minutes)

@XiangyunHuang
Copy link
Author

Great! I confirm the problem is solved.

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

No branches or pull requests

2 participants