An open API service indexing awesome lists of open source software.

https://github.com/onukura/gitbucket-rmarkdown-plugin

R Markdown render plugin for GitBucket
https://github.com/onukura/gitbucket-rmarkdown-plugin

gitbucket gitbucket-plugin

Last synced: 3 months ago
JSON representation

R Markdown render plugin for GitBucket

Awesome Lists containing this project

README

        

# gitbucket-rmarkdown-plugin

[![Build Status](https://travis-ci.org/onukura/gitbucket-rmarkdown-plugin.svg?branch=master)](https://travis-ci.org/onukura/gitbucket-rmarkdown-plugin)

A GitBucket plugin for rendering R Markdown file with `.Rmd` or `.rmd` extension.

## Screenshot

![screenshot](https://github.com/onukura/gitbucket-rmarkdown-plugin/blob/assets/screenshot.png?raw=true)

## Install

1. Download *.jar from Releases.
2. Deploy it to `GITBUCKET_HOME/plugins`.
3. Restart GitBucket.

## Build from source

```sbt
sbt clean package
```

The built package is located at
`target/scala-2.13/gitbucket-rmarkdown-plugin_2.13-{plugin-version}.jar`.

```sbt
sbt assembly
```

This makes the assembly package
`target/scala-2.13/gitbucket-rmarkdown-plugin-{plugin-version}.jar`
for deployment.

## Version

Plugin version|GitBucket version
:---|:---
1.0.0 |4.32.x -