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
- Host: GitHub
- URL: https://github.com/danstich/mycpp
- Owner: danStich
- Created: 2019-08-12T15:11:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T18:19:40.000Z (almost 7 years ago)
- Last Synced: 2025-10-25T23:41:35.573Z (9 months ago)
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.