Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunporwal committed Jan 23, 2025
1 parent 1702d77 commit d0cac1b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ knitr::opts_chunk$set(

# islet

<!-- badges: start -->
[![R-CMD-check](https://github.com/shaunporwal/islet/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/shaunporwal/islet/actions/workflows/R-CMD-check.yaml)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->

Islet contains personal R functions. I'm also using this to learn how to create R packages.

## Installation
Expand Down Expand Up @@ -56,5 +51,3 @@ islet::make_banner(str_to_banner = 'analyze column from dataframe',
banner_chr = '+')
```

You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date. `devtools::build_readme()` is handy for this. You could also use GitHub Actions to re-render `README.Rmd` every time you push. An example workflow can be found here: <https://github.com/r-lib/actions/tree/v1/examples>.

0 comments on commit d0cac1b

Please sign in to comment.