Skip to content

Commit

Permalink
badges
Browse files Browse the repository at this point in the history
  • Loading branch information
rbcavanaugh committed Apr 5, 2024
1 parent 9a5b703 commit f7e538c
Show file tree
Hide file tree
Showing 21 changed files with 3,816 additions and 28 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
^docs$
^pkgdown$
^README\.Rmd$
^README\.qmd$
^data-raw$
^cran-comments\.md$
^\.github$
Expand Down
17 changes: 10 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,22 @@ knitr::opts_chunk$set(

# `allofus` R Package

The goal of the `allofus` R package is to streamline the use of R within the [All of Us Researcher Workbench](https://www.researchallofus.org/data-tools/workbench/).

*The `allofus` R package is a not affiliated with or endorsed by the All of Us Research Program.*

The `allofus` package helps researchers query the database and build transparent and reproducible analysed pipeline. The package allows researchers to easily use other database packages, such as `dbplyr` and `DBI`, with the All of Us database. The package also includes functions to help researchers manage storage in their workspace and bucket, as well as take advantage of tools developed for [OMOP CDM](https://www.researchallofus.org/faq/what-is-omop/) data.

<!-- badges: start -->
[![R-CMD-check](https://github.com/roux-ohdsi/allofus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/roux-ohdsi/allofus/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/allofus)](https://CRAN.R-project.org/package=allofus)
[![](http://cranlogs.r-pkg.org/badges/grand-total/allofus)](https://cran.r-project.org/package=allofus)
[![DOI](https://zenodo.org/badge/659848534.svg)](https://zenodo.org/doi/10.5281/zenodo.10420610)
<!-- badges: end -->

The goal of the `allofus` R package is to streamline the use of R within the [All of Us Researcher Workbench](https://www.researchallofus.org/data-tools/workbench/). It has 4 primary goals:

1. Facilitate the use of popular `tidyverse` ecosystem of R packages on the Researcher Workbench
2. Help researchers more efficiently and accurately extract and synthesize survey data and EHR data
3. Increase the interoperability between tools created by the Observational Health Data Sciences and Informatics community (OHDSI) for the [OMOP CDM](https://www.researchallofus.org/faq/what-is-omop/)) and the Researcher Workbench
4. Make connecting to the database and managing files simple

*The `allofus` R package was developed by Louisa Smith and Rob Cavanaugh at [Northeastern University](https://ohdsi.northeastern.edu) and is not affiliated with or endorsed by the All of Us Research Program.*

### Installation

Install the released version of `allofus` from CRAN:
Expand Down Expand Up @@ -76,4 +79,4 @@ citation("allofus")

### Bugs

Please leave us comments, requests, and report bugs using the "Issues" tab on github located here: https://github.com/roux-ohdsi/allofus/issues.
Please leave us comments, requests, and report bugs using the "Issues" tab on github.
558 changes: 558 additions & 0 deletions README.html

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


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

# `allofus` R Package
Expand All @@ -8,8 +7,8 @@

[![R-CMD-check](https://github.com/roux-ohdsi/allofus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/roux-ohdsi/allofus/actions/workflows/R-CMD-check.yaml)
[![CRAN
status](https://www.r-pkg.org/badges/version/allofus.png)](https://CRAN.R-project.org/package=allofus)
[![](http://cranlogs.r-pkg.org/badges/grand-total/allofus.png)](https://cran.r-project.org/package=allofus)
status](https://www.r-pkg.org/badges/version/allofus)](https://CRAN.R-project.org/package=allofus)
[![](http://cranlogs.r-pkg.org/badges/grand-total/allofus)](https://cran.r-project.org/package=allofus)
[![DOI](https://zenodo.org/badge/659848534.svg)](https://zenodo.org/doi/10.5281/zenodo.10420610)
<!-- badges: end -->

Expand Down Expand Up @@ -73,7 +72,6 @@ vignette to learn how to use the package.
### Citation

Please cite the `allofus` package as:

<p>
Smith L, Cavanaugh R (2023). <em>allofus: Interface for ‘All of Us’
Researcher Workbench</em>.
Expand Down
25 changes: 14 additions & 11 deletions README.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

---
default-image-extension: ""
---
<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, include = FALSE}
Expand All @@ -14,18 +16,17 @@ knitr::opts_chunk$set(
# `allofus` R Package

<!-- badges: start -->
[![R-CMD-check](https://github.com/roux-ohdsi/allofus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/roux-ohdsi/allofus/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/allofus)](https://CRAN.R-project.org/package=allofus)
[![](http://cranlogs.r-pkg.org/badges/grand-total/allofus)](https://cran.r-project.org/package=allofus)
[![DOI](https://zenodo.org/badge/659848534.svg)](https://zenodo.org/doi/10.5281/zenodo.10420610)

[![R-CMD-check](https://github.com/roux-ohdsi/allofus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/roux-ohdsi/allofus/actions/workflows/R-CMD-check.yaml) [![CRAN status](https://www.r-pkg.org/badges/version/allofus)](https://CRAN.R-project.org/package=allofus) [![](http://cranlogs.r-pkg.org/badges/grand-total/allofus)](https://cran.r-project.org/package=allofus) [![DOI](https://zenodo.org/badge/659848534.svg)](https://zenodo.org/doi/10.5281/zenodo.10420610)

<!-- badges: end -->

The goal of the `allofus` R package is to streamline the use of R within the [All of Us Researcher Workbench](https://www.researchallofus.org/data-tools/workbench/). It has 4 primary goals:

1. Facilitate the use of popular `tidyverse` ecosystem of R packages on the Researcher Workbench
2. Help researchers more efficiently and accurately extract and synthesize survey data and EHR data
3. Increase the interoperability between tools created by the Observational Health Data Sciences and Informatics community (OHDSI) for the [OMOP CDM](https://www.researchallofus.org/faq/what-is-omop/)) and the Researcher Workbench
4. Make connecting to the database and managing files simple
1. Facilitate the use of popular `tidyverse` ecosystem of R packages on the Researcher Workbench
2. Help researchers more efficiently and accurately extract and synthesize survey data and EHR data
3. Increase the interoperability between tools created by the Observational Health Data Sciences and Informatics community (OHDSI) for the [OMOP CDM](https://www.researchallofus.org/faq/what-is-omop/)) and the Researcher Workbench
4. Make connecting to the database and managing files simple

*The `allofus` R package was developed by Louisa Smith and Rob Cavanaugh at [Northeastern University](https://ohdsi.northeastern.edu) and is not affiliated with or endorsed by the All of Us Research Program.*

Expand All @@ -44,8 +45,7 @@ install.packages("pak")
pak::pak("roux-ohdsi/allofus")
```

On the new RStudio interface on the workbench, you will need to manually specify
the CRAN mirror to be able to download *any* recently updated packages.
On the new RStudio interface on the workbench, you will need to manually specify the CRAN mirror to be able to download *any* recently updated packages.

```{r}
# specify the mirror directly
Expand All @@ -66,10 +66,13 @@ Read through the [getting started](https://roux-ohdsi.github.io/allofus/articles
### Citation

Please cite the `allofus` package as:

```{r, results = "asis", echo = FALSE, eval = TRUE}
print(citation("allofus"), style = "html")
```

or with

```{r}
citation("allofus")
```
Expand Down

0 comments on commit f7e538c

Please sign in to comment.