-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.Rmd
51 lines (36 loc) · 2.2 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
---
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%"
)
```
# goodpress (or badpress?)
> Write to WordPress, from R Markdown, with a modern stack.
<!-- badges: start -->
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![R build status](https://github.com/maelle/goodpress/workflows/R-CMD-check/badge.svg)](https://github.com/maelle/goodpress/actions?query=workflow%3AR-CMD-check)
[![Codecov test coverage](https://codecov.io/gh/maelle/goodpress/branch/main/graph/badge.svg)](https://codecov.io/gh/maelle/goodpress?branch=main)
[![R-CMD-check](https://github.com/maelle/goodpress/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/maelle/goodpress/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
The goal of goodpress is to post to [WordPress](https://wordpress.org/) from [R Markdown](https://rmarkdown.rstudio.com/).
I need this prototype for [a course](https://scientific-rmd-blogging.netlify.app/). 😺
**Limitation**: This package relies on the standard WordPress REST API but has only been tested on self-hosted Wordpress installations. It may or may not work with the centralised wordpress.com service (if it does, please report back, for instance in an issue).
**Important disclaimer**: I don't use WordPress, so I am not sure you should trust me.
You are welcome to try out the package (not on important stuff, rather in a playground of some sort), to contribute, and to volunteer to take over this package/concept. If you write a newer and better R package please tell me about it
so I can add a link to it.
## Installation
```{r child='man/rmdhunks/installation.Rmd'}
```
## Workflow
```{r child='man/rmdhunks/usage.Rmd'}
```
## Motivation
```{r child='man/rmdhunks/motivation.Rmd'}
```