Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 2.41 KB

README.md

File metadata and controls

81 lines (56 loc) · 2.41 KB

RosyDev

Lifecycle: experimental

Rosyverse

Rosyverse is an evolving pre-CRAN set of packages maintained by Brandon Rose, MD, MPH. It is important to continue to run Rosyverse::update_all() while you are using this set of related packages. Please reach out if there are issues with installation, documentation, or packages.

# install remotes package if you don't have it
# install.packages("remotes") 
# install Rosyverse metapackage which has a function called `update_all()`
remotes::install_github("brandonerose/Rosyverse")
Rosyverse::update_all() # run update on all packages
Rosyverse::load_all() #load all Rosyverse packages!

If you have any issues above download the most recent version of R at RStudtio and update all packages in RStudio. See thecodingdocs.com/r/getting-started.

RosyDev Installation

RosyDev is designed to…

# install remotes package if you don't have it
# install.packages("remotes") 
remotes::install_github("brandonerose/RosyDev")

RosyDev Example

RosyDev can be use like this…

library("RosyDev")

Future plans

  • Future versions will demonstrate more advanced features already included!
  • Documentation needs to be updated
  • Need to add vignettes
  • Open to collaboration/feedback

Links

The RosyDev package is at github.com/brandonerose/RosyDev See instructions above. Install remotes and install RosyDev

Donate if I helped you out and want more development (anything helps)! account.venmo.com/u/brandonerose

For more R coding visit thecodingdocs.com/

For correspondence/feedback/issues, please email TheCodingDocs@gmail.com!

Follow us on Twitter twitter.com/TheCodingDocs

Follow me on Twitter twitter.com/BRoseMDMPH

TheCodingDocs.com