-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
If I try to install kableExtra in the webR REPL app using install(kableExtra) and then confirming that I want to try downloading it, first a bunch of packages are downloaded, and then nothing more happens:
> library(kableExtra)
Failed to load package "kableExtra". Do you want to try downloading it from the webR binary repo?
1: Yes
2: No
Selection: 1
Downloading webR package: evaluate
Downloading webR package: xfun
Downloading webR package: highr
Downloading webR package: yaml
Downloading webR package: knitr
Downloading webR package: magrittr
Downloading webR package: cli
Downloading webR package: glue
Downloading webR package: rlang
Downloading webR package: lifecycle
Downloading webR package: stringi
Downloading webR package: vctrs
Downloading webR package: stringr
Downloading webR package: xml2
Downloading webR package: base64enc
Downloading webR package: fastmap
Downloading webR package: cachem
Downloading webR package: digest
Downloading webR package: htmltools
Downloading webR package: jquerylib
Downloading webR package: jsonlite
Downloading webR package: memoise
Downloading webR package: mime
Downloading webR package: fs
Downloading webR package: R6
Downloading webR package: rappdirs
Downloading webR package: sass
Downloading webR package: bslib
Downloading webR package: fontawesome
Downloading webR package: tinytex
Downloading webR package: rmarkdown
Downloading webR package: farver
Downloading webR package: labeling
Downloading webR package: colorspace
Downloading webR package: munsell
Downloading webR package: RColorBrewer
Downloading webR package: viridisLite
Downloading webR package: scales
Downloading webR package: rstudioapi
Downloading webR package: systemfonts
Downloading webR package: svglite
Downloading webR package: kableExtra
The R console becomes unresponsive.
If I open the developer console, I see:

I first encountered this problem in my own code, and reproduced it using the webR REPL app as above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working