Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigOlsen committed Aug 4, 2019
1 parent cc63801 commit 8c55cc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
10 changes: 4 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ rvers <- substring(dep, 7, nchar(dep)-1)

# groupdata2

**Author:** [Ludvig R. Olsen](http://ludvigolsen.dk/) ( r-pkgs@ludvigolsen.dk ) <br/>
**License:** [MIT](https://opensource.org/licenses/MIT) <br/>
**Started:** October 2016

[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/groupdata2)](https://cran.r-project.org/package=groupdata2)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/groupdata2)](https://cran.r-project.org/package=groupdata2)
[![minimal R version](https://img.shields.io/badge/R%3E%3D-`r rvers`-6666ff.svg)](https://cran.r-project.org/)
Expand All @@ -36,12 +40,6 @@ rvers <- substring(dep, 7, nchar(dep)-1)
R package: Methods for dividing data into groups. Create balanced partitions and cross-validation folds.
Perform time series windowing and general grouping and splitting of data. Balance existing groups with up- and downsampling.

By Ludvig R. Olsen,
Started in Oct. 2016

Contact at:
r-pkgs@ludvigolsen.dk

Main functions:

* `group_factor()`
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

# groupdata2

**Author:** [Ludvig R. Olsen](http://ludvigolsen.dk/) (
<r-pkgs@ludvigolsen.dk> ) <br/> **License:**
[MIT](https://opensource.org/licenses/MIT) <br/> **Started:** October
2016

[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/groupdata2)](https://cran.r-project.org/package=groupdata2)
[![metacran
downloads](https://cranlogs.r-pkg.org/badges/groupdata2)](https://cran.r-project.org/package=groupdata2)
Expand All @@ -20,11 +25,6 @@ partitions and cross-validation folds. Perform time series windowing and
general grouping and splitting of data. Balance existing groups with up-
and downsampling.

By Ludvig R. Olsen,
Started in Oct. 2016

Contact at: <r-pkgs@ludvigolsen.dk>

Main functions:

- `group_factor()`
Expand Down

0 comments on commit 8c55cc1

Please sign in to comment.