Browse Source

Update documentation, and DESCRIPTION

fix references to old URLs and previous usage.
add badge for total downloads
tags/0.3.0^2
Maxime Wack 2 years ago
parent
commit
5c87537288
5 changed files with 15 additions and 6 deletions
  1. +2
    -3
      DESCRIPTION
  2. +4
    -1
      README.Rmd
  3. +3
    -1
      README.md
  4. +4
    -1
      index.Rmd
  5. +2
    -0
      index.md

+ 2
- 3
DESCRIPTION View File

@@ -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"))) person("Yihui", "Xie", email = "xieyihui@gmail.com", role = c("ctb")))
Description: Easily create descriptive and comparative tables. Description: Easily create descriptive and comparative tables.
It makes use and integrates directly with the tidyverse family of packages, and pipes. 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: Depends:
R (>= 3.2.3), R (>= 3.2.3),
pander pander
@@ -15,7 +14,7 @@ License: GPL-3
Encoding: UTF-8 Encoding: UTF-8
LazyData: true LazyData: true
URL: https://desctable.github.io URL: https://desctable.github.io
BugReports: https://github.com/maximewack/desctable/issues
BugReports: https://github.com/desctable/desctable/issues
Imports: Imports:
dplyr, dplyr,
DT, DT,


+ 4
- 1
README.Rmd View File

@@ -7,7 +7,10 @@ output: github_document
knitr::opts_chunk$set(message = F, warning = F) 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** **Warning to existing users**
*This version introduces a new API that should make the creation of tables more flexible. *This version introduces a new API that should make the creation of tables more flexible.


+ 3
- 1
README.md View File

@@ -2,10 +2,12 @@ Desctable
================ ================


[![Travis-CI Build [![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_Status_Badge](http://www.r-pkg.org/badges/version/desctable)](https://cran.r-project.org/package=desctable)
[![CRAN RStudio mirror [![CRAN RStudio mirror
downloads](http://cranlogs.r-pkg.org/badges/desctable)](https://www.r-pkg.org:443/pkg/desctable) 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** **Warning to existing users**
*This version introduces a new API that should make the creation of *This version introduces a new API that should make the creation of


+ 4
- 1
index.Rmd View File

@@ -7,7 +7,10 @@ output: github_document
knitr::opts_chunk$set(message = F, warning = F) 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** **Warning to existing users**
*This version introduces a new API that should make the creation of tables more flexible. *This version introduces a new API that should make the creation of tables more flexible.


+ 2
- 0
index.md View File

@@ -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_Status_Badge](http://www.r-pkg.org/badges/version/desctable)](https://cran.r-project.org/package=desctable)
[![CRAN RStudio mirror [![CRAN RStudio mirror
downloads](http://cranlogs.r-pkg.org/badges/desctable)](https://www.r-pkg.org:443/pkg/desctable) 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** **Warning to existing users**
*This version introduces a new API that should make the creation of *This version introduces a new API that should make the creation of


Loading…
Cancel
Save