From 506a37599cee3c2ab67f08784b4b2e1682dcac11 Mon Sep 17 00:00:00 2001 From: teramonagi Date: Mon, 16 Nov 2015 15:22:53 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f6a7617..dd3e63d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,14 @@ dbClearResult(res) dbDisconnect(con) ``` +## Contributing + +- Fork it ( https://github.com/teramonagi/RODBCDBI/fork ) +- Create your feature branch (git checkout -b my-new-feature) +- Commit your changes (git commit -am 'Add some feature') +- Push to the branch (git push origin my-new-feature) +- Create a new Pull Request + ## Acknowledgements Many thanks to Brian D. Ripley, Michael Lapsley since This package is just a wrapper of [RODBC package](http://cran.r-project.org/web/packages/RODBC/index.html).