This repository provides atusydown as an R package and as a Docker container.
Try by editing a following docker-compose.yml and run docker-compose up -d
version: "3"
services:
r:
image: atusy/atusydown:dev
ports:
- "8787:8787"
environment:
- USER=rstudio
- PASSWORD=password
atusy/atusydownThe atusydown as an R package provides additional functions and
suggests following packages to extend R Markdown.
bookdownblogdowncssgridextrafontgtflexdashboardkableExtraofficedownpagedownprintrpkgdownrevealjsshinysvglitetinytexwebshotInstall by copy and paste a following command.
source("https://raw.githubusercontent.com/r-lib/remotes/master/install-github.R")$value("atusy/atusydown", dependencies = TRUE)
atusy/atusydownDockerfile adds to rocker/verse more output formats and features on Rmd with pandoc 2.7.2.
bookdown, rticles, and rmdshower to extend
blogdown with latest Hugoflexdashboardofficedownpagedownpkgdownrevealjsextrafont to use variety of system fonts in ggplot2kableExtra to extend knitr::kablesvglite to output figures in svg formatwebshot to include screen shots of web pages and html widgets in PDF documents.Content type
Image
Digest
Size
2.2 GB
Last updated
over 4 years ago
docker pull atusy/atusydown