RSQLite.extfuns: Math and String Extension Functions for RSQLite

This package uses SQLite's loadable extension feature to provide a number of additional SQL functions and aggregates. The package is a wrapper of extension functions written by Liam Healy and made available through the SQLite website (http://www.sqlite.org/contrib). Math: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference, degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp, log, log10, power, sign, sqrt, square, ceil, floor, pi. String: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim, replace, reverse, proper, padl, padr, padc, strfilter. Aggregate: stdev, variance, mode, median, lower_quartile, upper_quartile.

Version: 0.0.1
Depends: RSQLite (≥ 0.9-1)
LinkingTo: RSQLite
Published: 2010-05-30
Author: Seth Falcon
Maintainer: Seth Falcon <seth at userprimary.net>
License: Artistic-2.0
URL: http://www.sqlite.org/contrib/
NeedsCompilation: yes
CRAN checks: RSQLite.extfuns results

Downloads:

Reference manual: RSQLite.extfuns.pdf
Package source: RSQLite.extfuns_0.0.1.tar.gz
Windows binaries: r-devel: RSQLite.extfuns_0.0.1.zip, r-release: RSQLite.extfuns_0.0.1.zip, r-oldrel: RSQLite.extfuns_0.0.1.zip
OS X Snow Leopard binaries: r-release: RSQLite.extfuns_0.0.1.tgz, r-oldrel: RSQLite.extfuns_0.0.1.tgz
OS X Mavericks binaries: r-release: RSQLite.extfuns_0.0.1.tgz

Reverse dependencies:

Reverse depends: rplexos, sqldf
Reverse imports: rangeMapper
Reverse suggests: dplyr, pitchRx