Learn R Programming

dotCall64 (version 1.2)

Enhanced Foreign Function Interface Supporting Long Vectors

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.

Copy Link

Version

Install

install.packages('dotCall64')

Monthly Downloads

87,565

Version

1.2

License

GPL (>= 2)

Maintainer

Last Published

October 4th, 2024

Functions in dotCall64 (1.2)

vector_dc

Allocate vectors in .C64()
dotCall64

dotCall64 - Extended Foreign Function Interface