diff --git a/.Rbuildignore b/.Rbuildignore index 281389e..b24f96e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -11,3 +11,4 @@ ^vignetes$ .Rprofile .lintr +^CRAN-SUBMISSION$ diff --git a/.gitignore b/.gitignore index 5b6a065..895f394 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .Rhistory .RData .Ruserdata +CRAN-SUBMISSION diff --git a/README.md b/README.md index bbcc694..0bcc9c6 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,26 @@ ![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) + 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