Last data update: 2014.03.03

formatR

Package: formatR
Type: Package
Title: Format R Code Automatically
Version: 1.4
Date: 2016-05-09
Author: Yihui Xie
Maintainer: Yihui Xie <xie@yihui.name>
Description: Provides a function tidy_source() to format R source code. Spaces
and indent will be added to the code automatically, and comments will be
preserved under certain conditions, so that R code will be more
human-readable and tidy. There is also a Shiny app as a user interface in
this package (see tidy_app()).
Depends: R (>= 3.0.2)
Suggests: codetools, shiny, testit, knitr
License: GPL
URL: http://yihui.name/formatR
BugReports: https://github.com/yihui/formatR/issues
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-05-09 06:18:28 UTC; yihui
Repository: CRAN
Date/Publication: 2016-05-09 17:52:57

● 0 images, 5 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'formatR' ...
** package 'formatR' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'formatR'
    finding HTML links ... done
    tidy_app                                html  
    tidy_dir                                html  
    tidy_eval                               html  
    tidy_source                             html  
    usage                                   html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (formatR)
Making 'packages.html' ... done