-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.Rmd
93 lines (58 loc) · 2.25 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#|",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tinkr
<!-- badges: start -->
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R build status](https://github.com/ropensci/tinkr/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/tinkr/actions)
[![Coverage status](https://codecov.io/gh/ropensci/tinkr/branch/master/graph/badge.svg)](https://codecov.io/github/ropensci/tinkr?branch=master)
[![R-CMD-check](https://github.com/ropensci/tinkr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/tinkr/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/ropensci/tinkr/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ropensci/tinkr?branch=main)
<!-- badges: end -->
```{r child='man/rmd-fragments/goal.Rmd'}
```
## Use Cases
```{r child='man/rmd-fragments/use-cases.Rmd'}
```
## Workflow
```{r child='man/rmd-fragments/workflow.Rmd'}
```
## Installation
Wanna try the package and tell us what doesn't work yet?
```r
install.packages("tinkr", repos = "https://ropensci.r-universe.dev")
```
## Examples
### Markdown
```{r child='man/rmd-fragments/example-markdown-headers.Rmd'}
```
### R Markdown
```{r child='man/rmd-fragments/example-rmarkdown-chunks.Rmd'}
```
### Inserting new Markdown elements
```{r child='man/rmd-fragments/example-rmarkdown-adding-elements.Rmd'}
```
## Background / pre-requisites
```{r child='man/rmd-fragments/prereqs.Rmd'}
```
## Loss of Markdown style
### General principles and solution
```{r child='man/rmd-fragments/format-list.Rmd'}
```
### The special case of tables
```{r child='man/rmd-fragments/format-table.Rmd'}
```
### LaTeX equations
```{r child='man/rmd-fragments/format-latex.Rmd'}
```
## Meta
Please note that the 'tinkr' project is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct). By contributing to this project, you agree to abide by its terms.