/usr/share/doc/r-cran-viridislite/copyright is in r-cran-viridislite 0.3.0-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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | This is the Debian GNU/Linux r-cran-viridislite package of
viridisLite. The viridisLite package provides a port of the
matplotlib color scales. It was written by Simon Garnier, Noam Ross
and Bob Rudis.
This package was created by Dirk Eddelbuettel <edd@debian.org>.
The sources were downloaded from the main CRAN site
http://cran.r-project.org/src/contrib/
and are also available from all CRAN mirrors as e.g.
http://cran.us.r-project.org/src/contrib/
The package was renamed from its upstream name 'viridisLite' to
'r-cran-viridislite' to fit the pattern of CRAN (and non-CRAN)
packages for R.
Files: *
Copyright: 2015 - 2016 Simon Garnier
Portions Copyright: 2015 - 2016 Noam RossL
Portions Copyright: 2015 - 2016 Bob Rudis
License: MIT
Files: debian/*
Copyright: 2017 Dirk Eddelbuettel <edd@debian.org>
License: GPL-2+
On a Debian GNU/Linux system, the GPL license (version 2) is included
in the file /usr/share/common-licenses/GPL-2.
For reference, the upstream DESCRIPTION file is included below:
Package: viridisLite
Type: Package
Title: Default Color Maps from 'matplotlib' (Lite Version)
Version: 0.2.0
Authors@R: c(
person("Simon", "Garnier", email = "garnier@njit.edu", role = c("aut", "cre")),
person("Noam", "Ross", email = "noam.ross@gmail.com", role = c("ctb", "cph")),
person("Bob", "Rudis", email = "bob@rud.is", role = c("ctb", "cph"))
)
Maintainer: Simon Garnier <garnier@njit.edu>
Description: Port of the new 'matplotlib' color maps ('viridis' - the default
-, 'magma', 'plasma' and 'inferno') to 'R'. 'matplotlib' <http://matplotlib.org/
> is a popular plotting library for 'python'. These color maps are designed
in such a way that they will analytically be perfectly perceptually-uniform,
both in regular form and also when converted to black-and-white. They are
also designed to be perceived by readers with the most common form of color
blindness. This is the 'lite' version of the more complete 'viridis' package
that can be found at <https://cran.r-project.org/package=viridis>.
License: MIT + file LICENSE
LazyData: TRUE
Encoding: UTF-8
Depends: R (>= 2.10)
Suggests: hexbin (>= 1.27.0), ggplot2 (>= 1.0.1), testthat, covr
URL: https://github.com/sjmgarnier/viridisLite
BugReports: https://github.com/sjmgarnier/viridisLite/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-03-23 21:36:52 UTC; simon
Author: Simon Garnier [aut, cre],
Noam Ross [ctb, cph],
Bob Rudis [ctb, cph]
Repository: CRAN
Date/Publication: 2017-03-24 05:37:14 UTC
The file LICENSE is included below:
YEAR: 2015
COPYRIGHT HOLDER: Simon Garnier
|