Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.7 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.7 KB

This package provides an R wrapper to the Data Science Toolkit API

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build Status Coverage Status CRAN_Status_Badge CRAN RStudio mirror downloads

For more information on the these APIs see http://www.datasciencetoolkit.org

Contact

Ryan Elmore

Installation

install.packages("devtools")
library(devtools)
install_github("rtelmore/RDSTK")

To install this package from the source code available here, download the RDSTK.*.tar.gz file and R CMD INSTALL from the command line.

History

Last Update: 20 Nov 2017

  • Completely refactored the code base
  • Need to remove plyr code

2013-Jan-31:

  • Made API more dynamic, since the DSTK allows you to locally clone their server. Custom APIs can be set using options("RDSTK_api_base"="http://localhost:8080")

2011-May-03

  • Added getCurlHandle as an argument to function calls
  • Updated source to V1.0
  • Modified documentation

2011-Apr-30

  • Uploaded original source code and tarball

License

Copyright (c) 2013, under the Simplified BSD License. For more information on FreeBSD see: http://www.opensource.org/licenses/bsd-license.php All rights reserved.