Skip to content

Commit

Permalink
Change "oak" to "sdtm.oak" in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiromagno committed Nov 22, 2023
1 parent 8cd0849 commit 30376c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ An EDC and Data Standard agnostic SDTM data transformation engine that automates

## Installation

You can install the development version of `{sdtm.oak}` from [GitHub](https://github.com/pharmaverse/oak/) with:
You can install the development version of `{sdtm.oak}` from [GitHub](https://github.com/pharmaverse/sdtm.oak/) with:

``` r
# install.packages("remotes")
remotes::install_github("pharmaverse/oak")
remotes::install_github("pharmaverse/sdtm.oak")
```
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# sdtm.oak
Expand All @@ -6,7 +7,6 @@

[![CRAN
status](https://www.r-pkg.org/badges/version/sdtm.oak)](https://CRAN.R-project.org/package=sdtm.oak)

<!-- badges: end -->

An EDC and Data Standard agnostic SDTM data transformation engine that
Expand All @@ -16,9 +16,9 @@ based on standard mapping algorithms
## Installation

You can install the development version of `{sdtm.oak}` from
[GitHub](https://github.com/pharmaverse/oak/) with:
[GitHub](https://github.com/pharmaverse/sdtm.oak/) with:

```
``` r
# install.packages("remotes")
remotes::install_github("pharmaverse/oak")
remotes::install_github("pharmaverse/sdtm.oak")
```

0 comments on commit 30376c3

Please sign in to comment.