Source: r-cran-dotcall64 Section: gnu-r Priority: optional Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille 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 Standards-Version: 4.6.2 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev Testsuite: autopkgtest-pkg-r 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.