-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME.Rmd
More file actions
71 lines (50 loc) · 3.99 KB
/
README.Rmd
File metadata and controls
71 lines (50 loc) · 3.99 KB
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
---
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%"
)
```
# bdtests
<!-- badges: start -->
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://github.com/bd-R/bdtests/actions)
<!-- badges: end -->
The goal of bdtests is to facilitate package development, testing, benchmarking and pre-release checklists - a 'devtools like' package for bdverse packages development. \
\
:pencil: <span style="color: red;">**This is an initial draft, just a basic skeleton and a place to store ideas**.</span> :pencil:
## Installation
bdtests is an in-house package; thus, no CRAN release is expected.
You can install bdtests from this repository with:
``` r
remotes::install_github("bd-R/bdtests")
```
## bdverse QA framework
bdtests is part of bdverse QA framework, for more details, see the QA [to add link] section in the development guide.
## Package CI (example)
<details open>
<summary><b>User Triggered (Push & PR)</b></summary>
<br>
| OS-ver; r-ver | [Master] - [Master]* | [Dev] - [Master]* | [Dev] - [Dev]* |
|:------|---|---|---|
| Mac-latest; r-release || | |
| Win-latest; r-release ||||
| Ubuntu-latest; r-release ||||
| Multi-CI ||||
\* [Repository] - [Dependencies]
</details>
<details>
<summary><b>Scheduled (Daily)</b></summary>
<br>
| OS-ver; r-ver | [Master] - [Master]* | [Dev] - [Master]* | [Dev] - [Dev]* |
|:-----------|---|---|---|
| Mac-latest; r-release || | |
| Win-latest; r-release ||||
| Ubuntu-latest; r-release ||||
| Multi-CI ||||
</details>