/usr/lib/R/site-library/repr/DESCRIPTION is in r-cran-repr 0.12.0-2.
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 39 | Package: repr
Title: Serializable Representations
Version: 0.12.0
Authors@R: c(
person('Philipp', 'Angerer', email = 'phil.angerer@gmail.com', role = c('aut', 'cre')),
person('Thomas', 'Kluyver', email = 'thomas@kluyver.me.uk', role = 'aut'),
person('Jan', 'Schulz', email = 'jasc@gmx.net', role = 'aut'),
person('abielr', role = 'ctb'),
person('Denilson', 'Figueiredo de Sa', role = 'ctb'),
person('Jim', 'Hester', role = 'ctb'),
person('karldw', role = 'ctb')
)
Maintainer: Philipp Angerer <phil.angerer@gmail.com>
Description: String and binary representations of objects for several formats /
mime types.
Depends: R (>= 3.0.1)
Imports: utils, grDevices
Suggests: methods, highr, Cairo, testthat
Enhances: data.table, dplyr, htmlwidgets
License: GPL-3
LazyData: true
Encoding: UTF-8
Collate: 'generics.r' 'options.r' 'package.r' 'repr_datatable.r'
'utils.r' 'repr_function.r' 'repr_help_files_with_topic.r'
'repr_htmlwidget.r' 'repr_list.r' 'repr_matrix_df.r'
'repr_packageIQR.r' 'repr_recordedplot.r' 'repr_vector.r'
RoxygenNote: 6.0.1.9000
NeedsCompilation: no
Packaged: 2017-04-07 09:59:00 UTC; angerer
Author: Philipp Angerer [aut, cre],
Thomas Kluyver [aut],
Jan Schulz [aut],
abielr [ctb],
Denilson Figueiredo de Sa [ctb],
Jim Hester [ctb],
karldw [ctb]
Repository: CRAN
Date/Publication: 2017-04-07 13:08:00 UTC
Built: R 3.4.2; ; 'Fri, 29 Sep 2017 18:25:16 +0200'; unix
|