Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)