-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
executable file
·42 lines (31 loc) · 1.28 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
---
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%"
)
```
# kairos
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Travis build status](https://travis-ci.org/allaway/kairos.svg?branch=master)](https://travis-ci.org/allaway/kairos)
<!-- badges: end -->
The goal of kairos is to ...
## Installation
You can install the latest version of kairos from with:
``` r
devtools::install_github("nf-osi/kairos")
```
## Deployment to ShinyApps
- Enable workflows in the GitHub repository
- Under [secrets](https://github.com/nf-osi/kairos/settings/secrets/actions) click 'New repository secret'
- Enter secrets for `RSCONNECT_USER`, `RSCONNECT_TOKEN`, and `RSCONNECT_SECRET`, the values for which are saved in Sage's LastPass.
- Trigger the GitHub action.
- Check out the app here: https://sagebio.shinyapps.io/kairos-staging.
- After verifying correctness, create a Git branch named release*, e.g., `release-1.0`.
- The application will become available at https://sagebio.shinyapps.io/kairos