Skip to content

Commit

Permalink
Merge pull request #48 from jakubnowicki/add-cran-badges
Browse files Browse the repository at this point in the history
Add cran badges
  • Loading branch information
jakubnowicki authored Feb 16, 2022
2 parents 997842e + b31db2f commit e846fd2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^vignetes$
.Rprofile
.lintr
^CRAN-SUBMISSION$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
.Ruserdata
CRAN-SUBMISSION
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,26 @@

<!-- badges: start -->
![R-CMD-check](https://github.com/jakubnowicki/fixtuRes/workflows/R-CMD-check/badge.svg)
[![version](https://www.r-pkg.org/badges/version/fixtuRes)](https://CRAN.R-project.org/package=fixtuRes)
[![cranlogs](https://cranlogs.r-pkg.org/badges/fixtuRes)](https://CRAN.R-project.org/package=fixtuRes)
[![total](https://cranlogs.r-pkg.org/badges/grand-total/fixtuRes)](https://CRAN.R-project.org/package=fixtuRes)

<!-- badges: end -->

Generate mock data in R using YAML configuration.

## Installation

You can install a stable release from CRAN repository:

```r
install.packages("fixtuRes")
```

You can install the latest version with `remotes`:

``` r
remotes::install_github("jakubnowicki/fixtuRes@master")
```r
remotes::install_github("jakubnowicki/fixtuRes@develop")
```

## Usage
Expand Down

0 comments on commit e846fd2

Please sign in to comment.