Either see CRAN or use devtools to install the latest version from Github:
library(devtools)
devtools::install_github("dmpe/rbitly", build_vignettes = TRUE)
Tested on Ubuntu 15.04 and Windows 10 (64 bit using Revolution R Open)
- Testers with the "enterprise" Bit.ly accounts. Please try using it and then report bugs in https://github.com/dmpe/rbitly/issues
- Testing Ow.ly support (this requeres their API key)
Check the vignette in vignettes folder.
- Fork the repository
- Create and switch to a new branch
git checkout -b [name_of_your_new_branch] - Do the changes (i.e. edit files)
- Push remote branch to your github
git remote add -t [name_of_your_remote]&git push -u origin [name_of_your_remote] - Create a new pull request (to my
masterbranch)
Want a direct push access? No problem, just let me know and become a 👪.
Also:
- Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
- Developed by (@dmpe) 😋.
- Inspired by Quandl R API (a bit).
- Licensed under Apache License 2.0.
- Please report bugs in https://github.com/dmpe/rbitly/issues.