Skip to content

Instantly share code, notes, and snippets.

@vasantm
Last active February 6, 2021 17:02
Show Gist options
  • Save vasantm/7e422e2d8950e785689ff9d8995a4632 to your computer and use it in GitHub Desktop.
Save vasantm/7e422e2d8950e785689ff9d8995a4632 to your computer and use it in GitHub Desktop.
Documenting what comes up during our weekly chats that might be useful to us -R packages and Learning Resources and other cool tools

List of R Packages and other resources

Documenting what comes up during our weekly chats that might be useful to us

  1. R Package - Workflowr - to make a website for your R project https://jdblischak.github.io/workflowr/articles/wflow-01-getting-started.html

  2. R Package - pak - A Fresh Approach to R Package Installation https://pak.r-lib.org/

  3. R Package - renv - The renv package is a new effort to bring project-local R dependency management to your projects. https://rstudio.github.io/renv/ https://rstudio.github.io/renv/articles/renv.html

  4. Resource:https://bookdown.org/yihui/rmarkdown-cookbook/details-tag.html

  5. R Package - details -to Create Details HTML Tag for Markdown and Package Documentation https://github.com/yonicd/details

  6. Resource: rmdformats HTML output formats for RMarkdown documents https://github.com/juba/rmdformats h/t Harithaa Anand I use downcute

  7. Resource: Rstudio addin gistfo Turn your RStudio untitled tabs into gists. You monsters. https://github.com/MilesMcBain/gistfo

  8. Resource: A curated list by Harithaa Anand https://www.notion.so/3031ea8b6a8e4e7db75c984ca312e598?v=ebf689816f40460796af021b482960fa

  9. Resource: Mindmaps using markdown https://markmap.js.org/

  10. R -Package datadrivencv An R package for building your CV with data http://nickstrayer.me/datadrivencv/

  11. Learn pivot wider longer graphical: https://speakerdeck.com/yutannihilation/a-graphical-introduction-to-tidyrs-pivot-star

  12. ordinal if you're dealing with ordinal data or questionnaire data https://cran.r-project.org/web/packages/ordinal/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment