This is the Debian GNU/Linux r-cran-rcppcctz package of RcppCCTZ. The RcppCCTZ package offers the CCTZ library for use by R. CCTZ was written by Bradley White and Greg Miller. RcppCCTZ was written by Dirk Eddelbuettel. This package was created by Dirk Eddelbuettel . The sources were downloaded from the main CRAN site https://cran.r-project.org/src/contrib/ and are also available from all CRAN mirrors as e.g. https://cran.us.r-project.org/src/contrib/ The package was renamed from its upstream name 'RcppCCTZ' to 'r-cran-rcppcctz' to fit the pattern of CRAN (and non-CRAN) packages for R. Files: * Copyright: 2015 - 2020 Google Inc. License: Apache-2 Files: debian/* Files: src/utilities.cpp Files: inst/include/RcppCCTZ* Files: R/* Files: tests/* Copyright: 2015 - 2020 Dirk Eddelbuettel 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, the GPL license (version 3) is included in the file /usr/share/common-licenses/GPL-3, and the Apache-2 license is included in the file /usr/share/common-licenses/Apache-2.0. For reference, the upstream DESCRIPTION file is included below: Package: RcppCCTZ Type: Package Title: 'Rcpp' Bindings for the 'CCTZ' Library Version: 0.2.9 Date: 2020-08-30 Author: Dirk Eddelbuettel Maintainer: Dirk Eddelbuettel Description: 'Rcpp' Access to the 'CCTZ' timezone library is provided. 'CCTZ' is a C++ library for translating between absolute and civil times using the rules of a time zone. The 'CCTZ' source code, released under the Apache 2.0 License, is included in this package. See for more details. License: GPL (>= 2) Imports: Rcpp (>= 0.11.0) Suggests: tinytest LinkingTo: Rcpp SystemRequirements: A 64-bit POSIX OS such as Linux or OS X with IANA time zone data in /usr/share/zoneinfo as well as a recent-enough C++11 compiler (such as g++-4.9 or later which is preferred, g++-4.8 works too). On Windows the zoneinfo included with R is used; and time parsing support is enabled via a backport of std::get_time from the LLVM libc++ library. URL: https://github.com/eddelbuettel/rcppcctz BugReports: https://github.com/eddelbuettel/rcppcctz/issues RoxygenNote: 6.0.1 NeedsCompilation: yes Packaged: 2020-08-30 20:29:54.384143 UTC; edd Repository: CRAN Date/Publication: 2020-08-30 20:50:02 UTC