{"id":27172086,"url":"https://github.com/pacificcommunity/r_fundamentals_training","last_synced_at":"2025-04-09T09:35:11.309Z","repository":{"id":278135903,"uuid":"934522481","full_name":"PacificCommunity/R_Fundamentals_Training","owner":"PacificCommunity","description":"Welcome to R! This project is designed to give you the basic fundamentals in R for the Statistics for Development Division of SPC","archived":false,"fork":false,"pushed_at":"2025-04-03T21:45:07.000Z","size":5969,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-03T22:31:14.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","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/PacificCommunity.png","metadata":{"files":{"readme":"README.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-18T01:18:26.000Z","updated_at":"2025-04-03T21:45:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1dcbf10-4914-4c91-9031-04faeedd3f23","html_url":"https://github.com/PacificCommunity/R_Fundamentals_Training","commit_stats":null,"previous_names":["pacificcommunity/r_fundamentals_training"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacificCommunity%2FR_Fundamentals_Training","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacificCommunity%2FR_Fundamentals_Training/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacificCommunity%2FR_Fundamentals_Training/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacificCommunity%2FR_Fundamentals_Training/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PacificCommunity","download_url":"https://codeload.github.com/PacificCommunity/R_Fundamentals_Training/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248013198,"owners_count":21033322,"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":[],"created_at":"2025-04-09T09:35:10.283Z","updated_at":"2025-04-09T09:35:11.296Z","avatar_url":"https://github.com/PacificCommunity.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# R_Fundamentals_Training\nWelcome to R! This project is designed to give you the basic fundamentals in R for the Statistics for Development Division of SPC\n\n## Software Prerequestions\nDownload and install the software in this order:\n\n1. The latest version of Rtools here: https://cloud.r-project.org/\n2. The latest version of R from here: https://cloud.r-project.org/\n3. Notepad++ from here: https://notepad-plus-plus.org/downloads/\n4. Miktek from here: https://miktex.org/howto/download-miktex\n5. Pandoc from here: https://pandoc.org/\n6. ImageMagik from here: https://imagemagick.org/script/download.php#windows\n7. Git (64 bit windows version) from here: https://git-scm.com/downloads/win\n\n## FRESH R SET UP Code\nR is like a new baby when its first installed. Copy and paste the following code EXACTLY as is. This will take a few hours, and prompt you a copy of times for answers to different questions.\n\n```{r }\ninstall.packages(\"ctv\")\nlibrary(ctv)\ninstall.views(\"Bayesian\")\ninstall.views(\"CausalInference\")\ninstall.views(\"Cluster\")\ninstall.views(\"Databases\")\ninstall.views(\"Distributions\")\ninstall.views(\"DynamicVisualizations\")\ninstall.views(\"Econometrics\")\ninstall.views(\"Environmetrics\")\ninstall.views(\"ExperimentalDesign\")\ninstall.views(\"ExtremeValue\")\ninstall.views(\"GraphicalModels\")\ninstall.views(\"HighPerformanceComputing\")\ninstall.views(\"MachineLearning\")\ninstall.views(\"MissingData\")\ninstall.views(\"MixedModels\")\ninstall.views(\"ModelDeployment\")\ninstall.views(\"NaturalLanguageProcessing\")\ninstall.views(\"NumericalMathematics\")\ninstall.views(\"OfficialStatistics\")\ninstall.views(\"Optimization\")\ninstall.views(\"Psychometrics\")\ninstall.views(\"ReproducibleResearch\")\ninstall.views(\"Robust\")\ninstall.views(\"Spatial\")\ninstall.views(\"Survival\")\ninstall.views(\"TimeSeries\")\ninstall.views(\"Tracking\")\ninstall.views(\"WebTechnologies\")\ninstall.views(\"ActuarialScience\")\ninstall.views(\"Hydrology\")\ndevtools::install_github(\"omegahat/RDCOMClient\")\n```\nIf you want to know what functionality each of these commands is loading, look here: https://cran.r-project.org/web/views/\n\n\n\n## Clone your own Repo\nIn the instructions below, \"FirstnameLastnameVersion\" is your first name, and your last name put together. Secondly, GIT is case-sensistive so \"git add -a\" is different from \"git add -A\".\n\n#### Time to make a git clone of this repo.\n1. Find a place on your c drive - NOT ON YOUR ONEDRIVE (yes, I shouted. A local copy, not a cloud copy,  is really important) - where you are going to save all of your GIT work. For example, I have an area called \"C:\\From BigDisk\\GIT\"\n2. Open gitbash and change directory to that choosen location in 1.a (cd \"C:\\From BigDisk\\GIT\") \n3. Clone the repo: git clone https://github.com/PacificCommunity/R_Fundamentals_Training.git\n4. Move to that new location (cd \"C:\\From BigDisk\\GIT\\R_Fundamentals_Training\")\n5. Make a new branch for you (git branch FirstnameLastnameVersion)\n6. Check out new branch (git checkout FirstnameLastnameVersion)\n7. Add all of the files (git add -A)\n8. Do an initial commit (git commit -m \"Initial commit\")\n9. Push your new branch back into GitHub (git push --set-upstream origin FirstnameLastnameVersion)\n   \n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacificcommunity%2Fr_fundamentals_training","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpacificcommunity%2Fr_fundamentals_training","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacificcommunity%2Fr_fundamentals_training/lists"}