-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
44 lines (31 loc) · 1.56 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
34
35
36
37
38
39
40
41
42
43
44
---
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%"
)
```
# AnxietySleep
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/AnxietySleep)](https://CRAN.R-project.org/package=AnxietySleep)
[![R-CMD-check](https://github.com/NIM-ACh/AnxietySleep/workflows/R-CMD-check/badge.svg)](https://github.com/NIM-ACh/AnxietySleep/actions)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
<!-- badges: end -->
This R package contains data to facilitate the exploration and reproducibility of the analyses carried out for the study of Anxiety and Confinement conducted by Caren Alvarado-Aravena, Matías Castillo-Aguilar and Cristian Núñez-Espinosa.
## About <i class="fab fa-r-project"></i>
R is a high-level statistical programming language used for data analysis, as well as for the development of software tools such as web sites, reports, applications, digital books, etc. For more information you can visit the [R-project](https://www.r-project.org/about.html) website.
## Installation
To install the latest stable version from CRAN you may use the following:
```r
install.packages("AnxietySleep")
```
To install the latest development version, you can type in your `R` console the following:
``` r
# install.packages("devtools")
devtools::install_github("NIM-ACh/AnxietySleep")
```