https://github.com/subugoe/metar
Documentation and suggested best practices for data analysis at WAG
https://github.com/subugoe/metar
rstats
Last synced: 28 days ago
JSON representation
Documentation and suggested best practices for data analysis at WAG
- Host: GitHub
- URL: https://github.com/subugoe/metar
- Owner: subugoe
- License: mit
- Created: 2020-02-18T14:48:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T18:17:11.000Z (over 4 years ago)
- Last Synced: 2025-01-24T14:18:46.429Z (3 months ago)
- Topics: rstats
- Language: R
- Homepage: https://subugoe.github.io/metaR
- Size: 188 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - subugoe/metar - Documentation and suggested best practices for data analysis at WAG (R)
README
# metar
[](https://github.com//subugoe/metar/actions)
[](https://codecov.io/gh//subugoe/metar?branch=master)
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://CRAN.R-project.org/package=metar)This package is for internal use at [SUB Göttingen](http://sub.uni-goettingen.de).
It:1. Wraps [muggle](http://subugoe.github.io/muggle/) setup functions for R best practices with SUB-specific defaults.
2. Documents suggested best practices around R data analysis at SUB in the form of vignettes.
Most of this is links to other resources.
3. [A place to log placeholder issues for ideas](https://github.com/subugoe/metar/issues) to improve our workflows with development in other packages, or of new packages.This package will never go to CRAN, because it is not useful for people outside of SUB.
{metar} re-exports functions from existing packages, and therefore has a lot of heavy dependencies (much like [devtools](https://github.com/r-lib/devtools)).
It is for interactive use *only*; do not add it to your `DESCRIPTION`.If you need one of the {metar} functions in your project, look for package from which the function originated, and add that to your `DESCRIPTION` instead.
It will be much lighter.
For example, to use the pkgdown theme wrapped in {metar}, you only need the [subugoetheme](https://github.com/subugoe/subugoetheme) package.