/usr/lib/R/site-library/dotCall64/DESCRIPTION is in r-cran-dotcall64 0.9-5.2-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 | Package: dotCall64
Type: Package
Title: Enhanced Foreign Function Interface Supporting Long Vectors
Version: 0.9-5.2
Date: 2018-01-11
Authors@R: c(person("Kaspar", "Moesinger", role = c("aut"),
email = "kaspar.moesinger@gmail.com"),
person("Florian", "Gerber", role = c("cre", "ctb"),
email = "florian.gerber@math.uzh.ch"),
person("Reinhard", "Furrer", role = "ctb",
email = "reinhard.furrer@math.uzh.ch"))
Description: Provides .C64(), which is an enhanced version of .C()
and .Fortran() from the foreign function interface. .C64() supports long
vectors, arguments of type 64-bit integer, and provides a mechanism to
avoid unnecessary copies of read-only and write-only arguments. This
makes it a convenient and fast interface to C/C++ and Fortran code.
License: GPL (>= 2)
URL: https://git.math.uzh.ch/reinhard.furrer/dotCall64
BugReports: https://git.math.uzh.ch/reinhard.furrer/dotCall64/issues
Depends: R (>= 3.1)
Suggests: microbenchmark, OpenMPController, RColorBrewer, roxygen2,
spam, testthat,
Collate: 'vector_dc.R' 'dotCall64.R' 'zzz.R'
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-01-11 16:23:57 UTC; floger
Author: Kaspar Moesinger [aut],
Florian Gerber [cre, ctb],
Reinhard Furrer [ctb]
Maintainer: Florian Gerber <florian.gerber@math.uzh.ch>
Repository: CRAN
Date/Publication: 2018-01-11 21:36:35 UTC
Built: R 3.4.3; x86_64-pc-linux-gnu; 'Tue, 30 Jan 2018 18:32:18 +0100'; unix
|