Skip to content

Commit

Permalink
minor tweaks and add in development..
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaitlyn Johnson committed Jan 29, 2025
1 parent 7f19907 commit 3a47977
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 7 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,20 @@ knitr::opts_chunk$set(
message = FALSE, warning = FALSE
)
```
# Baseline nowcast
# Baseline nowcast (in development)


<!-- badges: start -->
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-CMD-check](https://github.com/epinowcast/baselinenowcast/workflows/R-CMD-check/badge.svg)](https://github.com/epinowcast/baselinenowcast/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/epinowcast/baselinenowcast/branch/main/graph/badge.svg)](https://app.codecov.io/gh/epinowcast/baselinenowcast)

[![Universe](https://epinowcast.r-universe.dev/badges/baselinenowcast)](https://epinowcast.r-universe.dev/baselinenowcast)
[![MIT
license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/epinowcast/baselinenowcast/blob/master/LICENSE.md/)
[![GitHub contributors](https://img.shields.io/github/contributors/epinowcast/baselinenowcast)](https://github.com/epinowcast/baselinenowcast/graphs/contributors)
<!-- badges: end -->

<!-- badges to add eventually: [![Universe](https://epinowcast.r-universe.dev/badges/baselinenowcast)](https://epinowcast.r-universe.dev/baselinenowcast) -->


## Summary

```{r, results = "asis", echo=FALSE}
Expand Down Expand Up @@ -83,8 +85,8 @@ If you use `baselinenowcast` in your work, please consider citing it with `citat
All contributions to this project are gratefully acknowledged using the [`allcontributors` package](https://github.com/ropensci/allcontributors) following the [allcontributors](https://allcontributors.org) specification. Contributions of any kind are welcome!


<a href="https://github.com/epinowcast/baselinenowcast/commits?author=kaitejohnson">kaitejohnson</a>,
<a href="https://github.com/epinowcast/baselinenowcast/commits?author=seabbs">seabbs</a>,
<a href="https://github.com/epinowcast/baselinenowcast/commits?author=kaitejohnson">kaitejohnson</a>,
<a href="https://github.com/epinowcast/baselinenowcast/commits?author=seabbs">seabbs</a>,
<a href="https://github.com/epinowcast/baselinenowcast/commits?author=sbfnk">sbfnk</a>


Expand Down
3 changes: 0 additions & 3 deletions vignettes/chunks/_readme-install-baselinenowcast.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ To install the development version from GitHub (warning! this version may contai
```{r, eval = FALSE}
pak::pak(file.path("epinowcast", "baselinenowcast"))
```


*Note: You can also use the above approach to install a specific commit if needed, for example, if you want to try out a specific unreleased feature, but not the absolute latest developmental version.*

0 comments on commit 3a47977

Please sign in to comment.