Learn R Programming

⚠️There's a newer version (0.3.1) of this package.Take me there.

RcppRoll

This package provides an interface for commonly-used math and statistical functions as 'rollers', and also provides a utility function, 'rollit', for generating your own fast, C++ backed rollers.

Install me with devtools:

install_github("kevinushey/RcppRoll")

and check some examples with

example(rollit)

Copy Link

Version

Install

install.packages('RcppRoll')

Monthly Downloads

30,778

Version

0.2.2

License

GPL (>= 2)

Maintainer

Kevin Ushey

Last Published

April 5th, 2015

Functions in RcppRoll (0.2.2)

RcppRoll-exports

RcppRoll
rollit

Generate your own Weighted C++ Roll Function
rollit_example

'rollit' Output -- Example Function
RcppRoll

RcppRoll
rollit_raw

Generate your own Weighted C++ Roll Function
get_rollit_source

Get and Edit Source File Associated with User-Generated 'rollit' Function