Skip to content

Commit 83d0ef1

Browse files
author
alex-omophub
committed
Update DESCRIPTION and README to include additional website link and installation instructions
1 parent 25d36a1 commit 83d0ef1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Description: Provides an R interface to the 'OMOPHub' API for accessing
1212
License: MIT + file LICENSE
1313
URL: https://github.com/omopHub/omophub-R,
1414
https://docs.omophub.com,
15-
https://omophub.github.io/omophub-R/
15+
https://omophub.github.io/omophub-R/,
16+
https://omophub.com
1617
BugReports: https://github.com/omopHub/omophub-R/issues
1718
Depends: R (>= 4.1)
1819
Imports:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ R client for the [OMOPHub API](https://docs.omophub.com), providing access to OH
1616
You can install the development version of omophub from [GitHub](https://github.com/omopHub/omophub-R):
1717

1818
```r
19+
install.packages("omophub")
20+
21+
# OR install from GitHub
22+
1923
# install.packages("pak")
2024
pak::pak("omopHub/omophub-R")
2125
```
@@ -151,3 +155,4 @@ MIT License - see [LICENSE](LICENSE) for details.
151155

152156
- [GitHub Issues](https://github.com/omopHub/omophub-r/issues)
153157
- [Documentation](https://docs.omophub.com)
158+
- [Website](https://omophub.com)

0 commit comments

Comments
 (0)