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

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)

Awesome Lists containing this project

README

        

# R util function by echo

## step

1. edit src
2. open R, run

library(Rcpp)
compileAttributes(verbose=TRUE)

2. change to parent dir, run

R CMD BUILD echo

3. install

R CMD INSTALL echo*