https://github.com/kindlychung/txtutils
An auxiliary R package
https://github.com/kindlychung/txtutils
Last synced: about 2 months ago
JSON representation
An auxiliary R package
- Host: GitHub
- URL: https://github.com/kindlychung/txtutils
- Owner: kindlychung
- Created: 2014-08-13T23:02:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-14T13:21:06.000Z (almost 11 years ago)
- Last Synced: 2025-02-10T21:46:50.331Z (4 months ago)
- Language: C++
- Size: 195 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Requirements
* git
* R packages:
* Rcpp
* devtools# Installation
require(devtools)
Sys.setenv("PKG_CXXFLAGS"="-std=c++11")
install_github("txtutils", username="kindlychung")# Changes
* some printing functions for debugging
# To do