Last data update: 2014.03.03

summarytools

Package: summarytools
Type: Package
Title: Dataframe Summaries, Frequency Tables and Numerical Summaries
with Customizable Output
Version: 0.4
Date: 2015-08-04
Author: Dominic Comtois
Maintainer: Dominic Comtois <dominic.comtois@gmail.com>
Description: Generates formatted summary tables for vectors and dataframes.
Three summarizing functions: 1) 'freq' generates frequency tables
reporting counts and proportions (including cumulative); 2) 'descr'
gives common central tendency statistics and measures of dispersion
for numerical data; 3) 'dfSummary' gives as much information
as possible about a dataframe and its components in a clear,
legible table. All three functions can either display plain text tables
in the console or write markdown, text or html files to disk. An
additional misc function, 'what.is', extends base 'is' function,
checking the object against all 'is' functions and gives a variety
of other information about the object.
Depends: htmltools
Imports: methods, pryr, pander, xtable, rapportools, rstudioapi, utils
License: GPL-2
URL: https://github.com/dcomtois/summarytools
NeedsCompilation: no
Packaged: 2015-08-04 17:26:26 UTC; dominic
Repository: CRAN
Date/Publication: 2015-08-05 09:30:57

● 0 images, 6 functions, 4 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'summarytools' ...
** package 'summarytools' successfully unpacked and MD5 sums checked
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'summarytools'
    finding HTML links ... done
    descr                                   html  
    dfSummary                               html  
    examens                                 html  
    exams                                   html  
    freq                                    html  
    fumeurs                                 html  
    print.summarytools                      html  
    smokers                                 html  
    view                                    html  
    what.is                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (summarytools)
Making 'packages.html' ... done