Skip to content

Commit

Permalink
Merge pull request #13 from sfcheung/devel
Browse files Browse the repository at this point in the history
0.2.1: Minor changes to README for CRAN release
  • Loading branch information
sfcheung authored Nov 9, 2023
2 parents 3249c84 + 3f827be commit 6d729fa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: manymome.table
Title: Publication-Ready Tables for 'manymome' Results
Version: 0.2.0
Version: 0.2.1
Authors@R:
c(person(given = "Shu Fai",
family = "Cheung",
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# manymome.table 0.2.1

- Minor changes to the `README.md`
for the CRAN release. No changes in
the code. (0.2.1)

# manymome.table 0.2.0

- First submission to CRAN.
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<!-- badges: start -->
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![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)
[![CRAN status](https://www.r-pkg.org/badges/version/manymome.table?color=blue)](https://CRAN.R-project.org/package=manymome.table)
[![CRAN: Release Date](https://www.r-pkg.org/badges/last-release/manymome.table?color=blue)](https://cran.r-project.org/package=manymome.table)
[![Code size](https://img.shields.io/github/languages/code-size/sfcheung/manymome.table.svg)](https://github.com/sfcheung/manymome.table)
[![Last Commit at Main](https://img.shields.io/github/last-commit/sfcheung/manymome.table.svg)](https://github.com/sfcheung/manymome.table/commits/main)
[![R-CMD-check](https://github.com/sfcheung/manymome.table/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sfcheung/manymome.table/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

(Version 0.2.0, updated on 2023-11-08, [release history](https://sfcheung.github.io/manymome.table/news/index.html))
(Version 0.2.1, updated on 2023-11-09, [release history](https://sfcheung.github.io/manymome.table/news/index.html))

# manymome.table

Expand All @@ -28,9 +30,11 @@ https://sfcheung.github.io/manymome.table/

# Installation

Stable release versions of this package can be downloaded below:
The stable CRAN version can be installed by `install.packages()`:

https://github.com/sfcheung/manymome.table/releases
```r
install.packages("manymome.table")
```

The latest developmental version of this package can be installed by `remotes::install_github`:

Expand Down

0 comments on commit 6d729fa

Please sign in to comment.