Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mnr committed Apr 28, 2024
1 parent ccb0472 commit 52935a9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ knitr::opts_chunk$set(

<!-- 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-CMD-check](https://github.com/mnr/rpigpior/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mnr/rpigpior/actions/workflows/R-CMD-check.yaml)

<!-- badges: end -->
Expand Down Expand Up @@ -121,6 +125,12 @@ Sys.sleep(1)
rpi_set(toggleThese, 0)
```

## Citation:

```{r}
citation("rpigpior")
```

## Related notes:

[Related mailing list:
Expand Down
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<!-- <a href="https://mnr.github.io/rpigpior/"><img src="man/figures/logo.png" align="right" height="138"></a> -->
<!-- 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-CMD-check](https://github.com/mnr/rpigpior/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mnr/rpigpior/actions/workflows/R-CMD-check.yaml)

<!-- badges: end -->
Expand Down Expand Up @@ -102,6 +106,26 @@ turn them on, then one of them off, then all of them off
Sys.sleep(1)
rpi_set(toggleThese, 0)

## Citation:

``` r
citation("rpigpior")
#>
#> To cite rpigpior in publications use:
#>
#> Niemann-Ross M (2024). "rpigpior: Provides R with Access to the
#> Raspberry Pi." <https://mnr.github.io/rpigpior/>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Misc{Article,
#> url = {https://mnr.github.io/rpigpior/},
#> author = {Mark Niemann-Ross},
#> title = {rpigpior: Provides R with Access to the Raspberry Pi},
#> year = {2024},
#> }
```

## Related notes:

[Related mailing list:
Expand Down

0 comments on commit 52935a9

Please sign in to comment.