Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwb-r/kwb.ogre
Functions Used Within The OGRE Project At KWB
https://github.com/kwb-r/kwb.ogre
project-ogre r r-package rstats
Last synced: about 1 month ago
JSON representation
Functions Used Within The OGRE Project At KWB
- Host: GitHub
- URL: https://github.com/kwb-r/kwb.ogre
- Owner: KWB-R
- License: mit
- Created: 2018-12-12T13:35:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T14:02:06.000Z (over 2 years ago)
- Last Synced: 2024-11-07T01:11:38.774Z (3 months ago)
- Topics: project-ogre, r, r-package, rstats
- Language: R
- Homepage: https://kwb-r.github.io/kwb.ogre/
- Size: 91.8 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![R-CMD-check](https://github.com/KWB-R/kwb.ogre/workflows/R-CMD-check/badge.svg)](https://github.com/KWB-R/kwb.ogre/actions?query=workflow%3AR-CMD-check)
[![pkgdown](https://github.com/KWB-R/kwb.ogre/workflows/pkgdown/badge.svg)](https://github.com/KWB-R/kwb.ogre/actions?query=workflow%3Apkgdown)
[![codecov](https://codecov.io/github/KWB-R/kwb.ogre/branch/master/graphs/badge.svg)](https://codecov.io/github/KWB-R/kwb.ogre)
[![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)]()# kwb.ogre
This package contains functions for reading logger files.
## Installation
```r
#install.packages("remotes", repos = "https://cloud.r-project.org")
remotes::install_github("KWB-R/kwb.ogre")
```## Documentation
Release: [https://kwb-r.github.io/kwb.ogre](https://kwb-r.github.io/kwb.ogre)
Development: [https://kwb-r.github.io/kwb.ogre/dev](https://kwb-r.github.io/kwb.ogre/dev)