项目作者: zedoul

项目描述 :
under dev
高级语言: R
项目地址: git://github.com/zedoul/coder.git
创建时间: 2017-03-01T19:38:11Z
项目社区:https://github.com/zedoul/coder

开源协议:MIT License

下载


coder

R programming challenges platform.
This project is NOT finished yet.

Background

At workplaces engineers organise programming challenages
where they hack on interesting data analysis skills.
It is a good way to get that side-project going or validate idea
for a new technique.

How-To-Use

  1. You’ll need to have R environment, at least 3.0.0

    1. > R --version
    2. 3.3.0
  2. Install coder with devtools

    1. devtools::install_github("zedoul/coder")
  3. Run coder

    1. library(coder)
    2. coder()

Plan

  • R platform in R
  • Make domain language in R
  • Write Lisp style R code
  • Maintain solutions like the similar way as CocoaPods
  • Release alpha version no later than the end of 2017