Skip to content

Commit

Permalink
Setup development version
Browse files Browse the repository at this point in the history
  • Loading branch information
arcresu committed Jun 3, 2024
1 parent 21a63a8 commit eebbcac
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: phylepic
Title: Combined Visualisation of Phylogenetic and Epidemiological Data
Version: 0.2.0
Version: 0.2.0.9000
Authors@R:
c(person(given = "Carl",
family = "Suster",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# phylepic (development version)

* Unreleased.

# phylepic 0.2.0

* Initial release to CRAN.
5 changes: 5 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![r-universe status](https://cidm-ph.r-universe.dev/badges/phylepic)](https://cidm-ph.r-universe.dev)
[![R-CMD-check](https://github.com/cidm-ph/phylepic/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cidm-ph/phylepic/actions/workflows/R-CMD-check.yaml)
[![CRAN
status](https://www.r-pkg.org/badges/version/phylepic)](https://CRAN.R-project.org/package=phylepic)
<!-- badges: end -->

Phylepic contains tools for visualisations that are useful for genomic epidemiology
Expand All @@ -28,6 +30,9 @@ of pathogens, designed for a public health setting.
You can install phylepic like so:

``` r
# CRAN release
install.packages('phylepic')

# development version
install.packages('phylepic', repos = c('https://cidmp-ph.r-universe.dev', 'https://cloud.r-project.org'))
```
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
[![r-universe
status](https://cidm-ph.r-universe.dev/badges/phylepic)](https://cidm-ph.r-universe.dev)
[![R-CMD-check](https://github.com/cidm-ph/phylepic/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cidm-ph/phylepic/actions/workflows/R-CMD-check.yaml)
[![CRAN
status](https://www.r-pkg.org/badges/version/phylepic)](https://CRAN.R-project.org/package=phylepic)
<!-- badges: end -->

Phylepic contains tools for visualisations that are useful for genomic
Expand All @@ -18,6 +20,9 @@ epidemiology of pathogens, designed for a public health setting.
You can install phylepic like so:

``` r
# CRAN release
install.packages('phylepic')

# development version
install.packages('phylepic', repos = c('https://cidmp-ph.r-universe.dev', 'https://cloud.r-project.org'))
```
Expand Down

0 comments on commit eebbcac

Please sign in to comment.