Skip to content

Commit 5f57822

Browse files
committed
doc: fix README and NEWS
1 parent e29d3f3 commit 5f57822

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

NEWS.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# News
2-
All notable changes to this project will be documented in this file.
1+
# lossrx 0.0.0.9999
32

4-
## [Unreleased]
3+
All notable changes to this project will be documented in this file.
54

6-
### Configuration
5+
## Configuration
76

87
- Rbuildignore git-cliff cliff.toml config file
98
- Update buildignore and gitignore
@@ -14,7 +13,7 @@ All notable changes to this project will be documented in this file.
1413
- Add separate pkgdown config for chameleon
1514
- Edit github labels
1615

17-
### Documentation
16+
## Documentation
1817

1918
- Add NEWS.md
2019
- R package documentation
@@ -41,7 +40,7 @@ All notable changes to this project will be documented in this file.
4140
- Update CHANGELOG
4241
- Update README
4342

44-
### Features
43+
## Features
4544

4645
- Add license
4746
- Add new triangle functions and initialize tests
@@ -60,23 +59,23 @@ All notable changes to this project will be documented in this file.
6059
- Initialize actuarial validation check functions
6160
- Add initial suite of testthat unit tests
6261

63-
### Infrastructure
62+
## Infrastructure
6463

6564
- Initialize R package structure via `usethis`
6665
- Create data-raw for preparing claims data
6766
- Backup package commands to `pkgdevt.R`
6867
- Add some utility imports
6968

70-
### Miscellaneous Tasks
69+
## Miscellaneous Tasks
7170

7271
- Autopublish 2021-11-24T02:29:14Z
7372
- Autopublish 2021-11-28T05:18:05Z
7473

75-
### Testing
74+
## Testing
7675

7776
- Initialize tests with testthat
7877

79-
### Bug
78+
## Bug
8079

8180
- Fix malformed maintainer in DESCRIPTION
8281
- Tweak cliff.toml typo

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ knitr::opts_chunk$set(
2222
[![Project Status: WIP](https://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
2323
[![pkgdown](https://github.com/jimbrig/lossrx/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/jimbrig/lossrx/actions/workflows/pkgdown.yaml)
2424
[![R-CMD-check](https://github.com/jimbrig/lossrx/workflows/R-CMD-check/badge.svg)](https://github.com/jimbrig/lossrx/actions)
25+
[![codecov](https://codecov.io/gh/jimbrig/lossrx/branch/main/graph/badge.svg?token=QbpFfJMCPZ)](https://codecov.io/gh/jimbrig/lossrx)
2526
<!-- badges: end -->
2627

2728
The goal of lossrx is to ...

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
1111
WIP](https://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
1212
[![pkgdown](https://github.com/jimbrig/lossrx/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/jimbrig/lossrx/actions/workflows/pkgdown.yaml)
1313
[![R-CMD-check](https://github.com/jimbrig/lossrx/workflows/R-CMD-check/badge.svg)](https://github.com/jimbrig/lossrx/actions)
14+
[![codecov](https://codecov.io/gh/jimbrig/lossrx/branch/main/graph/badge.svg?token=QbpFfJMCPZ)](https://codecov.io/gh/jimbrig/lossrx)
1415
<!-- badges: end -->
1516

1617
The goal of lossrx is to …

0 commit comments

Comments
 (0)