Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 565 Bytes

analytics-platform-rstudio

RStudio Docker image for Analytics Platform

Docker Repository on Quay

Tricks

Find apt package with a certain file

RStudio may complain about some missing file. There is a command to find the package containing the file:

$ apt-get install apt-file
$ apt-file update
$ apt-file search titling.sty

See: rstudio/rmarkdown#359 (comment)