Skip to content

Commit

Permalink
Merge branch 'devel' into 179-allow-dcutdcutdtc-to-be-missing
Browse files Browse the repository at this point in the history
  • Loading branch information
alanaharris22 committed Oct 11, 2023
2 parents 68a9661 + 0c112c9 commit 85871b1
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# datacutr 0.2.0

## New Features
- N/A

## Updates of Existing Functions
- N/A

## Breaking Changes
- N/A

## Documentation
- Minor documentation updates #171 #173 #177

# datacutr 0.1.0

## New Features
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ to apply a data cut to SDTM data in R.

## Installation

The package is available from CRAN and can be installed by running install.packages("datacutr").
The package is available from CRAN and can be installed by running the following,

```r
install.packages("datacutr")
```

To install the latest development version of the package directly from GitHub use the following code::

Expand Down
17 changes: 12 additions & 5 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "3.6.3",
"Version": "4.1.3",
"Repositories": [
{
"Name": "CRAN",
Expand Down Expand Up @@ -79,6 +79,13 @@
"Repository": "CRAN",
"Hash": "50c838a310445e954bc13f26f26a6ecf"
},
"backports": {
"Package": "backports",
"Version": "1.4.1",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "c39fbec8a30d23e721980b8afb31984c"
},
"base64enc": {
"Package": "base64enc",
"Version": "0.1-3",
Expand Down Expand Up @@ -403,10 +410,10 @@
},
"lintr": {
"Package": "lintr",
"Version": "2.0.1",
"Version": "3.0.2",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "023cecbdc0a32f86ad3cb1734c018d2e"
"Hash": "b21ebd652d940f099915221f3328ab7b"
},
"lubridate": {
"Package": "lubridate",
Expand Down Expand Up @@ -648,10 +655,10 @@
},
"styler": {
"Package": "styler",
"Version": "1.8.0",
"Version": "1.9.1",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "c855e70eb69b3dd8883660b7110e0c44"
"Hash": "ed8c90822b7da46beee603f263a85fe0"
},
"sys": {
"Package": "sys",
Expand Down

0 comments on commit 85871b1

Please sign in to comment.