Skip to content

Commit

Permalink
Version 1.0 cont'd
Browse files Browse the repository at this point in the history
  - Update README file
  - Update NEWS file
  • Loading branch information
Joshua Entrop authored and Joshua Entrop committed Oct 2, 2022
1 parent 8f956f5 commit 9016f4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Version 1.0
- First stable release
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
This package provides an exclusion table in R with which you can keeping track of inclusion and exclusion criteria that you apply to your datasets. Using the `exclusion_table()` function you can obtain a table listing the number of excluded observation for each inclusion and exclusion criteria. Additionally, if you use the option `keep_data == TRUE` you can also obtain the dataset without the excluded observations.

# Installation
For installing the package from GitHub please use
You can download the latest release of this package from CRAN using
`install.packages(ExclusionTable)` or the latest development version
using `{remotes}`.

```
remotes::install_github("entjos/ExclusionTable")
Expand Down

0 comments on commit 9016f4a

Please sign in to comment.