-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
executable file
·26 lines (20 loc) · 1.18 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
---
title: "devguider"
output:
md_document:
variant: gfm
rmarkdown::html_vignette:
self_contained: no
---
<!-- badges: start -->
[![R build status](https://github.com/ropensci-org/devguider/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci-org/devguider/actions?query=workflow%3AR-CMD-check)
[![Project Status: Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
<!-- badges: end -->
# devguider
Tools for automating processes to manage rOpenSci's DevGuide. Currently includes the following main functions:
1. `devguide_spelling()` to check the spelling of the entire text.
2. `devguide_thanks()` to return a list of people who should be thanked for contributions to the current version.
3. `devguide_urls()` to check whether all URLs given in the Dev Guide actually exist.
4. `devguide_prerelease()` to open a pre-release issue on GitHub for the next release (should be run one month prior to planned release).
5. `devguide_eic_report()` for Editors-in-Charge to generate a summary overview of all current "software-review" issues.
An additional utility function, `devguide_path()`, finds the path to the local `devguide` repository.