Movatterモバイル変換


[0]ホーム

URL:


Dirk Eddelbuettel
RApiDatetime:R Date and Datetime Functionality at the C Level

Build StatusLicenseCRANDownloadsDependenciesCode CoverageLast Commit

About

This package provides C-level date / datetime functionality takenfrom the R sources and made available for use by other packages.

It is useful if you are writing C (or C++) code in an R package whichneeds to parse, format or transform date(time) objects, and want to dothis at the compiled level, i.e. faster than calling back to thecorresponding R level function could do it.

Installation

The package is now onCRANand can be installed via a standard

install.packages("RApiDatetime")

Copyrights

Copyrights are held by the respective authors, in particular the RCore Team for the included code from R, and Dirk Eddelbuettel for anymodificatons, integration and the remainder of the package.

Author

Dirk Eddelbuettel for this package

R Core for the underlying code from R

License

GPL (>= 2)

Initially created: Thu Mar 23 18:53:28 CDT 2014
Last modified: Sun May 26 10:09:44 CDT 2024


[8]
ページ先頭

©2009-2025 Movatter.jp