Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: microbenchmark Comment: This is the Debian GNU/Linux r-cran-microbenchmark package of microbenchmark. The Microbenchmark package accurate timimings of R functions, and was written by Olaf Mersmann. . This package was created by Dirk Eddelbuettel . . The package was renamed from its upstream name 'microbenchmark to 'r-cran-microbenchmark' to fit the pattern of CRAN (and non-CRAN) packages for R. . For reference, the upstream DESCRIPTION file is included below: . Package: microbenchmark Title: Accurate Timing Functions Description: Provides infrastructure to accurately measure and compare the execution time of R expressions. Authors@R: c(person("Olaf", "Mersmann", role=c("aut")), person("Claudia", "Beleites", role=c("ctb")), person("Rainer", "Hurling", role=c("ctb")), person("Ari", "Friedman", role=c("ctb")), person(given=c("Joshua","M."), family="Ulrich", role="cre", email="josh.m.ulrich@gmail.com")) URL: https://github.com/joshuaulrich/microbenchmark/ BugReports: https://github.com/joshuaulrich/microbenchmark/issues/ License: BSD_2_clause + file LICENSE Imports: graphics, stats Suggests: ggplot2, multcomp, RUnit SystemRequirements: On a Unix-alike, one of the C functions mach_absolute_time (macOS), clock_gettime or gethrtime. If none of these is found, the obsolescent POSIX function gettimeofday will be tried. ByteCompile: yes Version: 1.4.10 RoxygenNote: 7.2.3 NeedsCompilation: yes Packaged: 2023-04-28 19:36:18 UTC; josh Author: Olaf Mersmann [aut], Claudia Beleites [ctb], Rainer Hurling [ctb], Ari Friedman [ctb], Joshua M. Ulrich [cre] Maintainer: Joshua M. Ulrich Repository: CRAN Date/Publication: 2023-04-28 21:20:02 UTC Source: https://CRAN.R-project.org/package=microbenchmark Files: * Copyright: 2010 - 2024 Olaf Mersman, Claudia Beleites, Ari Friedman, and Rainer Hurling License: BSD-2-clause Files: debian/* Copyright: 2024 Dirk Eddelbuettel License: GPL-2+ 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. License: BSD-2-clause YEAR: 2010-2014 COPYRIGHT HOLDER: Olaf Mersmann YEAR: 2012 COPYRIGHT HOLDER: Ari Friedman YEAR: 2012 COPYRIGHT HOLDER: Rainer Hurling YEAR: 2011 COPYRIGHT HOLDER: Claudia Beleites . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.