https://github.com/assignuser/acker
https://github.com/assignuser/acker
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/assignuser/acker
- Owner: assignUser
- License: other
- Created: 2022-08-26T15:35:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T00:11:22.000Z (over 3 years ago)
- Last Synced: 2024-12-29T12:17:08.434Z (over 1 year ago)
- Language: R
- Size: 86.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# acker
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/assignUser/acker/actions/workflows/R-CMD-check.yaml)
Dieses Packet stellt eine Shiny App zur Verfügung die als didaktisch reduziertes Interface für das [iCrop2](https://github.com/assignUser/icrop2r) Wachstumsmodell dient und erlaubt die simulierten Daten zur weiteren Nutzung zu exportieren.
## Installation
Wenn eine R Installation vorhanden ist, kann das R Packet von [GitHub](https://github.com/) installiert werden:
```r
# install.packages("devtools")
devtools::install_github("assignUser/acker")
# App starten
acker::run_app()
```
Alternative stellen wir auf ghcr.io ein Docker Image zur Verfügung, dass alle Voraussetzungen enthält:
```bash
# Ggf. ist ein login bei ghcr.io notwendig
docker run --rm -p 80:80 -v $(pwd):/output -w "/output" ghcr.io/assignuser/acker:latest
# Anschließend die Web App unter 127.0.0.1:80 aufrufen
```
## Code of Conduct
Please note that the acker project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.