-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fa8433
commit 490e759
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
# samples_archive | ||
Data archive with samples data available and doctor information | ||
|
||
- Using the code inside `ccrd` directory you can create the `docs` directory to deploy the website: | ||
```R | ||
library(shinylive) | ||
library(httpuv) | ||
|
||
setwd("~/path/to/samples_archive") | ||
shinylive::export(appdir = "ccrd", destdir = "docs") | ||
httpuv::runStaticServer("docs/", port=8008) | ||
``` | ||
|
||
|
||
https://uclanelsonlab.github.io/samples_archive/ |