/usr/lib/R/site-library/plyr/DESCRIPTION is in r-cran-plyr 1.7.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | Package: plyr
Type: Package
Title: Tools for splitting, applying and combining data
Version: 1.7.1
Author: Hadley Wickham <h.wickham@gmail.com>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
Description: plyr is a set of tools that solves a common
set of problems: you need to break a big problem down
into manageable pieces, operate on each pieces and then
put all the pieces back together. For example, you
might want to fit a model to each spatial location or
time point in your study, summarise data by panels or
collapse high-dimensional arrays to simpler summary
statistics. The development of plyr has been generously
supported by BD (Becton Dickinson).
URL: http://had.co.nz/plyr
Depends: R (>= 2.11.0)
Suggests: abind, testthat (>= 0.2), tcltk, foreach, itertools,
iterators
License: MIT
LazyData: true
Collate: 'dimensions.r' 'helper-arrange.r' 'helper-col-wise.r'
'helper-count.r' 'helper-data-frame.r' 'helper-each.r'
'helper-match-df.r' 'helper-mutate.r' 'helper-quick-df.r'
'helper-rename.r' 'helper-round-any.r' 'helper-splat.r'
'helper-strip-splits.r' 'helper-summarise.r' 'helper-try.r'
'helper-vaggregate.r' 'id.r' 'immutable.r' 'indexed-array.r'
'indexed-data-frame.r' 'indexed.r' 'join.r' 'loop-apply.r'
'ply-array.r' 'ply-data-frame.r' 'ply-iterator.r' 'ply-list.r'
'ply-mapply.r' 'ply-null.r' 'ply-replicate.r' 'progress.r'
'quote.r' 'rbind-matrix.r' 'rbind.r' 'simplify-array.r'
'simplify-data-frame.r' 'simplify-vector.r' 'split-array.r'
'split-data-frame.r' 'split-indices.r' 'split.r' 'utils.r'
'data.r' 'helper-defaults.r'
Packaged: 2012-01-02 17:03:32 UTC; hadley
Repository: CRAN
Date/Publication: 2012-01-08 14:36:10
Built: R 2.14.1; x86_64-pc-linux-gnu; 2012-02-07 20:06:49 UTC; unix
|