README.md

Extend R Markdown by additional functions and a collection of suggested packages

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

R Package atusy/atusydown

The atusydown as an R package provides additional functions and suggests following packages to extend R Markdown.

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)

Docker atusy/atusydown

Dockerfile adds to rocker/verse more output formats and features on Rmd with pandoc 2.7.2.



atusy/atusydown documentation built on Sept. 1, 2020, 3:37 a.m.