An open API service indexing awesome lists of open source software.

https://github.com/danstich/mycpp

Package containing my Rcpp functions for use in snowfall
https://github.com/danstich/mycpp

Last synced: 9 days ago
JSON representation

Package containing my Rcpp functions for use in snowfall

Awesome Lists containing this project

README

          

# myCpp
Package containing my Rcpp functions for use in snowfall

## Motivation
C++ functions are hard to include in parallel processes within R
unless stored in a package that can be uploaded to a cluster. The sole
purpose of this package is to house some of my C++ functions so I can
use them with `snowfall`.