# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "dotCall64" in publications use:' type: software license: GPL-2.0-or-later title: 'dotCall64: Enhanced Foreign Function Interface Supporting Long Vectors' version: '1.2' doi: 10.1016/j.softx.2018.06.002 identifiers: - type: doi value: 10.32614/CRAN.package.dotCall64 abstract: 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. authors: - family-names: Moesinger given-names: Kaspar email: kaspar.moesinger@gmail.com - family-names: Gerber given-names: Florian email: flora.fauna.gerber@gmail.com orcid: https://orcid.org/0000-0001-8545-5263 - family-names: Furrer given-names: Reinhard email: reinhard.furrer@uzh.ch orcid: https://orcid.org/0000-0002-6319-2332 preferred-citation: type: article title: 'dotCall64: An R package providing an efficient interface to compiled C, C++, and Fortran code supporting long vectors' authors: - name: Florian Gerber - name: Kaspar Moesinger - name: Reinhard Furrer journal: SoftwareX year: '2018' volume: '7' issn: 2352-7110 doi: 10.1016/j.softx.2018.06.002 start: '217' end: '221' repository: https://CRAN.R-project.org/package=dotCall64 url: https://git.math.uzh.ch/reinhard.furrer/dotCall64 date-released: '2024-10-03' contact: - family-names: Furrer given-names: Reinhard email: reinhard.furrer@uzh.ch orcid: https://orcid.org/0000-0002-6319-2332 references: - type: article title: 'Extending R packages to support 64-bit compiled code: An illustration with spam64 and GIMMS NDVI3g data' authors: - name: Florian Gerber - name: Kaspar Moesinger - name: Reinhard Furrer journal: Computer & Geoscience year: '2017' volume: '104' issn: 0098-3004 doi: 10.1016/j.cageo.2016.11.015 start: '109' end: '119'