{"id":13707819,"url":"https://github.com/jimbrig/rtraining","last_synced_at":"2025-05-05T21:31:07.191Z","repository":{"id":78138675,"uuid":"269121548","full_name":"jimbrig/rtraining","owner":"jimbrig","description":"R training resources and guides.","archived":false,"fork":false,"pushed_at":"2023-03-10T17:52:42.000Z","size":1611,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T04:26:23.497Z","etag":null,"topics":["best-practices","curation","developer-tools","development","development-environment","guide","knowledge","package-development","r","setup","shiny-apps","tips-and-tricks","training","training-materials","walkthrough"],"latest_commit_sha":null,"homepage":"https://docs.jimbrig.com/rtraining/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jimbrig.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-06-03T15:14:34.000Z","updated_at":"2023-03-16T13:22:46.000Z","dependencies_parsed_at":"2024-01-17T08:44:37.788Z","dependency_job_id":"0cbdc072-16af-4343-88af-96c71014759f","html_url":"https://github.com/jimbrig/rtraining","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Frtraining","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Frtraining/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Frtraining/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Frtraining/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimbrig","download_url":"https://codeload.github.com/jimbrig/rtraining/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252580000,"owners_count":21771248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["best-practices","curation","developer-tools","development","development-environment","guide","knowledge","package-development","r","setup","shiny-apps","tips-and-tricks","training","training-materials","walkthrough"],"created_at":"2024-08-02T22:01:44.769Z","updated_at":"2025-05-05T21:31:05.355Z","avatar_url":"https://github.com/jimbrig.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# R Training \u003cimg src='man/figures/logo.png' align=\"right\" height=\"120\" style=\"background:none; background-color: transparent !important; border:none; box-shadow:none;\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\n[![Project Status: WIP](https://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)\n\u003c!-- badges: end --\u003e\n\n### Contents\n\n+ [Package HomePage](https://jimbrig.github.io/rtraining/) \n+ [R Setup Guide](https://jimbrig.github.io/rtraining/articles/setting-up-r.html) \n+ [R Shiny Training Resources](https://jimbrig.github.io/rtraining/articles/shiny-training.html) \n+ [List of Helpful Bookdowns](https://jimbrig.github.io/rtraining/articles/bookdown-list.html) \n\n***\n\n\u003c!-- description: start --\u003e\nPackage {rtraining}: R Training Resources, Guides, Tips, and Knowledge Base.  \nCurrent version is 0.0.1.  \n\n***\n\nThe goal of `rtraining` is to provide useful resources, knowledge, and \nwalkthroughs for new R developers.  \n\nThe package is split into three main areas:\n\n1. R Setup and Configuration: a thorough walkthrough for setting up and \nconfiguring R, RStudio, and various other software in an efficient manner.\n\n2. R Workflows: example workflows showcasing the main types of work done with R,\nincluding, but not limited to R Data Analysis Projects, Reporting with RMarkdown,\nR Shiny Applications, R Package Development.\n  \n3. R Tips \u0026 Tricks: General tips and tricks learned over time from my experiences\nwith R.\n\n\u003c!-- description: end --\u003e\n\n## Installation\n\u003c!-- install: start --\u003e\n\nYou can install the released version of rtraining from \n[CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"rtraining\")\n```\n\nAnd the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"jimbrig/rtraining\")\n```\n\n***\n\nThe list of dependencies required to install this package is: attachment, chameleon, devtools, knitr, pkgdown, rmarkdown, roxygen2, utils, xfun.\n\nTo install the package, you can run the following script\n\n```{r, echo=TRUE, eval=FALSE}\n# install.packages(\"remotes\")\nremotes::install_local(path = \"rtraining_0.0.1.tar.gz\")\n```\n\nIn case something went wrong, you may want to install dependencies before using:\n\n```{r, echo=TRUE, eval=FALSE}\n# Remotes ----\ninstall.packages(\"remotes\")\nremotes::install_github('ThinkR-open/chameleon')\n# Attachments ----\nto_install \u003c- c(\"xfun\")\n  for (i in to_install) {\n    message(paste(\"looking for \", i))\n    if (!requireNamespace(i)) {\n      message(paste(\"     installing\", i))\n      install.packages(i)\n    }\n  }\n```\n\nOnce you have the package installed you can open the website directly by running:\n\n```{r run_pkgdown, eval=FALSE}\nlibrary(rtraining)\nrtraining::open_pkgdown()\n```\n\n\nSimilarly you can open the package `bookdown` with:\n\n```{r open_guide, eval=FALSE}\nrtraining::open_guide()\n```\n\n\u003c!-- install: end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbrig%2Frtraining","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimbrig%2Frtraining","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbrig%2Frtraining/lists"}