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/atusydown
The atusydown
as an R package provides additional functions and
suggests following packages to extend R Markdown.
bookdown
blogdown
cssgrid
extrafont
gt
flexdashboard
kableExtra
officedown
pagedown
printr
pkgdown
revealjs
shiny
svglite
tinytex
webshot
Install 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/atusydown
Dockerfile adds to rocker/verse more output formats and features on Rmd with pandoc 2.7.2.
bookdown
, rticles
, and rmdshower
to extendblogdown
with latest Hugoflexdashboard
officedown
pagedown
pkgdown
revealjs
extrafont
to use variety of system fonts in ggplot2kableExtra
to extend knitr::kable
svglite
to output figures in svg
formatwebshot
to include screen shots of web pages and html widgets in PDF documents.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.