https://github.com/assignuser/acker

https://github.com/assignuser/acker

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: assignUser
  • License: other
  • Language: R
  • Default Branch: main
  • Size: 86.2 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created almost 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme Changelog License Code of conduct

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# acker


[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/assignUser/acker/actions/workflows/R-CMD-check.yaml/badge.svg)](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.

Owner

  • Name: Jacob Wujciak-Jens
  • Login: assignUser
  • Kind: user
  • Location: Germany
  • Company: @voltrondata

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 23
  • Total Committers: 1
  • Avg Commits per committer: 23.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jacob Wujciak-Jens j****b@w****e 23
Committer Domains (Top 20 + Academic)

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • R >= 3.4.0 depends
  • ambient * imports
  • config >= 0.3.1 imports
  • dplyr * imports
  • glue * imports
  • golem >= 0.3.3 imports
  • iCrop2R * imports
  • leaflet * imports
  • lubridate * imports
  • memoise * imports
  • osmdata * imports
  • prompter * imports
  • purrr * imports
  • rdwd * imports
  • sf * imports
  • shiny >= 1.7.1 imports
  • shinycssloaders * imports
  • shinythemes * imports
  • sirad * imports
  • terra * imports
  • utils * imports
Dockerfile docker
  • ghcr.io/rocker-org/geospatial 4.2.1-ubuntugis build