Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1001 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 1001 Bytes

Testing at 17th Jan, 9:21 - Mudit Chordia This is a test of github project live in github!!

TODO: Add more to the title of your project here

LearningR:

TODO: Give a brief description of what your project is about

This project...

Brief description of folder and file contents

TODO: As project evolves, add brief description of what is inside the data, doc and R folders.

The following folders contain:

  • data/:
  • doc/:
  • R/:

Installing project R package dependencies

If dependencies have been managed by using usethis::use_package("packagename") through the DESCRIPTION file, installing dependencies is as easy as opening the LearningR.Rproj file and running this command in the console:

# install.packages("remotes")
remotes::install_deps()

You'll need to have remotes installed for this to work.

Resource

For more information on this folder and file workflow and setup, check out the prodigenr online documentation.