-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
36 lines (28 loc) · 1.04 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# rmdwiki
<!-- badges: start -->
[![R-CMD-check](https://github.com/dpprdan/rmdwiki/workflows/R-CMD-check/badge.svg)](https://github.com/dpprdan/rmdwiki/actions/workflows/check-release.yaml)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->
{rmdwiki} creates wiki markup output from RMarkdown (rmd) documents.
Specify e.g. `rmdwiki::mediawiki_document` as the output of your Rmd file and knitting the document should return a `*.mediawiki` file.
The package currently supports the following formats:
- `mediawiki_document`
- `textile_document`
- `dokuwiki_document`
- `xwiki_document`
## Installation
```{r eval=FALSE}
remotes::install_github("dpprdan/rmdwiki")
```