https://github.com/swuecho/echo_r
r util function (written in cpp or r)
https://github.com/swuecho/echo_r
Last synced: about 1 month ago
JSON representation
r util function (written in cpp or r)
- Host: GitHub
- URL: https://github.com/swuecho/echo_r
- Owner: swuecho
- Created: 2016-11-08T05:28:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T18:18:36.000Z (over 8 years ago)
- Last Synced: 2025-01-22T15:46:22.146Z (3 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R util function by echo
## step
1. edit src
2. open R, runlibrary(Rcpp)
compileAttributes(verbose=TRUE)2. change to parent dir, run
R CMD BUILD echo3. install
R CMD INSTALL echo*