From 5c87537288e9fafe070a1767bcc5215cc6d3c3c3 Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Wed, 23 Mar 2022 23:26:34 +0100 Subject: [PATCH] Update documentation, and DESCRIPTION fix references to old URLs and previous usage. add badge for total downloads --- DESCRIPTION | 5 ++--- README.Rmd | 5 ++++- README.md | 4 +++- index.Rmd | 5 ++++- index.md | 2 ++ 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fea163b..7593447 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,8 +6,7 @@ Authors@R: c(person("Maxime", "Wack", email = "maximewack@free.fr", role = c("au person("Yihui", "Xie", email = "xieyihui@gmail.com", role = c("ctb"))) Description: Easily create descriptive and comparative tables. It makes use and integrates directly with the tidyverse family of packages, and pipes. - Tables are produced as data frames/lists of data frames for easy manipulation after creation, - and ready to be saved as csv, or piped to DT::datatable() or pander::pander() to integrate into reports. + Tables are produced as (nested) dataframes for easy manipulation. Depends: R (>= 3.2.3), pander @@ -15,7 +14,7 @@ License: GPL-3 Encoding: UTF-8 LazyData: true URL: https://desctable.github.io -BugReports: https://github.com/maximewack/desctable/issues +BugReports: https://github.com/desctable/desctable/issues Imports: dplyr, DT, diff --git a/README.Rmd b/README.Rmd index e7b9dc8..c0a12b1 100644 --- a/README.Rmd +++ b/README.Rmd @@ -7,7 +7,10 @@ output: github_document knitr::opts_chunk$set(message = F, warning = F) ``` -[![Travis-CI Build Status](https://travis-ci.org/desctable/desctable.svg?branch=master)](https://travis-ci.org/desctable/desctable) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/desctable)](https://cran.r-project.org/package=desctable) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/desctable)](https://www.r-pkg.org:443/pkg/desctable) +[![Travis-CI Build Status](https://travis-ci.org/desctable/desctable.svg?branch=master)](https://travis-ci.org/desctable/desctable) +[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/desctable)](https://cran.r-project.org/package=desctable) +[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/desctable)](https://www.r-pkg.org:443/pkg/desctable) +[![CRAN RStudio mirror total downloads](http://cranlogs.r-pkg.org/badges/grand-total/desctable)](https://www.r-pkg.org:443/pkg/desctable) **Warning to existing users** *This version introduces a new API that should make the creation of tables more flexible. diff --git a/README.md b/README.md index 982c9c7..cf0a9f5 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ Desctable ================ [![Travis-CI Build -Status](https://travis-ci.org/desctable/desctable.svg?branch=master)](https://travis-ci.org/desctable/desctable) +Status](https://travis-ci.org/desctable/desctable.svg?branch=master)](https://travis-ci.org/desctable/desctable) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/desctable)](https://cran.r-project.org/package=desctable) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/desctable)](https://www.r-pkg.org:443/pkg/desctable) +[![CRAN RStudio mirror total +downloads](http://cranlogs.r-pkg.org/badges/grand-total/desctable)](https://www.r-pkg.org:443/pkg/desctable) **Warning to existing users** *This version introduces a new API that should make the creation of diff --git a/index.Rmd b/index.Rmd index 886bfab..83db340 100644 --- a/index.Rmd +++ b/index.Rmd @@ -7,7 +7,10 @@ output: github_document knitr::opts_chunk$set(message = F, warning = F) ``` -[![Travis-CI Build Status](https://travis-ci.org/desctable/desctable.svg?branch=master)](https://travis-ci.org/desctable/desctable) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/desctable)](https://cran.r-project.org/package=desctable) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/desctable)](https://www.r-pkg.org:443/pkg/desctable) +[![Travis-CI Build Status](https://travis-ci.org/desctable/desctable.svg?branch=master)](https://travis-ci.org/desctable/desctable) +[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/desctable)](https://cran.r-project.org/package=desctable) +[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/desctable)](https://www.r-pkg.org:443/pkg/desctable) +[![CRAN RStudio mirror total downloads](http://cranlogs.r-pkg.org/badges/grand-total/desctable)](https://www.r-pkg.org:443/pkg/desctable) **Warning to existing users** *This version introduces a new API that should make the creation of tables more flexible. diff --git a/index.md b/index.md index 1e5f608..06b3b46 100644 --- a/index.md +++ b/index.md @@ -6,6 +6,8 @@ Status](https://travis-ci.org/desctable/desctable.svg?branch=master)](https://tr [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/desctable)](https://cran.r-project.org/package=desctable) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/desctable)](https://www.r-pkg.org:443/pkg/desctable) +[![CRAN RStudio mirror total +downloads](http://cranlogs.r-pkg.org/badges/grand-total/desctable)](https://www.r-pkg.org:443/pkg/desctable) **Warning to existing users** *This version introduces a new API that should make the creation of