Skip to contents

RPamisc is a package with miscellaneous functions that intend to make using R a little easier.

Installation

This package can be installed from GitHub.com using devtools with the following:

devtools::install_github("rparrish/RPamisc")

Contributing

  • Fork it ( https://github.com/rparrish/RPamisc/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