https://github.com/ketchbrookanalytics/KAscore-demo
Demo of the {KAscore} R package from Ketchbrook Analytics
https://github.com/ketchbrookanalytics/KAscore-demo
Last synced: 5 months ago
JSON representation
Demo of the {KAscore} R package from Ketchbrook Analytics
- Host: GitHub
- URL: https://github.com/ketchbrookanalytics/KAscore-demo
- Owner: ketchbrookanalytics
- Created: 2023-05-08T19:29:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T03:38:35.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:11:15.152Z (8 months ago)
- Language: R
- Size: 4.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ketchbrookanalytics/KAscore-demo - Demo of the {KAscore} R package from Ketchbrook Analytics (R)
README
# Demo Materials for {KAscore}
This repository contains materials associated with demonstrations of the [{KAscore}](https://ketchbrookanalytics.github.io/KAscore/) R package.
## Installation
We recommend that you use [{renv}](https://rstudio.github.io/renv/) with this project.
To install {KAscore} in a {renv}-friendly way, we recommend creating a folder at `~/renv/cellar/`, and placing the tarball file there (i.e., `/renv/cellar/KAscore_1.0.0.tar.gz`).
Once you have done this, you can install {KAscore} and all other dependencies for the scripts in this repository by running:
```
renv::activate()
renv::restore()
```