Source: r-cran-dotcall64 Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille Section: gnu-r Priority: optional Build-Depends: debhelper (>= 11~), dh-r, r-base-dev Standards-Version: 4.1.5 Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-dotcall64 Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-dotcall64.git Homepage: https://cran.r-project.org/package=dotCall64 Package: r-cran-dotcall64 Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: Enhanced Foreign Function Interface Supporting Long Vectors 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.