For more information on the these APIs see http://www.datasciencetoolkit.org
Ryan Elmore
- Email: [email protected]
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.
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
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.