-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
29 lines (18 loc) · 906 Bytes
/
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
# bs
<!-- badges: start -->
[![Project Status: Concept – Not useable, no support, not open to feedback, unstable API.](https://getwilds.github.io/badges/badges/concept.svg)](https://getwilds.github.io/badges/#concept)
[![R-CMD-check](https://github.com/getwilds/bs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/getwilds/bs/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
Bootstrap Components for DASL Projects
## Installation
Development version
```{r eval=FALSE}
# install.packages("pak")
pak::pkg_install("getwilds/bs")
```
## Bugs? Features?
Open an issue on our [issue tracker](https://github.com/getwilds/bs/issues/).
## Code of Conduct
Please note that the bs project is released with a [Contributor Code of Conduct](http://getwilds.org/bs/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
## License
[MIT](LICENSE.md)