-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
33 lines (24 loc) · 1.27 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# devaluation
The goal of **devaluation** is to facilitate the process of accessing raw data from the [Healthy Eating Study](https://ctn.uoregon.edu/projects/healthy-eating-study), conducted by the [Social and Affective Neuroscience Lab](https://sanlab.uoregon.edu/) at the University of Oregon. The package name is inspired by the formal title of this study, *Devaluing energy-dense foods for cancer control*. More information about the study's design, aims and measures can be found on [ClinicalTrials.gov](https://clinicaltrials.gov/ct2/show/NCT03557710).
<!-- badges: start -->
[![R build status](https://github.com/UOSAN/devaluation/workflows/R-CMD-check/badge.svg)](https://github.com/UOSAN/devaluation/actions)
<!-- badges: end -->
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("UOSAN/devaluation")
```
See the [Get Started](https://uosan.github.io/devaluation/articles/get-started.html) page for information on basic usage.