Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwb-r/kwb.ogre.model
Load Model Developed in OGRE Project
https://github.com/kwb-r/kwb.ogre.model
data-import modelling project-ogre r r-package rstats
Last synced: 29 days ago
JSON representation
Load Model Developed in OGRE Project
- Host: GitHub
- URL: https://github.com/kwb-r/kwb.ogre.model
- Owner: KWB-R
- License: mit
- Created: 2018-12-12T13:39:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T18:32:39.000Z (over 2 years ago)
- Last Synced: 2024-11-07T01:11:38.596Z (3 months ago)
- Topics: data-import, modelling, project-ogre, r, r-package, rstats
- Language: R
- Homepage: https://kwb-r.github.io/kwb.ogre.model
- Size: 84 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![R-CMD-check](https://github.com/KWB-R/kwb.ogre.model/workflows/R-CMD-check/badge.svg)](https://github.com/KWB-R/kwb.ogre.model/actions?query=workflow%3AR-CMD-check)
[![pkgdown](https://github.com/KWB-R/kwb.ogre.model/workflows/pkgdown/badge.svg)](https://github.com/KWB-R/kwb.ogre.model/actions?query=workflow%3Apkgdown)
[![codecov](https://codecov.io/github/KWB-R/kwb.ogre.model/branch/master/graphs/badge.svg)](https://codecov.io/github/KWB-R/kwb.ogre.model)
[![Project Status](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/kwb.ogre.model)]()# kwb.ogre.model
This package contains the functions written by
Andreas Matzinger that were originally located in the script
"OgRe_LoadModel_functions.R". Since this script was copied by some
students and then adapted there are many duplicated functions now. I
(Hauke) will replace those functions in the copied scripts that did
not change at all with "links" to the original functions in this
package.## Installation
```{r echo = TRUE, eval = FALSE}
#install.packages("remotes", repos = "https://cloud.r-project.org")
remotes::install_github("KWB-R/kwb.ogre.model")
```## Documentation
Release: [https://kwb-r.github.io/kwb.ogre.model](https://kwb-r.github.io/kwb.ogre.model)
Development: [https://kwb-r.github.io/kwb.ogre.model/dev](https://kwb-r.github.io/kwb.ogre.model/dev)