└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # awesome-r 2 | 3 | A curated list of awesome R frameworks, libraries and software. 4 | 5 | * [cxli233/FriendsDontLetFriends](https://github.com/cxli233/FriendsDontLetFriends) - Friends don't let friends make certain types of data visualization - What are they and why are they bad. 6 | * [tidyverse/ggplot2](https://github.com/tidyverse/ggplot2) - An implementation of the Grammar of Graphics in R 7 | * [qinwf/awesome-R](https://github.com/qinwf/awesome-R) - A curated list of awesome R packages, frameworks and software. 8 | * [rstudio/shiny](https://github.com/rstudio/shiny) - Easy interactive web applications with R 9 | * [tidyverse/dplyr](https://github.com/tidyverse/dplyr) - dplyr: A grammar of data manipulation 10 | * [hadley/r4ds](https://github.com/hadley/r4ds) - R for data science: a book 11 | * [swirldev/swirl_courses](https://github.com/swirldev/swirl_courses) - :mortar_board: A collection of interactive courses for the swirl R package. 12 | * [rmcelreath/stat_rethinking_2022](https://github.com/rmcelreath/stat_rethinking_2022) - Statistical Rethinking course winter 2022 13 | * [Rdatatable/data.table](https://github.com/Rdatatable/data.table) - R's data.table package extends data.frame: 14 | * [twitter/AnomalyDetection](https://github.com/twitter/AnomalyDetection) - Anomaly Detection with R 15 | * [rstudio/rmarkdown](https://github.com/rstudio/rmarkdown) - Dynamic Documents for R 16 | * [plotly/plotly.R](https://github.com/plotly/plotly.R) - An interactive graphing library for R 17 | * [satijalab/seurat](https://github.com/satijalab/seurat) - R toolkit for single cell genomics 18 | * [r-lib/devtools](https://github.com/r-lib/devtools) - Tools to make an R developer's life easier 19 | * [yihui/knitr](https://github.com/yihui/knitr) - A general-purpose tool for dynamic report generation in R 20 | * [rmcelreath/stat_rethinking_2023](https://github.com/rmcelreath/stat_rethinking_2023) - Statistical Rethinking Course for Jan-Mar 2023 21 | * [rmcelreath/rethinking](https://github.com/rmcelreath/rethinking) - Statistical Rethinking course and book package 22 | * [IndrajeetPatil/ggstatsplot](https://github.com/IndrajeetPatil/ggstatsplot) - Enhancing {ggplot2} plots with statistical analysis 📊📣 23 | * [tylermorganwall/rayshader](https://github.com/tylermorganwall/rayshader) - R Package for 2D and 3D mapping and data visualization 24 | * [rstudio/gt](https://github.com/rstudio/gt) - Easily generate information-rich, publication-quality tables from R 25 | * [karthik/wesanderson](https://github.com/karthik/wesanderson) - A Wes Anderson color palette for R 26 | * [ujjwalkarn/DataScienceR](https://github.com/ujjwalkarn/DataScienceR) - a curated list of R tutorials for Data Science, NLP and Machine Learning 27 | * [szilard/benchm-ml](https://github.com/szilard/benchm-ml) - A minimal benchmark for scalability, speed and accuracy of commonly used open source implementations (R packages, Python scikit-learn, H2O, xgboost, Spark MLlib etc.) of the top machine learning algorithms for binary classification (random forests, gradient boosted trees, deep neural networks etc.). 28 | * [dreamRs/esquisse](https://github.com/dreamRs/esquisse) - RStudio add-in to make plots interactively with ggplot2 29 | * [google/CausalImpact](https://github.com/google/CausalImpact) - An R package for causal inference in time series 30 | * [rstudio/blogdown](https://github.com/rstudio/blogdown) - Create Blogs and Websites with R Markdown 31 | * [tidyverse/tidyverse](https://github.com/tidyverse/tidyverse) - Easily install and load packages from the tidyverse 32 | * [rstudio/reticulate](https://github.com/rstudio/reticulate) - R Interface to Python 33 | * [rich-iannone/DiagrammeR](https://github.com/rich-iannone/DiagrammeR) - Graph and network visualization using tabular data in R 34 | * [geocompx/geocompr](https://github.com/geocompx/geocompr) - Geocomputation with R: an open source book 35 | * [mlr-org/mlr](https://github.com/mlr-org/mlr) - Machine Learning in R 36 | * [topepo/caret](https://github.com/topepo/caret) - caret (Classification And Regression Training) R package that contains misc functions for training and plotting classification and regression models 37 | * [EmilHvitfeldt/r-color-palettes](https://github.com/EmilHvitfeldt/r-color-palettes) - Comprehensive list of color palettes available in R ❤️🧡💛💚💙💜 38 | * [bbc/bbplot](https://github.com/bbc/bbplot) - R package that helps create and export ggplot2 charts in the style used by the BBC News data team 39 | * [tidyverse/rvest](https://github.com/tidyverse/rvest) - Simple web scraping for R 40 | * [tidymodels/broom](https://github.com/tidymodels/broom) - Convert statistical analysis objects from R into tidy format 41 | * [sfirke/janitor](https://github.com/sfirke/janitor) - simple tools for data cleaning in R 42 | * [rstudio/plumber](https://github.com/rstudio/plumber) - Turn your R code into a web API. 43 | * [tidyverse/tidyr](https://github.com/tidyverse/tidyr) - Tidy Messy Data 44 | * [griffithlab/rnaseq_tutorial](https://github.com/griffithlab/rnaseq_tutorial) - Informatics for RNA-seq: A web resource for analysis on the cloud. Educational tutorials and working pipelines for RNA-seq analysis including an introduction to: cloud computing, critical file formats, reference genomes, gene annotation, expression, differential expression, alternative splicing, data visualization, and interpretation. 45 | * [r-spatial/sf](https://github.com/r-spatial/sf) - Simple Features for R 46 | * [paul-buerkner/brms](https://github.com/paul-buerkner/brms) - brms R package for Bayesian generalized multivariate non-linear multilevel models using Stan 47 | * [hadley/mastering-shiny](https://github.com/hadley/mastering-shiny) - Mastering Shiny: a book 48 | * [tidyverse/purrr](https://github.com/tidyverse/purrr) - A functional programming toolkit for R 49 | * [ropensci/drake](https://github.com/ropensci/drake) - An R-focused pipeline toolkit for reproducibility and high-performance computing 50 | * [rstudio/tensorflow](https://github.com/rstudio/tensorflow) - TensorFlow for R 51 | * [hrbrmstr/hrbrthemes](https://github.com/hrbrmstr/hrbrthemes) - :lock_with_ink_pen: Opinionated, typographic-centric ggplot2 themes and theme components 52 | * [r-lib/lintr](https://github.com/r-lib/lintr) - Static Code Analysis for R 53 | * [mitchelloharawild/vitae](https://github.com/mitchelloharawild/vitae) - R Markdown Résumés and CVs 54 | * [wch/r-source](https://github.com/wch/r-source) - Read-only mirror of R source code from https://svn.r-project.org/R/, updated hourly. See the build instructions on the wiki page. 55 | * [BlakeRMills/MetBrewer](https://github.com/BlakeRMills/MetBrewer) - Color palette package in R inspired by works at the Metropolitan Museum of Art in New York 56 | * [juliasilge/tidytext](https://github.com/juliasilge/tidytext) - Text mining using tidy tools :sparkles::page_facing_up::sparkles: 57 | * [swirldev/swirl](https://github.com/swirldev/swirl) - :cyclone: Learn R, in R. 58 | * [ddsjoberg/gtsummary](https://github.com/ddsjoberg/gtsummary) - Presentation-Ready Data Summary and Analytic Result Tables 59 | * [robjhyndman/forecast](https://github.com/robjhyndman/forecast) - Forecasting Functions for Time Series and Linear Models 60 | * [easystats/easystats](https://github.com/easystats/easystats) - :milky_way: The R easystats-project 61 | * [easystats/performance](https://github.com/easystats/performance) - :muscle: Models' quality and performance metrics (R2, ICC, LOO, AIC, BF, ...) 62 | * [rstudio/renv](https://github.com/rstudio/renv) - renv: Project environments for R. 63 | * [matloff/fasteR](https://github.com/matloff/fasteR) - Fast Lane to Learning R! 64 | * [thomasp85/ggraph](https://github.com/thomasp85/ggraph) - Grammar of Graph Graphics 65 | * [stan-dev/rstan](https://github.com/stan-dev/rstan) - RStan, the R interface to Stan 66 | * [TheAlgorithms/R](https://github.com/TheAlgorithms/R) - Collection of various algorithms implemented in R. 67 | * [ropensci/targets](https://github.com/ropensci/targets) - Function-oriented Make-like declarative workflows for R 68 | * [mlr-org/mlr3](https://github.com/mlr-org/mlr3) - mlr3: Machine Learning in R - next generation 69 | * [tidyverse/readr](https://github.com/tidyverse/readr) - Read flat files (csv, tsv, fwf) into R 70 | * [EmilHvitfeldt/paletteer](https://github.com/EmilHvitfeldt/paletteer) - 🎨🎨🎨 Collection of most color palettes in a single R package 71 | * [jokergoo/circlize](https://github.com/jokergoo/circlize) - Circular visualization in R 72 | * [futureverse/future](https://github.com/futureverse/future) - :rocket: R package: future: Unified Parallel and Distributed Processing in R for Everyone 73 | * [r-lib/httr](https://github.com/r-lib/httr) - httr: a friendly http package for R 74 | * [sparklyr/sparklyr](https://github.com/sparklyr/sparklyr) - R interface for Apache Spark 75 | * [MichelNivard/gptstudio](https://github.com/MichelNivard/gptstudio) - GPT RStudio addins that enable GPT assisted coding, writing & analysis 76 | * [tidyverse/magrittr](https://github.com/tidyverse/magrittr) - Improve the readability of R code with the pipe 77 | * [cutterkom/generativeart](https://github.com/cutterkom/generativeart) - Create Generative Art with R 78 | * [klmr/box](https://github.com/klmr/box) - Write reusable, composable and modular R code 79 | * [ThinkR-open/golem](https://github.com/ThinkR-open/golem) - A Framework for Building Robust Shiny Apps 80 | * [easystats/see](https://github.com/easystats/see) - :art: Visualisation toolbox for beautiful and publication-ready figures 81 | * [hadley/r-pkgs](https://github.com/hadley/r-pkgs) - Building R packages 82 | * [r-lib/testthat](https://github.com/r-lib/testthat) - An R 📦 to make testing 😀 83 | * [rstudio/pagedown](https://github.com/rstudio/pagedown) - Paginate the HTML Output of R Markdown with CSS for Print 84 | * [MilesMcBain/datapasta](https://github.com/MilesMcBain/datapasta) - On top of spaghetti, all covered in cheese.... 85 | * [Mikata-Project/ggthemr](https://github.com/Mikata-Project/ggthemr) - Themes for ggplot2. 86 | * [YuLab-SMU/ggtree](https://github.com/YuLab-SMU/ggtree) - :christmas_tree:Visualization and annotation of phylogenetic trees 87 | * [r-tmap/tmap](https://github.com/r-tmap/tmap) - R package for thematic maps 88 | * [r-lib/usethis](https://github.com/r-lib/usethis) - Set up commonly used 📦 components 89 | * [ipeaGIT/geobr](https://github.com/ipeaGIT/geobr) - Easy access to official spatial data sets of Brazil in R and Python 90 | * [workflowr/workflowr](https://github.com/workflowr/workflowr) - Organize your project into a research website 91 | * [rdpeng/ProgrammingAssignment2](https://github.com/rdpeng/ProgrammingAssignment2) - Repository for Programming Assignment 2 for R Programming on Coursera 92 | * [joshuaulrich/quantmod](https://github.com/joshuaulrich/quantmod) - Quantitative Financial Modelling Framework 93 | * [mjskay/ggdist](https://github.com/mjskay/ggdist) - Visualizations of distributions and uncertainty 94 | * [google/rappor](https://github.com/google/rappor) - RAPPOR: Privacy-Preserving Reporting Algorithms 95 | * [quanteda/quanteda](https://github.com/quanteda/quanteda) - An R package for the Quantitative Analysis of Textual Data 96 | * [dselivanov/text2vec](https://github.com/dselivanov/text2vec) - Fast vectorization, topic modeling, distances and GloVe word embeddings in R. 97 | * [dreamRs/shinyWidgets](https://github.com/dreamRs/shinyWidgets) - shinyWidgets : Extend widgets available in shiny 98 | * [rstudio/keras3](https://github.com/rstudio/keras3) - R Interface to Keras 99 | * [ramnathv/slidify](https://github.com/ramnathv/slidify) - Generate reproducible html5 slides from R markdown 100 | * [grabear/awesome-rshiny](https://github.com/grabear/awesome-rshiny) - An awesome R-shiny list! 101 | * [pbiecek/xai_resources](https://github.com/pbiecek/xai_resources) - Interesting resources related to XAI (Explainable Artificial Intelligence) 102 | * [z3tt/TidyTuesday](https://github.com/z3tt/TidyTuesday) - My contributions to the #TidyTuesday challenge, a weekly data visualization challenge. All plots are 💯 created in R with ggplot2. 103 | * [hms-dbmi/UpSetR](https://github.com/hms-dbmi/UpSetR) - An R implementation of the UpSet set visualization technique published by Lex, Gehlenborg, et al.. 104 | * [erikaduan/r_tips](https://github.com/erikaduan/r_tips) - R programming tips for data cleaning, data visualisation, statistical modelling and machine learning 105 | * [ramnathv/htmlwidgets](https://github.com/ramnathv/htmlwidgets) - HTML Widgets for R 106 | * [gadenbuie/tidyexplain](https://github.com/gadenbuie/tidyexplain) - 🤹‍♀ Animations of tidyverse verbs using R, the tidyverse, and gganimate 107 | * [GuangchuangYu/hexSticker](https://github.com/GuangchuangYu/hexSticker) - :sparkles: Hexagon sticker in R 108 | * [ropensci-archive/rtweet](https://github.com/ropensci-archive/rtweet) - 🐦 R client for interacting with Twitter's [stream and REST] APIs 109 | * [jennybc/googlesheets](https://github.com/jennybc/googlesheets) - Google Spreadsheets R API 110 | * [hrbrmstr/waffle](https://github.com/hrbrmstr/waffle) - :maple_leaf: Make waffle (square pie) charts in R 111 | * [dkahle/ggmap](https://github.com/dkahle/ggmap) - A package for plotting maps in R with ggplot2 112 | * [tidyverse/lubridate](https://github.com/tidyverse/lubridate) - Make working with dates in R just that little bit easier 113 | * [jalapic/engsoccerdata](https://github.com/jalapic/engsoccerdata) - English and European soccer results 1871-2022 114 | * [r-lib/styler](https://github.com/r-lib/styler) - Non-invasive pretty printing of R code 115 | * [tidymodels/infer](https://github.com/tidymodels/infer) - An R package for tidyverse-friendly statistical inference 116 | * [mdozmorov/scRNA-seq_notes](https://github.com/mdozmorov/scRNA-seq_notes) - A list of scRNA-seq analysis tools 117 | * [r-lib/pkgdown](https://github.com/r-lib/pkgdown) - Generate static html documentation for an R package 118 | * [r-spatial/rgee](https://github.com/r-spatial/rgee) - Google Earth Engine for R 119 | * [tidyverse/reprex](https://github.com/tidyverse/reprex) - Render bits of R code for sharing, e.g., on GitHub or StackOverflow. 120 | * [dmpe/R](https://github.com/dmpe/R) - Exercises (incl. analyses) with R language (math+statistics) 121 | * [sqjin/CellChat](https://github.com/sqjin/CellChat) - R toolkit for inference, visualization and analysis of cell-cell communication from single-cell data 122 | * [daattali/shinyjs](https://github.com/daattali/shinyjs) - 💡 Easily improve the user experience of your Shiny apps in seconds 123 | * [mjskay/tidybayes](https://github.com/mjskay/tidybayes) - Bayesian analysis + tidy data + geoms (R package) 124 | * [tidyverse/glue](https://github.com/tidyverse/glue) - Glue strings to data in R. Small, fast, dependency free interpreted string literals. 125 | * [jbkunst/highcharter](https://github.com/jbkunst/highcharter) - R wrapper for highcharts 126 | * [tidyverse/tibble](https://github.com/tidyverse/tibble) - A modern re-imagining of the data frame 127 | * [rstudio/learnr](https://github.com/rstudio/learnr) - Interactive Tutorials with R Markdown 128 | * [rstudio/ggvis](https://github.com/rstudio/ggvis) - Interactive grammar of graphics for R 129 | * [ben519/MLPB](https://github.com/ben519/MLPB) - Machine Learning Problem Bible | Problem Set Here >> 130 | * [easystats/report](https://github.com/easystats/report) - :scroll: :tada: Automated reporting of objects in R 131 | * [benmarwick/rrtools](https://github.com/benmarwick/rrtools) - rrtools: Tools for Writing Reproducible Research in R 132 | * [r-lib/cli](https://github.com/r-lib/cli) - Tools for making beautiful & useful command line interfaces 133 | * [hrbrmstr/ggalt](https://github.com/hrbrmstr/ggalt) - :earth_americas: Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2' 134 | * [daattali/timevis](https://github.com/daattali/timevis) - 📅 Create interactive timeline visualizations in R 135 | * [tidyverse/dtplyr](https://github.com/tidyverse/dtplyr) - Data table backend for dplyr 136 | * [rstudio/RStartHere](https://github.com/rstudio/RStartHere) - A guide to some of the most useful R Packages that we know about 137 | * [davidgohel/officer](https://github.com/davidgohel/officer) - :cop: officer: office documents from R 138 | * [r-lidar/lidR](https://github.com/r-lidar/lidR) - Airborne LiDAR data manipulation and visualisation for forestry application 139 | * [walkerke/tidycensus](https://github.com/walkerke/tidycensus) - Load US Census boundary and attribute data as 'tidyverse' and 'sf'-ready data frames in R 140 | * [rmcelreath/stat_rethinking_2020](https://github.com/rmcelreath/stat_rethinking_2020) - Statistical Rethinking Course Winter 2020/2021 141 | * [christophergandrud/networkD3](https://github.com/christophergandrud/networkD3) - D3 JavaScript Network Graphs from R 142 | * [tidyverse/stringr](https://github.com/tidyverse/stringr) - A fresh approach to string manipulation in R 143 | * [leedrake5/Russia-Ukraine](https://github.com/leedrake5/Russia-Ukraine) - Equipment Loss Tracking 144 | * [amplab-extras/SparkR-pkg](https://github.com/amplab-extras/SparkR-pkg) - R frontend for Spark 145 | * [REditorSupport/languageserver](https://github.com/REditorSupport/languageserver) - An implementation of the Language Server Protocol for R 146 | * [strengejacke/sjPlot](https://github.com/strengejacke/sjPlot) - sjPlot - Data Visualization for Statistics in Social Science 147 | * [KentonWhite/ProjectTemplate](https://github.com/KentonWhite/ProjectTemplate) - A template utility for R projects that provides a skeletal project. 148 | * [joey711/phyloseq](https://github.com/joey711/phyloseq) - phyloseq is a set of classes, wrappers, and tools (in R) to make it easier to import, store, and analyze phylogenetic sequencing data; and to reproducibly share that data and analysis with others. See the phyloseq front page: 149 | * [fstpackage/fst](https://github.com/fstpackage/fst) - Lightning Fast Serialization of Data Frames for R 150 | * [r-lib/roxygen2](https://github.com/r-lib/roxygen2) - Generate R package documentation from inline R comments 151 | * [nstrayer/datadrivencv](https://github.com/nstrayer/datadrivencv) - R package for building customizable CVs from spreadsheets 152 | * [gesistsa/rio](https://github.com/gesistsa/rio) - 🐟 A Swiss-Army Knife for Data I/O 153 | * [immunogenomics/harmony](https://github.com/immunogenomics/harmony) - Fast, sensitive and accurate integration of single-cell data with Harmony 154 | * [ggobi/ggally](https://github.com/ggobi/ggally) - R package that extends ggplot2 155 | * [toddwschneider/ballr](https://github.com/toddwschneider/ballr) - Interactive NBA and NCAA Shot Charts with R and Shiny 156 | * [elbersb/tidylog](https://github.com/elbersb/tidylog) - Tidylog provides feedback about dplyr and tidyr operations. It provides wrapper functions for the most common functions, such as filter, mutate, select, and group_by, and provides detailed output for joins. 157 | * [davidgohel/flextable](https://github.com/davidgohel/flextable) - table farming 158 | * [tidymodels/recipes](https://github.com/tidymodels/recipes) - Pipeable steps for feature engineering and data preprocessing to prepare for modeling 159 | * [igraph/rigraph](https://github.com/igraph/rigraph) - igraph R package 160 | * [DiskFrame/disk.frame](https://github.com/DiskFrame/disk.frame) - Fast Disk-Based Parallelized Data Manipulation Framework for Larger-than-RAM Data 161 | * [tidymodels/corrr](https://github.com/tidymodels/corrr) - Explore correlations in R 162 | * [r-spatial/stars](https://github.com/r-spatial/stars) - Spatiotemporal Arrays, Raster and Vector Data Cubes 163 | * [easystats/bayestestR](https://github.com/easystats/bayestestR) - :ghost: Utilities for analyzing Bayesian models and posterior distributions 164 | * [massimoaria/bibliometrix](https://github.com/massimoaria/bibliometrix) - An R-tool for comprehensive science mapping analysis. A package for quantitative research in scientometrics and bibliometrics. 165 | * [pzhaonet/mindr](https://github.com/pzhaonet/mindr) - an R package which converts markdown files (.md, .Rmd) into mindmaps (brainstorms) 166 | * [vincentarelbundock/marginaleffects](https://github.com/vincentarelbundock/marginaleffects) - R package to compute and plot predictions, slopes, marginal means, and comparisons (contrasts, risk ratios, odds, etc.) for over 100 classes of statistical and ML models. Conduct linear and non-linear hypothesis tests, or equivalence tests. Calculate uncertainty estimates using the delta method, bootstrapping, or simulation-based inference 167 | * [JaseZiv/worldfootballR](https://github.com/JaseZiv/worldfootballR) - A wrapper for extracting world football (soccer) data from FBref, Transfermark, Understat 168 | * [wilkox/gggenes](https://github.com/wilkox/gggenes) - ➡️️➡️️⬅️️➡️️ Draw gene arrow maps in ggplot2 169 | * [rstudio/blastula](https://github.com/rstudio/blastula) - Easily send great-looking HTML email messages from R 170 | * [tidyverse/ellmer](https://github.com/tidyverse/ellmer) - Call LLM APIs from R 171 | * [ropensci/tabulapdf](https://github.com/ropensci/tabulapdf) - Bindings for Tabula PDF Table Extractor Library 172 | * [lcpmgh/colors](https://github.com/lcpmgh/colors) - 学术期刊配色推荐器 173 | * [thomasp85/tidygraph](https://github.com/thomasp85/tidygraph) - A tidy API for graph manipulation 174 | * [tidyverse/forcats](https://github.com/tidyverse/forcats) - 🐈🐈🐈🐈: tools for working with categorical variables (factors) 175 | * [r-lib/rlang](https://github.com/r-lib/rlang) - Low-level API for programming with R 176 | * [tidyverts/tsibble](https://github.com/tidyverts/tsibble) - Tidy Temporal Data Frames and Tools 177 | * [dcomtois/summarytools](https://github.com/dcomtois/summarytools) - R Package to Quickly and Neatly Summarize Data 178 | * [maksimhorowitz/nflscrapR](https://github.com/maksimhorowitz/nflscrapR) - R Package for Scraping and Aggregating NFL Data 179 | * [boxuancui/DataExplorer](https://github.com/boxuancui/DataExplorer) - Automate Data Exploration and Treatment 180 | * [sinhrks/ggfortify](https://github.com/sinhrks/ggfortify) - Define fortify and autoplot functions to allow ggplot2 to handle some popular R packages. 181 | * [pola-rs/r-polars](https://github.com/pola-rs/r-polars) - Polars R bindings 182 | * [redoc-dev/redoc](https://github.com/redoc-dev/redoc) - Reversible Reproducible Documents 183 | * [marcusvolz/mathart](https://github.com/marcusvolz/mathart) - Create mathematical art with R 184 | * [rstudio/r2d3](https://github.com/rstudio/r2d3) - R Interface to D3 Visualizations 185 | * [cynkra/dm](https://github.com/cynkra/dm) - Working with relational data models in R 186 | * [r-dbi/bigrquery](https://github.com/r-dbi/bigrquery) - An interface to Google's BigQuery from R. 187 | * [MRCIEU/TwoSampleMR](https://github.com/MRCIEU/TwoSampleMR) - R package for performing 2-sample MR using IEU OpenGWAS database 188 | * [e-sensing/sits](https://github.com/e-sensing/sits) - Satellite image time series in R 189 | * [corybrunson/ggalluvial](https://github.com/corybrunson/ggalluvial) - ggplot2 extension for alluvial plots 190 | * [bedatadriven/renjin](https://github.com/bedatadriven/renjin) - JVM-based interpreter for the R language for the statistical analysis. 191 | * [Appsilon/shiny.semantic](https://github.com/Appsilon/shiny.semantic) - Shiny support for powerful Fomantic UI library. 192 | * [mca91/EconometricsWithR](https://github.com/mca91/EconometricsWithR) - 📖An interactive companion to the well-received textbook 'Introduction to Econometrics' by Stock & Watson (2015) 193 | * [chris-mcginnis-ucsf/DoubletFinder](https://github.com/chris-mcginnis-ucsf/DoubletFinder) - R package for detecting doublets in single-cell RNA sequencing data 194 | * [vegandevs/vegan](https://github.com/vegandevs/vegan) - R package for community ecologists: popular ordination methods, ecological null models & diversity analysis 195 | * [hadley/plyr](https://github.com/hadley/plyr) - A R package for splitting, applying and combining large problems into simpler problems 196 | * [rstudio/hex-stickers](https://github.com/rstudio/hex-stickers) - RStudio hex stickers 197 | * [giuseppec/iml](https://github.com/giuseppec/iml) - iml: interpretable machine learning R package 198 | * [nflverse/nflfastR](https://github.com/nflverse/nflfastR) - A Set of Functions to Efficiently Scrape NFL Play by Play Data 199 | * [jinworks/CellChat](https://github.com/jinworks/CellChat) - R toolkit for inference, visualization and analysis of cell-cell communication from single-cell and spatially resolved transcriptomics 200 | * [gadenbuie/regexplain](https://github.com/gadenbuie/regexplain) - 🔍 An RStudio addin slash regex utility belt 201 | * [tidyverse/dbplyr](https://github.com/tidyverse/dbplyr) - Database (DBI) backend for dplyr 202 | * [EmilHvitfeldt/lime](https://github.com/EmilHvitfeldt/lime) - Local Interpretable Model-Agnostic Explanations (R port of original Python package) 203 | * [yrosseel/lavaan](https://github.com/yrosseel/lavaan) - an R package for structural equation modeling and more 204 | * [tonyfischetti/assertr](https://github.com/tonyfischetti/assertr) - Assertive programming for R analysis pipelines 205 | * [PoisonAlien/maftools](https://github.com/PoisonAlien/maftools) - Summarize, Analyze and Visualize MAF files from TCGA or in-house studies. 206 | * [kassambara/rstatix](https://github.com/kassambara/rstatix) - Pipe-friendly Framework for Basic Statistical Tests in R 207 | * [easystats/parameters](https://github.com/easystats/parameters) - :bar_chart: Computation and processing of models' parameters 208 | * [r-lib/progress](https://github.com/r-lib/progress) - Progress bar in your R terminal 209 | * [ropensci/magick](https://github.com/ropensci/magick) - Magic, madness, heaven, sin 210 | * [RConsortium/S7](https://github.com/RConsortium/S7) - S7: a new OO system for R 211 | * [ropensci-review-tools/goodpractice](https://github.com/ropensci-review-tools/goodpractice) - Advice on R Package Building 212 | * [thomasp85/scico](https://github.com/thomasp85/scico) - Palettes for R based on the Scientific Colour-Maps 213 | * [RinteRface/shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus) - extensions for shinydashboard 214 | * [ropensci/visdat](https://github.com/ropensci/visdat) - Preliminary Exploratory Visualisation of Data 215 | * [RinteRface/bs4Dash](https://github.com/RinteRface/bs4Dash) - Bootstrap 4 shinydashboard using AdminLTE3 216 | * [rudeboybert/fivethirtyeight](https://github.com/rudeboybert/fivethirtyeight) - R package of data and code behind the stories and interactives at FiveThirtyEight 217 | * [ThinkR-open/remedy](https://github.com/ThinkR-open/remedy) - RStudio Addins to Simplify Markdown Writing 218 | * [r-causal/ggdag](https://github.com/r-causal/ggdag) - :arrow_lower_left: :arrow_lower_right: An R package for working with causal directed acyclic graphs (DAGs) 219 | * [twbattaglia/RNAseq-workflow](https://github.com/twbattaglia/RNAseq-workflow) - A repository for setting up a RNAseq workflow 220 | * [easystats/correlation](https://github.com/easystats/correlation) - :link: Methods for Correlation Analysis 221 | * [r-lib/scales](https://github.com/r-lib/scales) - Tools for ggplot2 scales 222 | * [LKremer/ggpointdensity](https://github.com/LKremer/ggpointdensity) - :chart_with_upwards_trend: :bar_chart: Introduces geom_pointdensity(): A Cross Between a Scatter Plot and a 2D Density Plot. 223 | * [MathiasHarrer/Doing-Meta-Analysis-in-R](https://github.com/MathiasHarrer/Doing-Meta-Analysis-in-R) - [Read-Only] All R code and source files for the online guide "Doing Meta-Analysis with R: A Hands-On Guide" 224 | * [stan-dev/bayesplot](https://github.com/stan-dev/bayesplot) - bayesplot R package for plotting Bayesian models 225 | * [trinker/sentimentr](https://github.com/trinker/sentimentr) - Dictionary based sentiment analysis that considers valence shifters 226 | * [ryantimpe/brickr](https://github.com/ryantimpe/brickr) - 3D LEGO models and mosaics from images using R and #tidyverse 227 | * [PaulC91/shinyauthr](https://github.com/PaulC91/shinyauthr) - R package with shiny authentication modules 228 | * [GreenleafLab/ArchR](https://github.com/GreenleafLab/ArchR) - ArchR : Analysis of Regulatory Chromatin in R (www.ArchRProject.com) 229 | * [ewenme/ghibli](https://github.com/ewenme/ghibli) - Studio Ghibli colour palettes 230 | * [rstats-wtf/what-they-forgot](https://github.com/rstats-wtf/what-they-forgot) - "What They Forgot to Teach You About R" website / eBook 231 | * [ropensci/stplanr](https://github.com/ropensci/stplanr) - Sustainable transport planning with R 232 | * [data-cleaning/validate](https://github.com/data-cleaning/validate) - Professional data validation for the R environment 233 | * [wleepang/DesktopDeployR](https://github.com/wleepang/DesktopDeployR) - A framework for deploying self-contained R-based applications to the desktop 234 | * [r-lib/here](https://github.com/r-lib/here) - A simpler way to find your files 235 | * [RamiKrispin/TSstudio](https://github.com/RamiKrispin/TSstudio) - Tools for time series analysis and forecasting 236 | * [easystats/insight](https://github.com/easystats/insight) - :crystal_ball: Easy access to model information for various model objects 237 | * [r-lib/R6](https://github.com/r-lib/R6) - Encapsulated object-oriented programming for R 238 | * [therneau/survival](https://github.com/therneau/survival) - Survival package for R 239 | * [rstudio/tufte](https://github.com/rstudio/tufte) - Tufte Styles for R Markdown Documents 240 | * [jennybc/row-oriented-workflows](https://github.com/jennybc/row-oriented-workflows) - Row-oriented workflows in R with the tidyverse 241 | * [welch-lab/liger](https://github.com/welch-lab/liger) - R package for integrating and analyzing multiple single-cell datasets 242 | * [anthonynorth/rscodeio](https://github.com/anthonynorth/rscodeio) - An RStudio theme inspired by Visual Studio Code. 243 | * [hadley/emo](https://github.com/hadley/emo) - Easily insert emoji into R and RMarkdown 244 | * [RinteRface/shinyMobile](https://github.com/RinteRface/shinyMobile) - shiny API for Framework7 (IOS/android) 245 | * [swsoyee/2019-ncov-japan](https://github.com/swsoyee/2019-ncov-japan) - 🦠 Interactive dashboard for real-time recording of COVID-19 outbreak in Japan 246 | * [bstewart/stm](https://github.com/bstewart/stm) - An R Package for the Structural Topic Model 247 | * [susanli2016/Data-Analysis-with-R](https://github.com/susanli2016/Data-Analysis-with-R) - Using gglot2, tidyr, dplyr, ggmap, choroplethr, shiny, logistic regression, clustering models and more 248 | * [rstudio/packrat](https://github.com/rstudio/packrat) - Packrat is a dependency management system for R 249 | * [kabacoff/RiA2](https://github.com/kabacoff/RiA2) - Source code for R in Action, Second Edition 250 | * [MarioniLab/miloR](https://github.com/MarioniLab/miloR) - R package implementation of Milo for testing for differential abundance in KNN graphs 251 | * [BillPetti/baseballr](https://github.com/BillPetti/baseballr) - A package written for R focused on baseball analysis. Currently in development. 252 | * [talgalili/heatmaply](https://github.com/talgalili/heatmaply) - Interactive Heat Maps for R Using plotly 253 | * [tidyverse/modelr](https://github.com/tidyverse/modelr) - Helper functions for modelling 254 | * [stan-dev/rstanarm](https://github.com/stan-dev/rstanarm) - rstanarm R package for Bayesian applied regression modeling 255 | * [riatelab/cartography](https://github.com/riatelab/cartography) - Thematic Cartography for R 256 | * [stuart-lab/signac](https://github.com/stuart-lab/signac) - R toolkit for the analysis of single-cell chromatin data 257 | * [yusuzech/r-web-scraping-cheat-sheet](https://github.com/yusuzech/r-web-scraping-cheat-sheet) - Guide, reference and cheatsheet on web scraping using rvest, httr and Rselenium. 258 | * [daattali/ggExtra](https://github.com/daattali/ggExtra) - 📊 Add marginal histograms to ggplot2, and more ggplot2 enhancements 259 | * [mkearney/tweetbotornot](https://github.com/mkearney/tweetbotornot) - 🤖 R package for detecting Twitter bots via machine learning 260 | * [DillonHammill/DataEditR](https://github.com/DillonHammill/DataEditR) - An Interactive R Package for Viewing, Entering Filtering and Editing Data 261 | * [luukvdmeer/sfnetworks](https://github.com/luukvdmeer/sfnetworks) - Tidy Geospatial Networks in R 262 | * [const-ae/ggupset](https://github.com/const-ae/ggupset) - Combination matrix axis for 'ggplot2' to create 'UpSet' plots 263 | * [krzjoa/awesome-r-dataviz](https://github.com/krzjoa/awesome-r-dataviz) - Curated resources about Data Visualization, Drawing & Publishing in R 264 | * [cloudyr/aws.s3](https://github.com/cloudyr/aws.s3) - Amazon Simple Storage Service (S3) API Client 265 | * [dgrtwo/data-screencasts](https://github.com/dgrtwo/data-screencasts) - Code from live exploratory analyses of data in R 266 | * [dupadhyaya/Ranalytics18](https://github.com/dupadhyaya/Ranalytics18) - My work on Analytics and Research in Data Science 267 | * [SurajGupta/r-source](https://github.com/SurajGupta/r-source) - R Source Code 268 | * [grantmcdermott/tinyplot](https://github.com/grantmcdermott/tinyplot) - Lightweight extension of the base R graphics system 269 | * [charlie86/spotifyr](https://github.com/charlie86/spotifyr) - R wrapper for Spotify's Web API 270 | * [tidyverse/googlesheets4](https://github.com/tidyverse/googlesheets4) - Google Spreadsheets R API (reboot of the googlesheets package) 271 | * [xia-lab/MetaboAnalystR](https://github.com/xia-lab/MetaboAnalystR) - R package for MetaboAnalyst 272 | * [tidyverse/duckplyr](https://github.com/tidyverse/duckplyr) - A drop-in replacement for dplyr, powered by DuckDB for speed. 273 | * [r-hub/rhub](https://github.com/r-hub/rhub) - R-hub API client 274 | * [junjunlab/scRNAtoolVis](https://github.com/junjunlab/scRNAtoolVis) - Useful functions to make your scRNA-seq plot more cool! 275 | * [awalker89/openxlsx](https://github.com/awalker89/openxlsx) - R package for .xlsx file reading and writing. 276 | * [Yunuuuu/ggalign](https://github.com/Yunuuuu/ggalign) - Integrative Composable Visualization Framework for ggplot2 277 | * [JoaquinAmatRodrigo/Estadistica-con-R](https://github.com/JoaquinAmatRodrigo/Estadistica-con-R) - Apuntes personales sobre estadística, machine learning y lenguaje de programación R 278 | * [cols4all/cols4all-R](https://github.com/cols4all/cols4all-R) - Colors for all (R package) 279 | * [PMassicotte/gtrendsR](https://github.com/PMassicotte/gtrendsR) - R functions to perform and display Google Trends queries 280 | * [mages/googleVis](https://github.com/mages/googleVis) - Interface between R and the Google Chart Tools 281 | * [salimk/Rcrawler](https://github.com/salimk/Rcrawler) - An R web crawler and scraper 282 | * [tashapiro/tanya-data-viz](https://github.com/tashapiro/tanya-data-viz) - Personal data visualization side projects. 283 | * [vincentarelbundock/countrycode](https://github.com/vincentarelbundock/countrycode) - R package: Convert country names and country codes. Assigns region descriptors. 284 | * [BorchLab/scRepertoire](https://github.com/BorchLab/scRepertoire) - A toolkit for single-cell immune profiling 285 | * [stemangiola/tidyHeatmap](https://github.com/stemangiola/tidyHeatmap) - Draw heatmap simply using a tidy data frame 286 | * [pablobarbera/Rfacebook](https://github.com/pablobarbera/Rfacebook) - Dev version of Rfacebook package: Access to Facebook API via R 287 | * [Azure/Microsoft365R](https://github.com/Azure/Microsoft365R) - R SDK for interacting with Microsoft 365 APIs 288 | * [r-lib/remotes](https://github.com/r-lib/remotes) - Install R packages from GitHub, GitLab, Bitbucket, git, svn repositories, URLs 289 | * [jlmelville/uwot](https://github.com/jlmelville/uwot) - An R package implementing the UMAP dimensionality reduction method. 290 | * [hafen/geofacet](https://github.com/hafen/geofacet) - R package for geographical faceting with ggplot2 291 | * [easystats/effectsize](https://github.com/easystats/effectsize) - :dragon: Compute and work with indices of effect size and standardized parameters 292 | * [bernatgel/karyoploteR](https://github.com/bernatgel/karyoploteR) - karyoploteR - An R/Bioconductor package to plot arbitrary data along the genome 293 | * [nathaneastwood/poorman](https://github.com/nathaneastwood/poorman) - A poor man's dependency free grammar of data manipulation 294 | * [walkerke/tigris](https://github.com/walkerke/tigris) - Download and use Census TIGER/Line shapefiles in R 295 | * [ropensci/RSelenium](https://github.com/ropensci/RSelenium) - An R client for Selenium Remote WebDriver 296 | * [max-alletsee/rstudio-themes](https://github.com/max-alletsee/rstudio-themes) - A collection of themes for RStudio 297 | * [EasyD/IntroToDataScience](https://github.com/EasyD/IntroToDataScience) - GitHub Repository to accompany my YouTube series of videos on Introductory Data Science using R. 298 | * [swarm-lab/editR](https://github.com/swarm-lab/editR) - A Rmarkdown editor with instant preview 299 | * [r-lib/covr](https://github.com/r-lib/covr) - Test coverage reports for R 300 | * [paws-r/paws](https://github.com/paws-r/paws) - Paws, a package for Amazon Web Services in R 301 | * [bkelly-lab/ReplicationCrisis](https://github.com/bkelly-lab/ReplicationCrisis) - Code for "Is There a Replication Crisis in Finance" by Jensen, Kelly and Pedersen (2023) 302 | * [joshuaulrich/TTR](https://github.com/joshuaulrich/TTR) - Technical analysis and other functions to construct technical trading rules with R 303 | * [EmilHvitfeldt/ggpage](https://github.com/EmilHvitfeldt/ggpage) - Creates Page Layout Visualizations in R 📄📄📄 304 | * [tidymodels/rsample](https://github.com/tidymodels/rsample) - Classes and functions to create and summarize resampling objects 305 | * [ropensci/rnoaa](https://github.com/ropensci/rnoaa) - R interface to many NOAA data APIs 306 | * [richfitz/remake](https://github.com/richfitz/remake) - Make-like declarative workflows in R 307 | * [bnosac/taskscheduleR](https://github.com/bnosac/taskscheduleR) - Schedule R scripts/processes with the Windows task scheduler. 308 | * [benmarwick/wordcountaddin](https://github.com/benmarwick/wordcountaddin) - Word counts and readability statistics in R markdown documents 309 | * [r-dbi/RPostgres](https://github.com/r-dbi/RPostgres) - A DBI-compliant interface to PostgreSQL 310 | * [BioinformaticsFMRP/TCGAbiolinks](https://github.com/BioinformaticsFMRP/TCGAbiolinks) - TCGAbiolinks 311 | * [taiyun/corrplot](https://github.com/taiyun/corrplot) - A visual exploratory tool on correlation matrix 312 | * [openair-project/openair](https://github.com/openair-project/openair) - 🧭 Open source tools for air quality data analysis 313 | * [tidyverse/googledrive](https://github.com/tidyverse/googledrive) - Google Drive R API 314 | * [r-lib/rex](https://github.com/r-lib/rex) - Friendly regular expressions for R. 315 | * [r-dbi/RSQLite](https://github.com/r-dbi/RSQLite) - R interface for SQLite 316 | * [ropensci/rix](https://github.com/ropensci/rix) - Reproducible Data Science environments for R with Nix 317 | * [markvanderloo/stringdist](https://github.com/markvanderloo/stringdist) - String distance functions for R 318 | * [jumpingrivers/datasauRus](https://github.com/jumpingrivers/datasauRus) - R Package 📦 Containing the Datasaurus Dozen datasets :bar_chart: 319 | * [immunomind/immunarch](https://github.com/immunomind/immunarch) - 🧬 immunarch [R package] – Multi-Modal Immune Repertoire Analytics for Immunotherapy and Vaccine Design 320 | * [dmi3kno/polite](https://github.com/dmi3kno/polite) - Be nice on the web 321 | * [ModelOriented/modelStudio](https://github.com/ModelOriented/modelStudio) - 📍 Interactive Studio for Explanatory Model Analysis 322 | * [clauswilke/colorblindr](https://github.com/clauswilke/colorblindr) - An R package to simulate colorblindness on R figures. 323 | * [scRNA-tools/scRNA-tools](https://github.com/scRNA-tools/scRNA-tools) - Table of software for the analysis of single-cell RNA-seq data. 324 | * [microsoft/TagAnomaly](https://github.com/microsoft/TagAnomaly) - Anomaly detection analysis and labeling tool, specifically for multiple time series (one time series per category) 325 | * [ropensci/osmdata](https://github.com/ropensci/osmdata) - R package for downloading OpenStreetMap data 326 | * [jrnold/r4ds-exercise-solutions](https://github.com/jrnold/r4ds-exercise-solutions) - Exercise solutions to "R for Data Science" 327 | * [eddelbuettel/r2u](https://github.com/eddelbuettel/r2u) - CRAN as Ubuntu Binaries 328 | * [rstudio/pins-r](https://github.com/rstudio/pins-r) - Pin, discover, and share resources 329 | * [hughjonesd/huxtable](https://github.com/hughjonesd/huxtable) - An R package to create styled tables in multiple output formats, with a friendly, modern interface. 330 | * [wch/extrafont](https://github.com/wch/extrafont) - Tools for using fonts in R graphics 331 | * [jcrodriguez1989/chatgpt](https://github.com/jcrodriguez1989/chatgpt) - Interface to ChatGPT from R 332 | * [Appsilon/rhino](https://github.com/Appsilon/rhino) - Build high quality, enterprise-grade Shiny apps at speed 333 | * [r-lib/crayon](https://github.com/r-lib/crayon) - 🖍️ R package for colored terminal output — now superseded by cli 334 | * [datacarpentry/R-ecology-lesson](https://github.com/datacarpentry/R-ecology-lesson) - Data Analysis and Visualization in R for Ecologists 335 | * [eddelbuettel/littler](https://github.com/eddelbuettel/littler) - A scripting and command-line front-end for GNU R 336 | * [abresler/nbastatR](https://github.com/abresler/nbastatR) - NBA Stats API Wrapper and more for R 337 | * [georgevbsantiago/qsacnpj](https://github.com/georgevbsantiago/qsacnpj) - Pacote que trata e organiza os dados do Cadastro Nacional da Pessoa Jurídica (CNPJ) 338 | * [ropensci/software-review](https://github.com/ropensci/software-review) - rOpenSci Software Peer Review. 339 | * [r-lib/memoise](https://github.com/r-lib/memoise) - Easy memoisation for R 340 | * [JohnCoene/coronavirus](https://github.com/JohnCoene/coronavirus) - 🦠 Novel Coronavirus (COVID-19) Tracker 341 | * [ropensci-archive/rplos](https://github.com/ropensci-archive/rplos) - :warning: ARCHIVED :warning: R client for the PLoS Journals API 342 | * [mitchelloharawild/icons](https://github.com/mitchelloharawild/icons) - R package to easily insert web icons to RMarkdown 343 | * [xiaolei-lab/rMVP](https://github.com/xiaolei-lab/rMVP) - :postbox: A Memory-efficient, Visualization-enhanced, and Parallel-accelerated Tool For Genome-Wide Association Study 344 | * [wch/rgcookbook](https://github.com/wch/rgcookbook) - R Graphics Cookbook 345 | * [r-dbi/DBI](https://github.com/r-dbi/DBI) - A database interface (DBI) definition for communication between R and RDBMSs 346 | * [FrankPortman/bayesAB](https://github.com/FrankPortman/bayesAB) - 🐢 bayesAB: Fast Bayesian Methods for A/B Testing 347 | * [bokeh/rbokeh](https://github.com/bokeh/rbokeh) - R interface to Bokeh http://hafen.github.io/rbokeh/ 348 | * [16EAGLE/getSpatialData](https://github.com/16EAGLE/getSpatialData) - An R package 📦 making it easy to query, preview, download and preprocess multiple kinds of spatial data 🛰 via R. All beta. 349 | * [r-lib/lobstr](https://github.com/r-lib/lobstr) - Understanding complex R objects with tools similar to str() 350 | * [wilkox/ggfittext](https://github.com/wilkox/ggfittext) - 🔠 ggplot2 geoms to fit text into boxes 351 | * [neuhausi/canvasXpress](https://github.com/neuhausi/canvasXpress) - CanvasXpress: A JavaScript Library for Data Analytics with Full Audit Trail Capabilities. 352 | * [microbiome/microbiome](https://github.com/microbiome/microbiome) - microbiome R package 353 | * [NickCH-K/causalgraphs](https://github.com/NickCH-K/causalgraphs) - R code for causal graph animations 354 | * [mrkaye97/slackr](https://github.com/mrkaye97/slackr) - An R package for sending messages from R to Slack 355 | * [DOI-USGS/dataRetrieval](https://github.com/DOI-USGS/dataRetrieval) - This R package is designed to obtain USGS or EPA water quality sample data, streamflow data, and metadata directly from web services. 356 | * [sjmgarnier/viridis](https://github.com/sjmgarnier/viridis) - Colorblind-Friendly Color Maps for R 357 | * [hughjonesd/ggmagnify](https://github.com/hughjonesd/ggmagnify) - Create a magnified inset of part of a ggplot object 358 | * [virtualstaticvoid/heroku-buildpack-r](https://github.com/virtualstaticvoid/heroku-buildpack-r) - Heroku buildpack for R - Makes deploying R on Heroku easy 359 | * [r-lib/callr](https://github.com/r-lib/callr) - Call R from R 360 | * [rstudio-education/shiny.rstudio.com-tutorial](https://github.com/rstudio-education/shiny.rstudio.com-tutorial) - Slides and exercises for the video tutorial at https://shiny.rstudio.com/tutorial/ 361 | * [fastverse/fastverse](https://github.com/fastverse/fastverse) - An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R 362 | * [ropensci/charlatan](https://github.com/ropensci/charlatan) - Create fake data in R 363 | * [r-lib/waldo](https://github.com/r-lib/waldo) - Find differences between R objects 364 | * [tidymodels/stacks](https://github.com/tidymodels/stacks) - An R package for tidy stacked ensemble modeling 365 | * [rstudio/fontawesome](https://github.com/rstudio/fontawesome) - Easily insert FontAwesome icons into R Markdown docs and Shiny apps 366 | * [Rapporter/pander](https://github.com/Rapporter/pander) - An R Pandoc Writer: Convert arbitrary R objects into markdown 367 | * [jennybc/gapminder](https://github.com/jennybc/gapminder) - Excerpt from the Gapminder data, as an R data package and in plain text delimited form 368 | * [constantAmateur/SoupX](https://github.com/constantAmateur/SoupX) - R package to quantify and remove cell free mRNAs from droplet based scRNA-seq data 369 | * [futureverse/progressr](https://github.com/futureverse/progressr) - 三 R package: An Inclusive, Unifying API for Progress Updates 370 | * [kolaczyk/sand](https://github.com/kolaczyk/sand) - Statistical Analysis of Network Data with R, 2nd Edition 371 | * [TullyMonster/MendelRookie](https://github.com/TullyMonster/MendelRookie) - 新手友好的孟德尔随机化项目 372 | * [Tazinho/Advanced-R-Solutions](https://github.com/Tazinho/Advanced-R-Solutions) - Set of solutions for the Advanced R programming book 373 | * [rexyai/RestRserve](https://github.com/rexyai/RestRserve) - R web API framework for building high-performance microservices and app backends 374 | * [mkearney/rstudiothemes](https://github.com/mkearney/rstudiothemes) - A curated list of RStudio themes found on Github 375 | * [jessecambon/tidygeocoder](https://github.com/jessecambon/tidygeocoder) - Geocoding Made Easy 376 | * [r-lib/mirai](https://github.com/r-lib/mirai) - Minimalist Async Evaluation Framework for R 377 | * [moldach/vapoRwave](https://github.com/moldach/vapoRwave) - 📼👾🕹Vaporwave themes and color palettes for ggplot2💾👨‍🎤📺 378 | * [thomas-neitmann/ggcharts](https://github.com/thomas-neitmann/ggcharts) - Get You to Your Desired Plot Faster 379 | * [statsbomb/StatsBombR](https://github.com/statsbomb/StatsBombR) - This repository is an R package to easily stream StatsBomb data from the API using your log in credentials or from the Open Data GitHub repository cost free into R . 380 | * [ropensci/taxize](https://github.com/ropensci/taxize) - A taxonomic toolbelt for R 381 | * [o2r-project/containerit](https://github.com/o2r-project/containerit) - Package an R workspace and all dependencies as a Docker container 382 | * [yihui/servr](https://github.com/yihui/servr) - A simple HTTP server in R 383 | * [bleutner/RStoolbox](https://github.com/bleutner/RStoolbox) - Remote Sensing Data Analysis in R 🛰 384 | * [ajtulloch/Elements-of-Statistical-Learning](https://github.com/ajtulloch/Elements-of-Statistical-Learning) - Contains LaTeX, SciPy and R code providing solutions to exercises in Elements of Statistical Learning (Hastie, Tibshirani & Friedman) 385 | * [smartinsightsfromdata/rpivotTable](https://github.com/smartinsightsfromdata/rpivotTable) - A R wrapper for the great library pivottable 386 | * [bergant/datamodelr](https://github.com/bergant/datamodelr) - Data model diagrams in R 387 | * [mllg/checkmate](https://github.com/mllg/checkmate) - Fast and versatile argument checks 388 | * [kosukeimai/fastLink](https://github.com/kosukeimai/fastLink) - R package fastLink: Fast Probabilistic Record Linkage 389 | * [Appsilon/shiny.fluent](https://github.com/Appsilon/shiny.fluent) - Microsoft's Fluent UI for Shiny apps 390 | * [r-spatial/leafgl](https://github.com/r-spatial/leafgl) - R package for fast web gl rendering for leaflet 391 | * [ecpolley/SuperLearner](https://github.com/ecpolley/SuperLearner) - Current version of the SuperLearner R package 392 | * [schochastics/graphlayouts](https://github.com/schochastics/graphlayouts) - new layout algorithms for network visualizations in R 393 | * [rfsaldanha/microdatasus](https://github.com/rfsaldanha/microdatasus) - Download de dados do DataSUS e pré-processamento no R. 394 | * [r-rust/hellorust](https://github.com/r-rust/hellorust) - Template R package with rust bindings 395 | * [bmschmidt/wordVectors](https://github.com/bmschmidt/wordVectors) - An R package for creating and exploring word2vec and other word embedding models 396 | * [VerbalExpressions/RVerbalExpressions](https://github.com/VerbalExpressions/RVerbalExpressions) - :speech_balloon: Create regular expressions easily 397 | * [samuel-marsh/scCustomize](https://github.com/samuel-marsh/scCustomize) - R package with collection of functions created and/or curated to aid in the visualization and analysis of single-cell data using R. 398 | * [Yang-Tang/shinyjqui](https://github.com/Yang-Tang/shinyjqui) - jQuery UI Interactions and Effects for Shiny 399 | * [XSaintX/book-R-DataAnalysis](https://github.com/XSaintX/book-R-DataAnalysis) - this project contains R code about analysing data from the book Analisis de datos con R 400 | * [talgalili/installr](https://github.com/talgalili/installr) - Functions for installing softwares from within R 401 | * [dirkschumacher/ompr](https://github.com/dirkschumacher/ompr) - R package to model Mixed Integer Linear Programs 402 | * [cjbarrie/academictwitteR](https://github.com/cjbarrie/academictwitteR) - Repo for academictwitteR package to query the Twitter Academic Research Product Track v2 API endpoint. 403 | * [jakelawlor/PNWColors](https://github.com/jakelawlor/PNWColors) - A Pacific Northwest inspired R color palette package 404 | * [saezlab/decoupleR](https://github.com/saezlab/decoupleR) - R package to infer biological activities from omics data using a collection of methods. 405 | * [r-lib/zeallot](https://github.com/r-lib/zeallot) - Variable assignment with zeal! (or multiple, unpacking, and destructuring assignment in R) 406 | * [RamiKrispin/vscode-r](https://github.com/RamiKrispin/vscode-r) - A Tutorial for Setting R Development Environment with VScode, Dev Containers, and Docker 407 | * [lorenzwalthert/precommit](https://github.com/lorenzwalthert/precommit) - pre-commit hooks for R projects 408 | * [wviechtb/metafor](https://github.com/wviechtb/metafor) - A meta-analysis package for R 409 | * [ropensci-archive/fulltext](https://github.com/ropensci-archive/fulltext) - :warning: ARCHIVED :warning: Search across and get full text for OA & closed journals 410 | * [teunbrand/legendry](https://github.com/teunbrand/legendry) - A 'ggplot2' extension that focusses on expanding the plotter's arsenal of guides, such as axes, legends and colour bars. It brings various improvements to existing guides by re-implementation, as well as adding novel guides. 411 | * [ropensci/iheatmapr](https://github.com/ropensci/iheatmapr) - Complex, interactive heatmaps in R 412 | * [R-CoderDotCom/calendR](https://github.com/R-CoderDotCom/calendR) - Ready to print calendars with ggplot2 413 | * [chasemc/electricShine](https://github.com/chasemc/electricShine) - Create Standalone Installable Shiny Apps 414 | * [Appsilon/shiny.router](https://github.com/Appsilon/shiny.router) - A minimalistic router for your Shiny apps. 415 | * [romantseg/rbooks](https://github.com/romantseg/rbooks) - A curated list of #rstats books 416 | * [robjhyndman/tsfeatures](https://github.com/robjhyndman/tsfeatures) - Time series features 417 | * [OpenDroneMap/FIELDimageR](https://github.com/OpenDroneMap/FIELDimageR) - FIELDimageR: A R package to analyze orthomosaic images from agricultural field trials. This package is a compilation of functions to analyze pos-mosaicking images from research fields, and allows to: crop the image; remove soil effect; build vegetation indices; rotate the image; build the plot shapefile; extract information for each plot; and evaluate stand count, canopy percentage, and plant height. 418 | * [leeper/margins](https://github.com/leeper/margins) - An R Port of Stata's 'margins' Command 419 | * [knausb/vcfR](https://github.com/knausb/vcfR) - Tools to work with variant call format files 420 | * [khanhnamle1994/statistical-learning](https://github.com/khanhnamle1994/statistical-learning) - Lecture Slides and R Sessions for Trevor Hastie and Rob Tibshinari's "Statistical Learning" Stanford course 421 | * [asardaes/dtwclust](https://github.com/asardaes/dtwclust) - R Package for Time Series Clustering Along with Optimizations for DTW 422 | * [tidymodels/tidypredict](https://github.com/tidymodels/tidypredict) - Run predictions inside the database 423 | * [rstudio/config](https://github.com/rstudio/config) - config package for R 424 | * [hafen/trelliscopejs](https://github.com/hafen/trelliscopejs) - TrelliscopeJS R Package 425 | * [exaexa/scattermore](https://github.com/exaexa/scattermore) - very fast scatterplots for R 426 | * [tmobile/r-tensorflow-api](https://github.com/tmobile/r-tensorflow-api) - A small Docker container for using R and TensorFlow as an enterprise API 427 | * [pharmaverse/admiral](https://github.com/pharmaverse/admiral) - ADaM in R Asset Library 428 | * [IOBR/IOBR](https://github.com/IOBR/IOBR) - IOBR is an R package to perform comprehensive analysis of tumor microenvironment and signatures for immuno-oncology. 429 | * [yihui/formatR](https://github.com/yihui/formatR) - Format R Code Automatically 430 | * [RGLab/MAST](https://github.com/RGLab/MAST) - Tools and methods for analysis of single cell assay data in R 431 | * [nrennie/tidytuesday](https://github.com/nrennie/tidytuesday) - This repository contains the R, Python, D3, and Svelte code used to produce my visualisations for the #TidyTuesday challenges. 432 | * [karthik/holepunch](https://github.com/karthik/holepunch) - Make your R project Binder ready 433 | * [dokato/todor](https://github.com/dokato/todor) - TODOr - RStudio add-in for finding TODO, FIXME, CHANGED etc. comments in your code. 434 | * [Appsilon/semantic.dashboard](https://github.com/Appsilon/semantic.dashboard) - Quick, beautiful and customizable dashboard template for Shiny based on shiny.semantic and Fomantic UI. 435 | * [AppliedDataSciencePartners/xgboostExplainer](https://github.com/AppliedDataSciencePartners/xgboostExplainer) - An R package that makes xgboost models fully interpretable 436 | * [trinker/wakefield](https://github.com/trinker/wakefield) - Generate random data sets 437 | * [ropensci/rnaturalearth](https://github.com/ropensci/rnaturalearth) - An R package to hold and facilitate interaction with natural earth map data :earth_africa: 438 | * [r-lib/httr2](https://github.com/r-lib/httr2) - Make HTTP requests and process their responses. A modern reimagining of httr. 439 | * [jonocarroll/mathpix](https://github.com/jonocarroll/mathpix) - Query the mathpix API to convert math images to LaTeX 440 | * [eddelbuettel/gsir-te](https://github.com/eddelbuettel/gsir-te) - Getting Started in R -- Tinyverse Edition 441 | * [easystats/modelbased](https://github.com/easystats/modelbased) - :chart_with_upwards_trend: Estimate effects, contrasts and means based on statistical models 442 | * [pzhaonet/bookdownplus](https://github.com/pzhaonet/bookdownplus) - The easiest way to use R package bookdown for writing varied types of books and documents 443 | * [vnijs/radiant](https://github.com/vnijs/radiant) - Business analytics using R and Shiny 444 | * [trinker/textclean](https://github.com/trinker/textclean) - Tools for cleaning and normalizing text data 445 | * [rstudio/pool](https://github.com/rstudio/pool) - Object Pooling in R 446 | * [r-lib/bench](https://github.com/r-lib/bench) - High Precision Timing of R Expressions 447 | * [bergant/finstr](https://github.com/bergant/finstr) - :chart_with_upwards_trend: Financial statements in R 448 | * [r-lib/conflicted](https://github.com/r-lib/conflicted) - An alternative conflict resolution strategy for R 449 | * [ggrothendieck/sqldf](https://github.com/ggrothendieck/sqldf) - Perform SQL Selects on R Data Frames 450 | * [geoffjentry/twitteR](https://github.com/geoffjentry/twitteR) - R based twitter client 451 | * [sowla/useR2019-materials](https://github.com/sowla/useR2019-materials) - Links to materials from tutorials and talks from useR 2019 452 | * [r-spatialecology/landscapemetrics](https://github.com/r-spatialecology/landscapemetrics) - Landscape Metrics for Categorical Map Patterns 🗺️ in R 453 | * [karthik/rdrop2](https://github.com/karthik/rdrop2) - Dropbox Interface from R 454 | * [jsta/r-docker-tutorial](https://github.com/jsta/r-docker-tutorial) - A docker tutorial for reproducible research 455 | * [HealthCatalyst/healthcareai-r](https://github.com/HealthCatalyst/healthcareai-r) - R tools for healthcare machine learning 456 | * [GenomicSEM/GenomicSEM](https://github.com/GenomicSEM/GenomicSEM) - R-package for structural equation modeling based on GWAS summary data 457 | * [covid19datahub/COVID19](https://github.com/covid19datahub/COVID19) - A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution 458 | * [ChiLiubio/microeco](https://github.com/ChiLiubio/microeco) - An R package for data analysis in microbial community ecology 459 | * [alastairrushworth/inspectdf](https://github.com/alastairrushworth/inspectdf) - 🛠️ 📊 Tools for Exploring and Comparing Data Frames 460 | * [Raymo111/Raymo111](https://github.com/Raymo111/Raymo111) - My awesome profile README 461 | * [quanteda/spacyr](https://github.com/quanteda/spacyr) - R wrapper to spaCy NLP 462 | * [jackwasey/icd](https://github.com/jackwasey/icd) - *New maintainer/owner needed* Fast ICD-10 and ICD-9 comorbidities, decoding and validation in R. NB use main instead of master for default branch. 463 | * [jennybc/ggplot2-tutorial](https://github.com/jennybc/ggplot2-tutorial) - Teaching materials for the R package ggplot2 464 | * [cwickham/purrr-tutorial](https://github.com/cwickham/purrr-tutorial) - A introduction to purrr 465 | * [ropensci/tesseract](https://github.com/ropensci/tesseract) - Bindings to Tesseract OCR engine for R 466 | * [rich-iannone/stationaRy](https://github.com/rich-iannone/stationaRy) - Get hourly meteorological data from one of thousands of global stations 467 | * [cdeterman/gpuR](https://github.com/cdeterman/gpuR) - R interface to use GPU's 468 | * [erocoar/gghalves](https://github.com/erocoar/gghalves) - ✂️ Easy half-half geoms in ggplot2 469 | * [rOpenGov/eurostat](https://github.com/rOpenGov/eurostat) - R tools for Eurostat data 470 | * [riatelab/osrm](https://github.com/riatelab/osrm) - Interface between R and the OpenStreetMap-based routing service OSRM 471 | * [daattali/shinyalert](https://github.com/daattali/shinyalert) - 🗯️ Easily create pretty popup messages (modals) in Shiny 472 | * [ropensci-archive/elastic](https://github.com/ropensci-archive/elastic) - R client for the Elasticsearch HTTP API 473 | * [r-lib/processx](https://github.com/r-lib/processx) - Execute and Control Subprocesses from R 474 | * [OpenIntroStat/openintro](https://github.com/OpenIntroStat/openintro) - 📦 R package for data and supplemental functions for OpenIntro resources 475 | * [insightsengineering/rtables](https://github.com/insightsengineering/rtables) - Reporting tables with R 476 | * [AdrianAntico/AutoQuant](https://github.com/AdrianAntico/AutoQuant) - R package for automation of machine learning, forecasting, model evaluation, and model interpretation 477 | * [toddwschneider/shiny-salesman](https://github.com/toddwschneider/shiny-salesman) - Traveling salesman with simulated annealing, R, and Shiny 478 | * [ankane/jetpack](https://github.com/ankane/jetpack) - A friendly package manager for R 479 | * [al2na/methylKit](https://github.com/al2na/methylKit) - R package for DNA methylation analysis 480 | * [satijalab/sctransform](https://github.com/satijalab/sctransform) - R package for modeling single cell UMI expression data using regularized negative binomial regression 481 | * [r-lib/asciicast](https://github.com/r-lib/asciicast) - Turn R scripts into terminal screencasts 482 | * [hadley/strict](https://github.com/hadley/strict) - Make R a little bit stricter 483 | * [ben519/DataWrangling](https://github.com/ben519/DataWrangling) - The ultimate reference guide to data wrangling with Python and R 484 | * [davidgohel/ReporteRs](https://github.com/davidgohel/ReporteRs) - Note that ReporteRs has been removed from CRAN the 16th of July 2018 and is not maintained anymore. please migrate to officer. 485 | * [rolkra/explore](https://github.com/rolkra/explore) - R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science) 486 | * [laresbernardo/lares](https://github.com/laresbernardo/lares) - Analytics & Machine Learning R Sidekick 487 | * [rstudio/Intro](https://github.com/rstudio/Intro) - Course materials for "Introduction to Data Science with R", a video course by RStudio and O'Reilly Media 488 | * [nicolewhite/RNeo4j](https://github.com/nicolewhite/RNeo4j) - Neo4j Driver for R. 489 | * [Chicago/RSocrata](https://github.com/Chicago/RSocrata) - Provides easier interaction with Socrata open data portals http://dev.socrata.com. Users can provide a 'Socrata' data set resource URL, or a 'Socrata' Open Data API (SoDA) web query, or a 'Socrata' "human-friendly" URL, returns an R data frame. Converts dates to 'POSIX' format. Manages throttling by 'Socrata'. 490 | * [stephenslab/susieR](https://github.com/stephenslab/susieR) - R package for "sum of single effects" regression. 491 | * [rlbarter/superheat](https://github.com/rlbarter/superheat) - An r package for generating beautiful and customizable heatmaps 492 | * [Pakillo/grateful](https://github.com/Pakillo/grateful) - Facilitate citation of R packages 493 | * [ycphs/openxlsx](https://github.com/ycphs/openxlsx) - openxlsx - a fast way to read and write complex xslx files 494 | * [talgalili/d3heatmap](https://github.com/talgalili/d3heatmap) - A D3.js-based heatmap htmlwidget for R 495 | * [riatelab/mapsf](https://github.com/riatelab/mapsf) - Thematic cartography with R 496 | * [ModelOriented/randomForestExplainer](https://github.com/ModelOriented/randomForestExplainer) - A set of tools to understand what is happening inside a Random Forest 497 | * [jennybc/code-smells-and-feels](https://github.com/jennybc/code-smells-and-feels) - Talk on code smells and feels and how to change that via refactoring 498 | * [echen/ggplot2-tutorial](https://github.com/echen/ggplot2-tutorial) - Quick introduction to ggplot2 (no knowledge of R assumed) 499 | * [dataspelunking/MLwR](https://github.com/dataspelunking/MLwR) - Machine Learning with R 500 | * [r-lib/gmailr](https://github.com/r-lib/gmailr) - Access the Gmail RESTful API from R. 501 | * [markvanderloo/tinytest](https://github.com/markvanderloo/tinytest) - A lightweight, no-dependency, but full-featured package for unit testing in R 502 | * [extendr/rextendr](https://github.com/extendr/rextendr) - An R package that helps scaffolding extendr-enabled packages or compiling Rust code dynamically 503 | * [noriakis/ggkegg](https://github.com/noriakis/ggkegg) - Analyzing and visualizing KEGG information using the grammar of graphics 504 | * [jamesotto852/ggdensity](https://github.com/jamesotto852/ggdensity) - An R package for interpretable visualizations of bivariate density estimates 505 | * [insightsengineering/teal](https://github.com/insightsengineering/teal) - Exploratory Web Apps for Analyzing Clinical Trial Data 506 | * [gaborcsardi/prompt](https://github.com/gaborcsardi/prompt) - Dynamic R prompt 507 | * [trevorstephens/titanic](https://github.com/trevorstephens/titanic) - Getting Started With R 508 | * [microsoft/finnts](https://github.com/microsoft/finnts) - Microsoft Finance Time Series Forecasting Framework (FinnTS) is a forecasting package that utilizes cutting-edge time series forecasting and parallelization on the cloud to produce accurate forecasts for financial data. 509 | * [dgrapov/TeachingDemos](https://github.com/dgrapov/TeachingDemos) - Bioinformatics related demos and tutorials using the R programming language 510 | * [yihui/litedown](https://github.com/yihui/litedown) - A lightweight version of R Markdown (without using Pandoc or knitr) 511 | * [brodieG/diffobj](https://github.com/brodieG/diffobj) - Compare R Objects with a Diff 512 | * [ambiorix-web/ambiorix](https://github.com/ambiorix-web/ambiorix) - 🖥️ Web framework for R 513 | * [vincentarelbundock/WDI](https://github.com/vincentarelbundock/WDI) - R package to download World Bank data 514 | * [kosukeimai/MatchIt](https://github.com/kosukeimai/MatchIt) - R package MatchIt 515 | * [bbolker/broom.mixed](https://github.com/bbolker/broom.mixed) - tidy methods for mixed models in R 516 | * [adamribaudo/storytelling-with-data-ggplot](https://github.com/adamribaudo/storytelling-with-data-ggplot) - Recreation of Cole Nussbaumer Knaflic's Storytelling with Data plots using R an ggplot2 517 | * [trinker/topicmodels_learning](https://github.com/trinker/topicmodels_learning) - A repository of learning & R resources related to topic models 518 | * [rticulate/import](https://github.com/rticulate/import) - An Import Mechanism For R 519 | * [r-simmer/simmer](https://github.com/r-simmer/simmer) - Discrete-Event Simulation for R 520 | * [kaz-yos/tableone](https://github.com/kaz-yos/tableone) - R package to create "Table 1", description of baseline characteristics with or without propensity score weighting 521 | * [r-lib/gh](https://github.com/r-lib/gh) - Minimalistic GitHub API client in R 522 | * [gavinsimpson/gratia](https://github.com/gavinsimpson/gratia) - ggplot-based graphics and useful functions for GAMs fitted using the mgcv package 523 | * [tidyverse/design](https://github.com/tidyverse/design) - Tidyverse design principles 524 | * [sdmTMB/sdmTMB](https://github.com/sdmTMB/sdmTMB) - An R package for spatial and spatiotemporal GLMMs with TMB 525 | * [Pakillo/R-GIS-tutorial](https://github.com/Pakillo/R-GIS-tutorial) - Spatial data in R: using R as a GIS 526 | * [iSEE/iSEE](https://github.com/iSEE/iSEE) - R/shiny interface for interactive visualization of data in SummarizedExperiment objects 527 | * [katiejolly/nationalparkcolors](https://github.com/katiejolly/nationalparkcolors) - R package for color themes inspired by national parks 528 | * [ropensci/qualtRics](https://github.com/ropensci/qualtRics) - Download ⬇️ Qualtrics survey data directly into R! 529 | * [r-lib/xml2](https://github.com/r-lib/xml2) - Bindings to libxml2 530 | * [omarwagih/ggseqlogo](https://github.com/omarwagih/ggseqlogo) - Publication-quality sequence logos in R 531 | * [mayoverse/arsenal](https://github.com/mayoverse/arsenal) - An Arsenal of 'R' Functions for Large-Scale Statistical Summaries 532 | * [trafficonese/leaflet.extras](https://github.com/trafficonese/leaflet.extras) - Extra functionality for leaflet R package. 533 | * [Tatvic/RGoogleAnalytics](https://github.com/Tatvic/RGoogleAnalytics) - R Library to easily extract data from the Google Analytics API into R 534 | * [microsoft/microsoft-r-open](https://github.com/microsoft/microsoft-r-open) - Microsoft R Open Source 535 | * [GoekeLab/bambu](https://github.com/GoekeLab/bambu) - Reference-guided transcript discovery and quantification for long read RNA-Seq data 536 | * [cbail/textnets](https://github.com/cbail/textnets) - R package to perform automated text analysis using network techniques 537 | * [ropensci/git2r](https://github.com/ropensci/git2r) - R bindings to the libgit2 library 538 | * [ropensci/biomartr](https://github.com/ropensci/biomartr) - Genomic Data Retrieval with R 539 | * [philchalmers/mirt](https://github.com/philchalmers/mirt) - Multidimensional item response theory 540 | * [lionel-/codegrip](https://github.com/lionel-/codegrip) - Reshaping and navigation commands for R code 541 | * [joshuaulrich/xts](https://github.com/joshuaulrich/xts) - Extensible time series class that provides uniform handling of many R time series classes by extending zoo. 542 | * [edwindj/whisker](https://github.com/edwindj/whisker) - {{mustache}} for R 543 | * [PecanProject/pecan](https://github.com/PecanProject/pecan) - The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox. 544 | * [mixOmicsTeam/mixOmics](https://github.com/mixOmicsTeam/mixOmics) - Development repository for the Bioconductor package 'mixOmics ' 545 | * [JustinMShea/wooldridge](https://github.com/JustinMShea/wooldridge) - The official R data package for "Introductory Econometrics: A Modern Approach". A vignette contains example models from each chapter. 546 | * [zatonovo/lambda.r](https://github.com/zatonovo/lambda.r) - Functional programming in R 547 | * [USEPA/elevatr](https://github.com/USEPA/elevatr) - An R package for accessing elevation data 548 | * [r-spatial/mapedit](https://github.com/r-spatial/mapedit) - Interactive editing of spatial data in R 549 | * [jimhester/lookup](https://github.com/jimhester/lookup) - Lookup R full function definitions, including compiled code, S3 and S4 methods. 550 | * [griffithlab/GenVisR](https://github.com/griffithlab/GenVisR) - Genome data visualizations 551 | * [ACCLAB/dabestr](https://github.com/ACCLAB/dabestr) - Data Analysis with Bootstrap Estimation in R 552 | * [thebioengineer/camcorder](https://github.com/thebioengineer/camcorder) - Record plots generated during an R session and replay as a gif! 553 | * [lbenz730/ncaahoopR](https://github.com/lbenz730/ncaahoopR) - An R package for working with NCAA Basketball Play-by-Play Data 554 | * [gadenbuie/epoxy](https://github.com/gadenbuie/epoxy) - Extra-strength glue engines for R Markdown, Quarto, and Shiny 555 | * [emitanaka/edibble](https://github.com/emitanaka/edibble) - An R-package that encapsulate elements of experimental design for better planning, management, and workflow 556 | * [wilkox/treemapify](https://github.com/wilkox/treemapify) - 🌳 Draw treemaps in ggplot2 557 | * [MatsuuraKentaro/RStanBook](https://github.com/MatsuuraKentaro/RStanBook) - 『StanとRでベイズ統計モデリング』のサポートページです. 558 | * [gergness/srvyr](https://github.com/gergness/srvyr) - R package to add 'dplyr'-like Syntax for Summary Statistics of Survey Data 559 | * [futureverse/future.apply](https://github.com/futureverse/future.apply) - :rocket: R package: future.apply - Apply Function to Elements in Parallel using Futures 560 | * [r-for-educators/flair](https://github.com/r-for-educators/flair) - decorate your R code 561 | * [mhahsler/recommenderlab](https://github.com/mhahsler/recommenderlab) - recommenderlab - Lab for Developing and Testing Recommender Algorithms - R package 562 | * [kharchenkolab/conos](https://github.com/kharchenkolab/conos) - R package for the joint analysis of multiple single-cell RNA-seq datasets 563 | * [youngwoos/Doit_R](https://github.com/youngwoos/Doit_R) - 저장소 564 | * [pewresearch/pewmethods](https://github.com/pewresearch/pewmethods) - Pew Research Center Methods team R package of miscellaneous functions 565 | * [docopt/docopt.R](https://github.com/docopt/docopt.R) - Command-line interface description language for R (http://docopt.org) 566 | * [cvxgrp/CVXR](https://github.com/cvxgrp/CVXR) - An R modeling language for convex optimization problems. 567 | * [r-spatial/qgisprocess](https://github.com/r-spatial/qgisprocess) - R package to use QGIS processing algorithms 568 | * [maxtoki/baseball_R](https://github.com/maxtoki/baseball_R) - Companion to Analyzing Baseball Data with R 569 | * [hadley/reshape](https://github.com/hadley/reshape) - An R package to flexible rearrange, reshape and aggregate data 570 | * [privefl/bigsnpr](https://github.com/privefl/bigsnpr) - R package for the analysis of massive SNP arrays. 571 | * [jthomasmock/gtExtras](https://github.com/jthomasmock/gtExtras) - A Collection of Helper Functions for the gt Package. 572 | * [gluc/data.tree](https://github.com/gluc/data.tree) - General Purpose Hierarchical Data Structure for R 573 | * [datacamp/RDocumentation](https://github.com/datacamp/RDocumentation) - R package to integrate rdocumentation.org into your R workflow 574 | * [HenrikBengtsson/matrixStats](https://github.com/HenrikBengtsson/matrixStats) - R package: Methods that Apply to Rows and Columns of Matrices (and to Vectors) 575 | * [ropensci/rentrez](https://github.com/ropensci/rentrez) - talk with NCBI entrez using R 576 | * [KlausVigo/phangorn](https://github.com/KlausVigo/phangorn) - Phylogenetic analysis in R 577 | * [kcuilla/reactablefmtr](https://github.com/kcuilla/reactablefmtr) - Streamlined Table Styling and Formatting for Reactable 578 | * [hadley/assertthat](https://github.com/hadley/assertthat) - User friendly assertions for R 579 | * [enblacar/SCpubr](https://github.com/enblacar/SCpubr) - Generate high quality, publication ready visualizations for single cell transcriptomics data. 580 | * [yonicd/carbonate](https://github.com/yonicd/carbonate) - carbon.js for R 581 | * [sneumann/xcms](https://github.com/sneumann/xcms) - This is the git repository matching the Bioconductor package xcms: LC/MS and GC/MS Data Analysis 582 | * [OHDSI/PatientLevelPrediction](https://github.com/OHDSI/PatientLevelPrediction) - An R package for performing patient level prediction in an observational database in the OMOP Common Data Model. 583 | * [flujoo/gm](https://github.com/flujoo/gm) - R Package for Music Creation 584 | * [yihui/animation](https://github.com/yihui/animation) - A gallery of animations in statistics and utilities to create animations 585 | * [will-r-chase/aRt](https://github.com/will-r-chase/aRt) - Generative or data-driven artwork made with R 586 | * [rstudio/promises](https://github.com/rstudio/promises) - A promise library for R 587 | * [gkaramanis/aRtist](https://github.com/gkaramanis/aRtist) - Making art with R 588 | * [dieghernan/tidyterra](https://github.com/dieghernan/tidyterra) - tidyverse and ggplot2 methods for terra spatial objects 589 | * [ateucher/rmapshaper](https://github.com/ateucher/rmapshaper) - An R wrapper for the mapshaper javascript library 590 | * [johannesbjork/LaCroixColoR](https://github.com/johannesbjork/LaCroixColoR) - LaCroix Color Palettes for R. 591 | * [BlakeRMills/MoMAColors](https://github.com/BlakeRMills/MoMAColors) - Color Schemes based around artwork and the Museum of Modern Art. 592 | * [SSSYDYSSS/TransProR](https://github.com/SSSYDYSSS/TransProR) - Analysis and visualization of multi-omics data. In ongoing development: multi-modal fusion, sparse learning, and spatio-temporal effects... 593 | * [skranz/RTutor](https://github.com/skranz/RTutor) - Creating interactive R Problem Sets. Automatic hints and solution checks. (Shiny or RStudio) 594 | * [GuangchuangYu/badger](https://github.com/GuangchuangYu/badger) - Badge for R Package 595 | * [sctyner/memer](https://github.com/sctyner/memer) - A tidyverse compatible package for creating memes in R using the magick package. 596 | * [nsgrantham/ggdark](https://github.com/nsgrantham/ggdark) - Dark mode for ggplot2 themes 597 | * [Laurae2/Laurae](https://github.com/Laurae2/Laurae) - Advanced High Performance Data Science Toolbox for R by Laurae 598 | * [spatstat/spatstat](https://github.com/spatstat/spatstat) - Umbrella package of the 'spatstat' family................ 599 | * [renkun-ken/rlist](https://github.com/renkun-ken/rlist) - A Toolbox for Non-Tabular Data Manipulation 600 | * [hadley/pryr](https://github.com/hadley/pryr) - Pry open the covers of R 601 | * [dirkschumacher/llr](https://github.com/dirkschumacher/llr) - Lisp-like-R: A clojure inspired lisp that compiles to R in R 602 | * [ropensci/textreuse](https://github.com/ropensci/textreuse) - Detect text reuse and document similarity 603 | * [jennybc/send-email-with-r](https://github.com/jennybc/send-email-with-r) - How to send a bunch of email from R 604 | * [computationalstylistics/stylo](https://github.com/computationalstylistics/stylo) - R package for stylometric analyses 605 | * [koenderks/rcityviews](https://github.com/koenderks/rcityviews) - rcityviews is a user-friendly R interface for creating stylized city maps using OpenStreetMap (www.openstreetmap.org) data, implemented as an R package and a Shiny web application. 606 | * [hgeorgako/rfortraders](https://github.com/hgeorgako/rfortraders) - Quantitative Trading with R 607 | * [mkearney/resist_oped](https://github.com/mkearney/resist_oped) - 🕵🏽‍♀️ Identifying the author behind New York Time’s op-ed from inside the Trump White House. 608 | * [Hy4m/linkET](https://github.com/Hy4m/linkET) - Everything is Linkable 609 | * [stan-dev/shinystan](https://github.com/stan-dev/shinystan) - shinystan R package and ShinyStan GUI 610 | * [junjunlab/GseaVis](https://github.com/junjunlab/GseaVis) - An implement R package to visualize GSEA results 611 | * [thibautjombart/adegenet](https://github.com/thibautjombart/adegenet) - adegenet: a R package for the multivariate analysis of genetic markers 612 | * [SingleR-inc/SingleR](https://github.com/SingleR-inc/SingleR) - Clone of the Bioconductor repository for the SingleR package. 613 | * [ropensci-archive/opendata](https://github.com/ropensci-archive/opendata) - :no_entry: ARCHIVED :no_entry: 614 | * [mikejohnson51/climateR](https://github.com/mikejohnson51/climateR) - An R 📦 for getting point and gridded climate data by AOI 615 | * [ropensci/piggyback](https://github.com/ropensci/piggyback) - :package: for using large(r) data files on GitHub 616 | * [m-clark/Miscellaneous-R-Code](https://github.com/m-clark/Miscellaneous-R-Code) - Code that might be useful to others for learning/demonstration purposes, specifically along the lines of modeling and various algorithms. **Superseded by the models-by-example repo**. 617 | * [duckdb/duckdb-r](https://github.com/duckdb/duckdb-r) - The duckdb R package 618 | * [DUanalytics/rAnalytics](https://github.com/DUanalytics/rAnalytics) - Analytics in R 619 | * [davidhodge931/ggblanket](https://github.com/davidhodge931/ggblanket) - Simplify ggplot2 visualisation 620 | * [briatte/ggnet](https://github.com/briatte/ggnet) - Network visualization with ggplot2 621 | * [tomwenseleers/export](https://github.com/tomwenseleers/export) - R package for streamlined export of graphs and data tables. 622 | * [rstudio/vetiver-r](https://github.com/rstudio/vetiver-r) - Version, share, deploy, and monitor models 623 | * [Lchiffon/leafletCN](https://github.com/Lchiffon/leafletCN) - An R gallery for China and other geojson choropleth map in leaflet 624 | * [juba/explor](https://github.com/juba/explor) - Interfaces for Multivariate Analysis in R 625 | * [mhahsler/arules](https://github.com/mhahsler/arules) - Mining Association Rules and Frequent Itemsets with R 626 | * [jotech/gapseq](https://github.com/jotech/gapseq) - Informed prediction and analysis of bacterial metabolic pathways and genome-scale networks 627 | * [egeulgen/pathfindR](https://github.com/egeulgen/pathfindR) - pathfindR: Enrichment Analysis Utilizing Active Subnetworks 628 | * [r-quantities/units](https://github.com/r-quantities/units) - Measurement units for R 629 | * [merlinoa/shinyFeedback](https://github.com/merlinoa/shinyFeedback) - display user feedback next to Shiny inputs 630 | * [cynkra/fledge](https://github.com/cynkra/fledge) - Wings for your R packages: Streamline the process of versioning R packages and updating NEWS 631 | * [theislab/zellkonverter](https://github.com/theislab/zellkonverter) - Conversion between scRNA-seq objects 632 | * [stefano-meschiari/latex2exp](https://github.com/stefano-meschiari/latex2exp) - Use LaTeX in R graphics. 633 | * [koenderks/aRtsy](https://github.com/koenderks/aRtsy) - aRtsy is an R package that implements algorithms for making generative art in a straightforward and standardized manner using 'ggplot2'. 634 | * [harrelfe/rms](https://github.com/harrelfe/rms) - Regression Modeling Strategies 635 | * [colearendt/tidyjson](https://github.com/colearendt/tidyjson) - Tidy your JSON data in R with tidyjson 636 | * [yiluheihei/microbiomeMarker](https://github.com/yiluheihei/microbiomeMarker) - R package for microbiome biomarker discovery 637 | * [strengejacke/sjstats](https://github.com/strengejacke/sjstats) - Effect size measures and significance tests 638 | * [velocyto-team/velocyto.R](https://github.com/velocyto-team/velocyto.R) - RNA velocity estimation in R 639 | * [lmullen/gender](https://github.com/lmullen/gender) - Predict Gender from Names Using Historical Data 640 | * [jennybc/r-graph-catalog](https://github.com/jennybc/r-graph-catalog) - All graphs in “Creating More Effective Graphs”, made with R package ggplot2. 641 | * [datawookie/emayili](https://github.com/datawookie/emayili) - An R package for sending email messages. 642 | * [cwatson/brainGraph](https://github.com/cwatson/brainGraph) - Graph theory analysis of brain MRI data 643 | * [YuLab-SMU/MicrobiotaProcess](https://github.com/YuLab-SMU/MicrobiotaProcess) - :microbe: A comprehensive R package for deep mining microbiome 644 | * [Twitter-Sentiment-Analysis/R](https://github.com/Twitter-Sentiment-Analysis/R) - Sentiment analysis and visualization of real-time tweets using R 645 | * [leeper/slopegraph](https://github.com/leeper/slopegraph) - Edward Tufte-Inspired Slopegraphs 646 | * [JohnCoene/cicerone](https://github.com/JohnCoene/cicerone) - 🏛️ Give tours of your Shiny apps 647 | * [mplatzer/BTYDplus](https://github.com/mplatzer/BTYDplus) - R package for Customer Behavior Analysis 648 | * [decryptr/decryptr](https://github.com/decryptr/decryptr) - An extensible API for breaking captchas 649 | * [csdaw/ggprism](https://github.com/csdaw/ggprism) - ggplot2 extension inspired by GraphPad Prism 650 | * [ankane/dbx](https://github.com/ankane/dbx) - A fast, easy-to-use database library for R 651 | * [r-spatial/RQGIS](https://github.com/r-spatial/RQGIS) - RQGIS - integrating R with QGIS 652 | * [nacnudus/unpivotr](https://github.com/nacnudus/unpivotr) - Unpivot complex and irregular data layouts in R 653 | * [mlr-org/mlrMBO](https://github.com/mlr-org/mlrMBO) - Toolbox for Bayesian Optimization and Model-Based Optimization in R 654 | * [gojiplus/tuber](https://github.com/gojiplus/tuber) - :sweet_potato: Access YouTube from R 655 | * [dupadhyaya/rAnalyticsHHE](https://github.com/dupadhyaya/rAnalyticsHHE) - Repository for Online Classes 656 | * [thomasp85/lime](https://github.com/thomasp85/lime) - Local Interpretable Model-Agnostic Explanations (R port of original Python package) 657 | * [ropensci/elastic](https://github.com/ropensci/elastic) - R client for the Elasticsearch HTTP API 658 | * [pbs-assess/sdmTMB](https://github.com/pbs-assess/sdmTMB) - An R package for spatial and spatiotemporal GLMMs with TMB 659 | * [emanuelhuber/RGPR](https://github.com/emanuelhuber/RGPR) - Ground-penetrating radar (GPR) data processing and visualisation: a free and open-source software package (R language) 660 | * [seananderson/glmm-course](https://github.com/seananderson/glmm-course) - Workshop exercises on regression, GLMs, mixed-effects models, and GLMMs in R 661 | * [rpremraj/mailR](https://github.com/rpremraj/mailR) - A utility to send emails from the R programming environment 662 | * [skardhamar/rga](https://github.com/skardhamar/rga) - R Google Analytics 663 | * [ropensci/tokenizers](https://github.com/ropensci/tokenizers) - Fast, Consistent Tokenization of Natural Language Text 664 | * [AliciaSchep/gglabeller](https://github.com/AliciaSchep/gglabeller) - Shiny gadget for labeling points on ggplot 665 | * [abresler/fundManageR](https://github.com/abresler/fundManageR) - An Investment Management toolkit for R. Because Excel is a threat to the global financial system. 666 | * [ThinkR-open/dockerfiler](https://github.com/ThinkR-open/dockerfiler) - Easy Dockerfile Creation from R 667 | * [psychbruce/bruceR](https://github.com/psychbruce/bruceR) - 📦 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses. 668 | * [MicheleNuijten/statcheck](https://github.com/MicheleNuijten/statcheck) - A spellchecker for statistics 669 | * [timelyportfolio/listviewer](https://github.com/timelyportfolio/listviewer) - R htmlwidget to view lists 670 | * [openpharma/visR](https://github.com/openpharma/visR) - A package to wrap functionality for plots, tables and diagrams adhering to graphical principles. 671 | * [jkaupp/tidytuesdays](https://github.com/jkaupp/tidytuesdays) - Entries for tidytuesday 672 | * [mlr-org/batchtools](https://github.com/mlr-org/batchtools) - Tools for computation on batch systems 673 | * [GraphicsPrinciples/CheatSheet](https://github.com/GraphicsPrinciples/CheatSheet) - Repository for the cheatsheet and R code for generating the examples displayed. 674 | * [FantasyFootballAnalytics/ffanalytics](https://github.com/FantasyFootballAnalytics/ffanalytics) - ffanalytics R package 675 | * [chr1swallace/coloc](https://github.com/chr1swallace/coloc) - Repo for the R package coloc 676 | * [rstudio-conf-2022/ggplot2-graphic-design](https://github.com/rstudio-conf-2022/ggplot2-graphic-design) - "Graphic Design with ggplot2", a 2-day rstudio::conf(2022) Workshop by Cédric Scherer 677 | * [r-lib/pillar](https://github.com/r-lib/pillar) - Format columns with colour 678 | * [kbroman/broman](https://github.com/kbroman/broman) - R/broman: A package with Karl Broman's personal R code 679 | * [GreenleafLab/chromVAR](https://github.com/GreenleafLab/chromVAR) - chromatin Variability Across Regions (of the genome!) 680 | * [RamiKrispin/shinylive-r](https://github.com/RamiKrispin/shinylive-r) - A guide for deploying Shinylive R application into Github Pages 681 | * [Pakillo/template](https://github.com/Pakillo/template) - A template for data analysis projects structured as R packages (or not) 682 | * [CausalInference/gfoRmula](https://github.com/CausalInference/gfoRmula) - The gfoRmula package implements the parametric g-formula in R. The parametric g-formula (Robins, 1986) uses longitudinal data with time-varying treatments and confounders to estimate the risk or mean of an outcome under hypothetical treatment strategies specified by the user. 683 | * [ropensci/osmextract](https://github.com/ropensci/osmextract) - Download and import OpenStreetMap data from Geofabrik and other providers 684 | * [privefl/bigstatsr](https://github.com/privefl/bigstatsr) - R package for statistical tools with big matrices stored on disk. 685 | * [hrecht/censusapi](https://github.com/hrecht/censusapi) - R package to retrieve U.S. Census data and metadata via API 686 | * [dselivanov/rsparse](https://github.com/dselivanov/rsparse) - Fast and accurate machine learning on sparse matrices - matrix factorizations, regression, classification, top-N recommendations. 687 | * [davidski/evaluator](https://github.com/davidski/evaluator) - ⚖Open Source Toolkit for Quantitative Risk Assessment 688 | * [byaxb/RDataAnalytics](https://github.com/byaxb/RDataAnalytics) - Data Analytics with R, instructed by Xinbo Ai, at Beijing University of Posts and Telecommunications 689 | * [MarkEdmondson1234/googleAuthR](https://github.com/MarkEdmondson1234/googleAuthR) - Google API Client Library for R. Easy authentication and help to build Google API R libraries with OAuth2. Shiny compatible. 690 | * [briatte/ida](https://github.com/briatte/ida) - Introduction to Data Analysis, using R (2013) 691 | * [ropensci/rcrossref](https://github.com/ropensci/rcrossref) - R client for various CrossRef APIs 692 | * [r-lib/withr](https://github.com/r-lib/withr) - Methods For Temporarily Modifying Global State 693 | * [r-lib/coro](https://github.com/r-lib/coro) - Coroutines for R 694 | * [opengeos/whiteboxR](https://github.com/opengeos/whiteboxR) - WhiteboxTools R Frontend 695 | * [ttvand/Santander-Product-Recommendation](https://github.com/ttvand/Santander-Product-Recommendation) - 2nd Place Solution of the Kaggle Competition - Santander Product Recommendation 696 | * [ndphillips/VisualResume](https://github.com/ndphillips/VisualResume) - An R package for creating a visual resume 697 | * [hms-dbmi/scde](https://github.com/hms-dbmi/scde) - R package for analyzing single-cell RNA-seq data 698 | * [gtatters/Thermimage](https://github.com/gtatters/Thermimage) - R Package for working with radiometric thermal image files and data 699 | * [cran-task-views/WebTechnologies](https://github.com/cran-task-views/WebTechnologies) - CRAN Task View: WebTechnologies 700 | * [carlos-alberto-silva/rGEDI](https://github.com/carlos-alberto-silva/rGEDI) - rGEDI: An R Package for NASA's Global Ecosystem Dynamics Investigation (GEDI) Data Visualization and Processing. 701 | * [YuLab-SMU/ggimage](https://github.com/YuLab-SMU/ggimage) - :art: Use Images in ggplot2 702 | * [swcarpentry/r-novice-gapminder](https://github.com/swcarpentry/r-novice-gapminder) - R for Reproducible Scientific Analysis 703 | * [rstudio/chromote](https://github.com/rstudio/chromote) - Chrome Remote Interface for R 704 | * [hrbrmstr/docxtractr](https://github.com/hrbrmstr/docxtractr) - :scissors: Extract Tables from Microsoft Word Documents with R 705 | * [dreamRs/billboarder](https://github.com/dreamRs/billboarder) - :bar_chart: R Htmlwidget for billboard.js 706 | * [rstudio/rstudioapi](https://github.com/rstudio/rstudioapi) - Safely access RStudio's API (when available) 707 | * [faridcher/ml-course](https://github.com/faridcher/ml-course) - Starter code of Prof. Andrew Ng's machine learning MOOC in R statistical language 708 | * [shosaco/vistime](https://github.com/shosaco/vistime) - Pretty timelines in R. 709 | * [PoisonAlien/trackplot](https://github.com/PoisonAlien/trackplot) - Generate IGV style locus tracks from bigWig files in R 710 | * [nanxstats/liftr](https://github.com/nanxstats/liftr) - 🐳 Containerize R Markdown documents for continuous reproducibility 711 | * [jslefche/piecewiseSEM](https://github.com/jslefche/piecewiseSEM) - Piecewise Structural Equation Modeling in R 712 | * [irudnyts/openai](https://github.com/irudnyts/openai) - An R package-wrapper around OpenAI API 713 | * [hemberg-lab/scRNA.seq.datasets](https://github.com/hemberg-lab/scRNA.seq.datasets) - Collection of public scRNA-Seq datasets used by our group 714 | * [mkearney/tidyversity](https://github.com/mkearney/tidyversity) - 🎓 Tidy tools for academics 715 | * [christophergandrud/d3Network](https://github.com/christophergandrud/d3Network) - Tools for creating D3 JavaScript network graphs from R. 716 | * [Appsilon/shiny.i18n](https://github.com/Appsilon/shiny.i18n) - Shiny applications internationalization made easy 717 | * [swcarpentry/r-novice-inflammation](https://github.com/swcarpentry/r-novice-inflammation) - Programming with R 718 | * [ropensci/webchem](https://github.com/ropensci/webchem) - Chemical Information from the Web 719 | * [renkun-ken/pipeR](https://github.com/renkun-ken/pipeR) - Multi-Paradigm Pipeline Implementation 720 | * [stefpeschel/NetCoMi](https://github.com/stefpeschel/NetCoMi) - Network construction, analysis, and comparison for microbial compositional data 721 | * [noamross/redoc](https://github.com/noamross/redoc) - [NOTE: Project in suspended animation for now] Reversible Reproducible Documents 722 | * [vincentarelbundock/tinytable](https://github.com/vincentarelbundock/tinytable) - Simple and Customizable Tables in `R` 723 | * [jeroen/V8](https://github.com/jeroen/V8) - Embedded JavaScript Engine for R 724 | * [pharmaR/riskmetric](https://github.com/pharmaR/riskmetric) - Metrics to evaluate the risk of R packages 725 | * [JohnCoene/firebase](https://github.com/JohnCoene/firebase) - Google FIrebase for shiny 726 | * [cynkra/constructive](https://github.com/cynkra/constructive) - Display Idiomatic Code to Construct Most R Objects 727 | * [SteffenMoritz/imputeTS](https://github.com/SteffenMoritz/imputeTS) - CRAN R Package: Time Series Missing Value Imputation 728 | * [stan-dev/posterior](https://github.com/stan-dev/posterior) - The posterior R package 729 | * [ropensci/rgbif](https://github.com/ropensci/rgbif) - Interface to the Global Biodiversity Information Facility API 730 | * [ianmcook/tidyquery](https://github.com/ianmcook/tidyquery) - Query R data frames with SQL 731 | * [eddelbuettel/anytime](https://github.com/eddelbuettel/anytime) - Anything to POSIXct or Date Converter 732 | * [mattflor/chorddiag](https://github.com/mattflor/chorddiag) - R interface to D3 chord diagrams 733 | * [edwindj/chunked](https://github.com/edwindj/chunked) - Chunkwise Text-file Processing for 'dplyr' 734 | * [r-lib/ymlthis](https://github.com/r-lib/ymlthis) - write YAML for R Markdown, bookdown, blogdown, and more 735 | * [RLesur/Rcade](https://github.com/RLesur/Rcade) - Games to procrastinate with RStudio 736 | * [jacob-long/jtools](https://github.com/jacob-long/jtools) - Tools for summarizing/visualizing regressions and other helpful stuff 737 | * [fawda123/rStrava](https://github.com/fawda123/rStrava) - Functions to access data from Strava's v3 API. 738 | * [uptake/pkgnet](https://github.com/uptake/pkgnet) - R package for analyzing other R packages via graph representations of their dependencies 739 | * [stephenturner/annotables](https://github.com/stephenturner/annotables) - R data package for annotating/converting Gene IDs 740 | * [mkearney/textfeatures](https://github.com/mkearney/textfeatures) - 👷‍♂️ A simple package for extracting useful features from character objects 👷‍♀️ 741 | * [maxheld83/ghactions](https://github.com/maxheld83/ghactions) - GitHub actions for R and accompanying R package 742 | * [nicholasjclark/mvgam](https://github.com/nicholasjclark/mvgam) - {mvgam} R 📦 to fit Dynamic Bayesian Generalized Additive Models for multivariate modeling and forecasting 743 | * [feddelegrand7/ralger](https://github.com/feddelegrand7/ralger) - ralger makes it easy to scrape a website. Built on the shoulders of titans: rvest, xml2. 744 | * [ShichenXie/scorecard](https://github.com/ShichenXie/scorecard) - Scorecard Development in R, 评分卡 745 | * [ropensci/dataspice](https://github.com/ropensci/dataspice) - :hot_pepper: Create lightweight schema.org descriptions of your datasets 746 | * [RevolutionAnalytics/checkpoint](https://github.com/RevolutionAnalytics/checkpoint) - Install R packages from snapshots on checkpoint-server 747 | * [JuliaStats/RDatasets.jl](https://github.com/JuliaStats/RDatasets.jl) - Julia package for loading many of the data sets available in R 748 | * [HenrikBengtsson/startup](https://github.com/HenrikBengtsson/startup) - :wrench: R package: startup - Friendly R Startup Configuration 749 | * [erdavis1/RoadColors](https://github.com/erdavis1/RoadColors) - Plot US roads, coloring each by its designation (e.g. Street, Road, Avenue) 750 | * [rspatial/raster](https://github.com/rspatial/raster) - R raster package https://rspatial.github.io/raster/reference/raster-package.html 751 | * [ropensci/dev_guide](https://github.com/ropensci/dev_guide) - rOpenSci Packages: Development, Maintenance, and Peer Review 752 | * [ranghetti/sen2r](https://github.com/ranghetti/sen2r) - Find, Download and Process Sentinel-2 Data 753 | * [psychbruce/ChineseNames](https://github.com/psychbruce/ChineseNames) - 🀄 Chinese Name Database (1930-2008). 754 | * [jorvlan/raincloudplots](https://github.com/jorvlan/raincloudplots) - {package} The easy way to create raincloud plots 755 | * [andrie/miniCRAN](https://github.com/andrie/miniCRAN) - R package to create internally consistent, mini version of CRAN 756 | * [jonathanbratt/RBERT](https://github.com/jonathanbratt/RBERT) - Implementation of BERT in R 757 | * [jeffreyhorner/Rook](https://github.com/jeffreyhorner/Rook) - A web server interface for R 758 | * [JanMarvin/openxlsx2](https://github.com/JanMarvin/openxlsx2) - openxlsx2 - read, write and modify xlsx files 759 | * [elliottmorris/politicaldata](https://github.com/elliottmorris/politicaldata) - 🗳📊An R package for acquiring and analyzing political data — including polls, election results, legislator information, and demographic data. 760 | * [trr266/ExPanDaR](https://github.com/trr266/ExPanDaR) - R Package for Interactive Panel Data Exploration 761 | * [strengejacke/sjmisc](https://github.com/strengejacke/sjmisc) - Data transformation and utility functions for R 762 | * [oswaldosantos/ggsn](https://github.com/oswaldosantos/ggsn) - R package to add north symbols and scale bars to maps created with ggplot or ggmap 763 | * [joshkatz/r-script](https://github.com/joshkatz/r-script) - A simple little module for passing data from NodeJS to R (and back again). 764 | * [curso-r/auth0](https://github.com/curso-r/auth0) - Authentication in shinyapps using Auth0 service 765 | * [quarto-dev/quarto-r](https://github.com/quarto-dev/quarto-r) - R interface to quarto-cli 766 | * [psolymos/pbapply](https://github.com/psolymos/pbapply) - Adding progress bar to '*apply' functions in R 767 | * [ropensci/MODIStsp](https://github.com/ropensci/MODIStsp) - An "R" package for automatic download and preprocessing of MODIS Land Products Time Series 768 | * [rdboyes/forester](https://github.com/rdboyes/forester) - An R package for creating publication-ready forest plots. 769 | * [jonathancornelissen/highfrequency](https://github.com/jonathancornelissen/highfrequency) - The highfrequency package contains an extensive toolkit for the use of highfrequency financial data in R. It contains functionality to manage, clean and match highfrequency trades and quotes data. Furthermore, it enables users to: calculate easily various liquidity measures, estimate and forecast volatility, and investigate microstructure noise and intraday periodicity. 770 | * [talgalili/dendextend](https://github.com/talgalili/dendextend) - Extending R's Dendrogram Functionality 771 | * [pachadotdev/analogsea](https://github.com/pachadotdev/analogsea) - Digital Ocean R client 772 | * [nschiett/fishualize](https://github.com/nschiett/fishualize) - The fishualize package provides color scales and silhouettes for plotting in R based on nature’s most stunning and colorful organisms: teleost fishes (with a few chondrichthyan cameos). 773 | * [MilesMcBain/capsule](https://github.com/MilesMcBain/capsule) - An inversion of renv for low effort reproducible R package libraries 774 | * [datasciencedojo/IntroToTextAnalyticsWithR](https://github.com/datasciencedojo/IntroToTextAnalyticsWithR) - Public repo for the Data Science Dojo YouTube tutorial series "Introduction to Text Analytics with R". 775 | * [phil8192/ob-analytics](https://github.com/phil8192/ob-analytics) - R package intended for visualisation, analysis and reconstruction of limit order book data 776 | * [farach/huggingfaceR](https://github.com/farach/huggingfaceR) - Hugging Face state-of-the-art models in R 777 | * [trevorld/r-optparse](https://github.com/trevorld/r-optparse) - command-line optional argument parser 778 | * [stan-dev/loo](https://github.com/stan-dev/loo) - loo R package for approximate leave-one-out cross-validation (LOO-CV) and Pareto smoothed importance sampling (PSIS) 779 | * [edwindj/daff](https://github.com/edwindj/daff) - Diff, patch and merge for data.frames, see http://paulfitz.github.io/daff/ 780 | * [daroczig/fbRads](https://github.com/daroczig/fbRads) - Analyze and manage Facebook ads from R using this client library to access their Marketing APIs 781 | * [cafferychen777/ggpicrust2](https://github.com/cafferychen777/ggpicrust2) - Make Picrust2 Output Analysis and Visualization Easier 782 | * [zmeers/ggparliament](https://github.com/zmeers/ggparliament) - Simple parliament plots using ggplot2 783 | * [r-transit/tidytransit](https://github.com/r-transit/tidytransit) - R package for working with GTFS data 784 | * [ropensci/DataPackageR](https://github.com/ropensci/DataPackageR) - An R package to enable reproducible data processing, packaging and sharing. 785 | * [RLesur/crrri](https://github.com/RLesur/crrri) - A Chrome Remote Interface written in R 786 | * [rich-iannone/splitr](https://github.com/rich-iannone/splitr) - Use the HYSPLIT model from inside R and do more with it 787 | * [ranalytics/r-tutorials](https://github.com/ranalytics/r-tutorials) - Приложения к книге "Статистический анализ и визуализация данных с помощью R" 788 | * [benmarwick/ctv-archaeology](https://github.com/benmarwick/ctv-archaeology) - CRAN Task View: Archaeological Science 789 | * [timelyportfolio/d3r](https://github.com/timelyportfolio/d3r) - d3.js helpers for R 790 | * [Tazinho/snakecase](https://github.com/Tazinho/snakecase) - 🐍🐍🐍 A systematic approach to parse strings and automate the conversion to snake_case, UpperCamelCase or any other case. 791 | * [stan-dev/cmdstanr](https://github.com/stan-dev/cmdstanr) - CmdStanR: the R interface to CmdStan 792 | * [ShixiangWang/sigminer](https://github.com/ShixiangWang/sigminer) - 🌲 An easy-to-use and scalable toolkit for genomic alteration signature (a.k.a. mutational signature) analysis and visualization in R https://shixiangwang.github.io/sigminer/reference/index.html 793 | * [ropensci/tic](https://github.com/ropensci/tic) - Tasks Integrating Continuously: CI-Agnostic Workflow Definitions 794 | * [OscarKjell/text](https://github.com/OscarKjell/text) - Using Transformers from HuggingFace in R 795 | * [mdlincoln/clipr](https://github.com/mdlincoln/clipr) - R functions for reading and writing from the system clipboard 796 | * [zatonovo/futile.logger](https://github.com/zatonovo/futile.logger) - A logging package in R similar to log4j 797 | * [ropensci/geojsonio](https://github.com/ropensci/geojsonio) - Convert many data formats to & from GeoJSON & TopoJSON 798 | * [r-lib/debugme](https://github.com/r-lib/debugme) - Easy and efficient debugging for R packages 799 | * [dankelley/oce](https://github.com/dankelley/oce) - R package for oceanographic processing 800 | * [yihui/xfun](https://github.com/yihui/xfun) - Miscellaneous R functions 801 | * [eliocamp/metR](https://github.com/eliocamp/metR) - Tools for Easier Analysis of Meteorological Fields 802 | * [dreamRs/datamods](https://github.com/dreamRs/datamods) - Shiny modules to import and manipulate data into an application or addin 803 | * [TatevKaren/mathematics-statistics-for-data-science](https://github.com/TatevKaren/mathematics-statistics-for-data-science) - Mathematical & Statistical topics to perform statistical analysis and tests; Linear Regression, Probability Theory, Monte Carlo Simulation, Statistical Sampling, Bootstrapping, Dimensionality reduction techniques (PCA, FA, CCA), Imputation techniques, Statistical Tests (Kolmogorov Smirnov), Robust Estimators (FastMCD) and more in Python and R. 804 | * [ropensci/osfr](https://github.com/ropensci/osfr) - R interface to the Open Science Framework (OSF) 805 | * [renozao/NMF](https://github.com/renozao/NMF) - NMF: A Flexible R package for Nonnegative Matrix Factorization 806 | * [neuropsychology/psycho.R](https://github.com/neuropsychology/psycho.R) - An R package for experimental psychologists 807 | * [mschubert/clustermq](https://github.com/mschubert/clustermq) - R package to send function calls as jobs on LSF, SGE, Slurm, PBS/Torque, or each via SSH 808 | * [DoubleML/doubleml-for-r](https://github.com/DoubleML/doubleml-for-r) - DoubleML - Double Machine Learning in R 809 | * [t-kalinowski/quickr](https://github.com/t-kalinowski/quickr) - R to Fortran Transpiler 810 | * [tashapiro/TidyTuesday](https://github.com/tashapiro/TidyTuesday) - Data visualizations produced for #TidyTuesdayChallenge, a challenge hosted by R for Data Science. 811 | * [sjewo/cartogram](https://github.com/sjewo/cartogram) - r package for cartogram creation 812 | * [saezlab/dorothea](https://github.com/saezlab/dorothea) - R package to access DoRothEA's regulons 813 | * [ropensci/tsbox](https://github.com/ropensci/tsbox) - tsbox: Class-Agnostic Time Series in R 814 | * [r-lib/rprojroot](https://github.com/r-lib/rprojroot) - Finding files in project subdirectories 815 | * [profandyfield/discovr](https://github.com/profandyfield/discovr) - discovr package for R to accompany Discovering Statistics Using R and RStudio 816 | * [nrennie/messy](https://github.com/nrennie/messy) - R package to make a data frame messy and untidy. 817 | * [JohnCoene/packer](https://github.com/JohnCoene/packer) - webpack + npm + R = ❤️ 818 | * [royfrancis/pophelper](https://github.com/royfrancis/pophelper) - An R package to analyse and visualise admixture proportions from STRUCTURE, fastSTRUCTURE, TESS, ADMIXTURE etc. 819 | * [kjhealy/revere](https://github.com/kjhealy/revere) - Finding Paul Revere 820 | * [JohnCoene/g2r](https://github.com/JohnCoene/g2r) - 📈 Grammar of graphics for interactive visualisations 821 | * [holgerbrandl/r4intellij](https://github.com/holgerbrandl/r4intellij) - An integration of the R programming language into Intellij IDEA 822 | * [ropensci/ghql](https://github.com/ropensci/ghql) - GraphQL R client 823 | * [paleolimbot/rbbt](https://github.com/paleolimbot/rbbt) - R Interface to the Better BiBTex Zotero Connector 824 | * [ijlyttle/bsplus](https://github.com/ijlyttle/bsplus) - Shiny and R Markdown addons to Bootstrap 3 825 | * [alyssafrazee/ballgown](https://github.com/alyssafrazee/ballgown) - Bioconductor package "ballgown", devel version. Isoform-level differential expression analysis in R. 826 | * [trr266/tidycovid19](https://github.com/trr266/tidycovid19) - {tidycovid19}: An R Package to Download, Tidy and Visualize Covid-19 Related Data 827 | * [rtemis-org/rtemis](https://github.com/rtemis-org/rtemis) - Advanced Machine Learning and Visualization 828 | * [robjhyndman/fpp3](https://github.com/robjhyndman/fpp3) - All data sets required for the examples and exercises in the book "Forecasting: principles and practice" (3rd ed, 2020) by Rob J Hyndman and George Athanasopoulos . All packages required to run the examples are also loaded. 829 | * [openpharma/mmrm](https://github.com/openpharma/mmrm) - Mixed Models for Repeated Measures (MMRM) in R. 830 | * [MangoTheCat/rmdshower](https://github.com/MangoTheCat/rmdshower) - R Markdown template for shower 831 | * [Kaggle/docker-rstats](https://github.com/Kaggle/docker-rstats) - Kaggle R docker image 832 | * [ehrlinger/ggRandomForests](https://github.com/ehrlinger/ggRandomForests) - Graphical analysis of random forests with the randomForestSRC, randomForest and ggplot2 packages. 833 | * [CornellLabofOrnithology/auk](https://github.com/CornellLabofOrnithology/auk) - Working with eBird data in R 834 | * [bart6114/jug](https://github.com/bart6114/jug) - jug: A Simple Web Framework for R 835 | * [ropensci/tarchetypes](https://github.com/ropensci/tarchetypes) - Archetypes for targets and pipelines 836 | * [robertzk/syberia](https://github.com/robertzk/syberia) - Syberia: The development framework for R 837 | * [metrumresearchgroup/mrgsolve](https://github.com/metrumresearchgroup/mrgsolve) - Simulate from ODE-based population PK/PD and QSP models in R 838 | * [dreamRs/apexcharter](https://github.com/dreamRs/apexcharter) - :bar_chart: R Htmlwidget for ApexCharts.js 839 | * [cavaunpeu/statistical-rethinking](https://github.com/cavaunpeu/statistical-rethinking) - Solutions for the practice problems 840 | * [wlandau/crew](https://github.com/wlandau/crew) - A distributed worker launcher 841 | * [SciML/diffeqr](https://github.com/SciML/diffeqr) - Solving differential equations in R using DifferentialEquations.jl and the SciML Scientific Machine Learning ecosystem 842 | * [schochastics/networkdata](https://github.com/schochastics/networkdata) - R package containing several network datasets 843 | * [ropensci/jqr](https://github.com/ropensci/jqr) - R interface to jq 844 | * [rivasiker/ggHoriPlot](https://github.com/rivasiker/ggHoriPlot) - A user-friendly, highly customizable R package for building horizon plots in ggplot2 845 | * [Novartis/tidymodules](https://github.com/Novartis/tidymodules) - An Object-Oriented approach to Shiny modules 846 | * [MRCIEU/gwasglue](https://github.com/MRCIEU/gwasglue) - Linking GWAS data to analytical tools in R 847 | * [mlr-org/mlr3pipelines](https://github.com/mlr-org/mlr3pipelines) - Dataflow Programming for Machine Learning in R 848 | * [r-lib/available](https://github.com/r-lib/available) - Check if a package name is available to use 849 | * [JulianHill/R-Tutorials](https://github.com/JulianHill/R-Tutorials) - Code from the r tutorial on my blog 850 | * [JesseVent/crypto](https://github.com/JesseVent/crypto) - Cryptocurrency Historical Market Data R Package 851 | * [grunwaldlab/metacoder](https://github.com/grunwaldlab/metacoder) - Parsing, Manipulation, and Visualization of Metabarcoding/Taxonomic data 852 | * [PheWAS/PheWAS](https://github.com/PheWAS/PheWAS) - The PheWAS R package 853 | * [m-clark/mixed-models-with-R](https://github.com/m-clark/mixed-models-with-R) - Covers the basics of mixed models, mostly using @lme4 854 | * [google/patrick](https://github.com/google/patrick) - Parameterized testing in R is kind of cool! 855 | * [dreamRs/prefixer](https://github.com/dreamRs/prefixer) - Prefix function with their namespace & other development tools 856 | * [AndreaCirilloAC/updateR](https://github.com/AndreaCirilloAC/updateR) - update your R version in a breeze ( on OSX) √ 857 | * [vue-r/vueR](https://github.com/vue-r/vueR) - vue.js for R 858 | * [tidyverse/hms](https://github.com/tidyverse/hms) - A simple class for storing time-of-day values 859 | * [rstudio/rsconnect](https://github.com/rstudio/rsconnect) - Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more 860 | * [r-lib/ellipsis](https://github.com/r-lib/ellipsis) - Tools for Working with ... 861 | * [mattansb/Structural-Equation-Modeling-foR-Psychologists](https://github.com/mattansb/Structural-Equation-Modeling-foR-Psychologists) - Lesson files used in the Structural Equation Modeling for Psychologists. 862 | * [EmilHvitfeldt/prismatic](https://github.com/EmilHvitfeldt/prismatic) - color manipulation R package Simply and Tidy 863 | * [drostlab/philentropy](https://github.com/drostlab/philentropy) - Information Theory and Distance Quantification with R 864 | * [vdeminstitute/vdemdata](https://github.com/vdeminstitute/vdemdata) - An R package to load, explore and work with the most recent V-Dem (Varieties of Democracy) dataset. 865 | * [trulia/choroplethr](https://github.com/trulia/choroplethr) - choroplethr simplifies the creation of choropleths (thematic maps) in R 866 | * [thomasp85/farver](https://github.com/thomasp85/farver) - High Performance Colourspace Manipulation in R 867 | * [seankross/lego](https://github.com/seankross/lego) - :smiley: R data package featuring every Lego set from 1970 to 2015 868 | * [samterfa/openai](https://github.com/samterfa/openai) - This R package provides an SDK to the Open AI API 869 | * [saezlab/OmnipathR](https://github.com/saezlab/OmnipathR) - R client for the OmniPath web service 870 | * [quandl/quandl-r](https://github.com/quandl/quandl-r) - This is Quandl's R Package 871 | * [noamross/nyhackr-docker-talk](https://github.com/noamross/nyhackr-docker-talk) - Slides, Code, and Links to Resources from "Docker for the User," delivered at nyhackr 2018-07-11 872 | * [mlr-org/mlr3proba](https://github.com/mlr-org/mlr3proba) - Probabilistic Learning for mlr3 873 | * [google/GeoexperimentsResearch](https://github.com/google/GeoexperimentsResearch) - An open-source implementation of the geo experiment analysis methodology developed at Google. Disclaimer: This is not an official Google product. 874 | * [dlab-berkeley/R-Fundamentals-Legacy](https://github.com/dlab-berkeley/R-Fundamentals-Legacy) - D-Lab's 12 hour introduction to R Fundamentals. Learn how to create variables and functions, manipulate data frames, make visualizations, use control flow structures, and more, using R in RStudio. 875 | * [coolbutuseless/emphatic](https://github.com/coolbutuseless/emphatic) - Highlighting R output in the console 876 | * [ropensci/osmplotr](https://github.com/ropensci/osmplotr) - Data visualisation using OpenStreetMap objects 877 | * [mdneuzerling/lambdr](https://github.com/mdneuzerling/lambdr) - Run R containers on AWS Lambda 878 | * [karoliskoncevicius/basetheme](https://github.com/karoliskoncevicius/basetheme) - Themes for base plotting system in R 879 | * [cloudly/Play-Econometrics-with-R](https://github.com/cloudly/Play-Econometrics-with-R) - a brochure about "Play Econometrics with R" 880 | * [r-lib/evaluate](https://github.com/r-lib/evaluate) - A version of eval for R that returns more information about what happened 881 | * [MatsuuraKentaro/Bayesian_Statistical_Modeling_with_Stan_R_and_Python](https://github.com/MatsuuraKentaro/Bayesian_Statistical_Modeling_with_Stan_R_and_Python) - Kentaro Matsuura (2022). Bayesian Statistical Modeling with Stan, R, and Python. Springer, Singapore. 882 | * [jamesjiadazhan/dietaryindex](https://github.com/jamesjiadazhan/dietaryindex) - R Package for Calculating Healthy Eating Index-2020 (HEI2020), Alternative Healthy Eating Index (AHEI), Dietary Approaches to Stop Hypertension (DASH), Mediterranean Diet (MED), Dietary Inflammation Index (DII), and Planetary Health Diet Index from the EAT-Lancet Commission (PHDI) for the NHANES, ASA24, DHQ, and other dietary assessments 883 | * [HenrikBengtsson/Wishlist-for-R](https://github.com/HenrikBengtsson/Wishlist-for-R) - Features and tweaks to R that I and others would love to see - feel free to add yours! 884 | * [ayueme/easyTCGA](https://github.com/ayueme/easyTCGA) - Make TCGA download and prepare easy! 885 | * [WinVector/wrapr](https://github.com/WinVector/wrapr) - Wrap R for Sweet R Code 886 | * [seanchrismurphy/A-Psychologists-Guide-to-R](https://github.com/seanchrismurphy/A-Psychologists-Guide-to-R) - A repository containing the course notes and worked examples for a six week course in the R statistical programming language aimed at helping psychology students and faculty to learn R. This course was taught live at the University of Melbourne, Australia in 2016. 887 | * [jimmyday12/fitzRoy](https://github.com/jimmyday12/fitzRoy) - A set of functions to easily access AFL data 888 | * [datacamp/courses-introduction-to-r](https://github.com/datacamp/courses-introduction-to-r) - Introduction to R by Jonathan Cornelissen 889 | * [ardata-fr/mschart](https://github.com/ardata-fr/mschart) - :bar_chart: mschart: office charts from R 890 | * [sachit27/greenR](https://github.com/sachit27/greenR) - greenR is an R package that enables the quantification, analysis, and visualization of urban greenness within city networks. It leverages data from OpenStreetMap (www.openstreetmap.org) and is implemented as both an R package and a Shiny web application for user-friendly interaction. 891 | * [rkillick/changepoint](https://github.com/rkillick/changepoint) - A place for the development version of the changepoint package on CRAN. 892 | * [r-devel/r-svn](https://github.com/r-devel/r-svn) - Mirror of the R svn with CI for testing patches 893 | * [ndphillips/FFTrees](https://github.com/ndphillips/FFTrees) - An R package to create and visualise fast-and-frugal decision trees (FFTs) 894 | * [hadley/babynames](https://github.com/hadley/babynames) - An R package containing US baby names from the SSA 895 | * [10XGenomics/loupeR](https://github.com/10XGenomics/loupeR) - Convert Seurat objects to 10x Genomics Loupe files. 896 | * [GuangchuangYu/ggimage](https://github.com/GuangchuangYu/ggimage) - :art: Use Images in ggplot2 897 | * [WLOGSolutions/RSuite](https://github.com/WLOGSolutions/RSuite) - The most complete R development and data science platform. 898 | * [richfitz/stevedore](https://github.com/richfitz/stevedore) - :cloud::rowboat::whale::cloud: Docker client for R 899 | * [r-dbi/RMariaDB](https://github.com/r-dbi/RMariaDB) - An R interface to MariaDB 900 | * [nrennie/aRt](https://github.com/nrennie/aRt) - R package to create generative art. 901 | * [cstawitz/roomba](https://github.com/cstawitz/roomba) - General purpose API response tidier 902 | * [rstudio/sortable](https://github.com/rstudio/sortable) - R htmlwidget for Sortable.js 903 | * [jhollist/elevatr](https://github.com/jhollist/elevatr) - An R package for accessing elevation data 904 | * [jennybc/repurrrsive](https://github.com/jennybc/repurrrsive) - Recursive lists to use in teaching and examples, because there is no mtcars for lists. 905 | * [futureverse/parallelly](https://github.com/futureverse/parallelly) - R package: parallelly - Enhancing the 'parallel' Package 906 | * [16EAGLE/moveVis](https://github.com/16EAGLE/moveVis) - An R package providing tools to visualize movement data (e.g. from GPS tracking) and temporal changes of environmental data (e.g. from remote sensing) by creating video animations. 907 | * [ANTsX/ANTsR](https://github.com/ANTsX/ANTsR) - R interface to the ANTs biomedical image processing library 908 | * [XSaintX/libroR-AnalisisDatos](https://github.com/XSaintX/libroR-AnalisisDatos) - this project contains R code about analysing data from the book Analisis de datos con R 909 | * [taylor-arnold/cleanNLP](https://github.com/taylor-arnold/cleanNLP) - R package providing annotators and a normalized data model for natural language processing 910 | * [svalvaro/drawCell](https://github.com/svalvaro/drawCell) - R package to create cell pictures. 911 | * [renanxcortes/springerQuarantineBooksR](https://github.com/renanxcortes/springerQuarantineBooksR) - Download all books made available by Springer during the COVID-19 quarantine! 912 | * [jolars/eulerr](https://github.com/jolars/eulerr) - Area-Proportional Euler and Venn Diagrams with Ellipses 913 | * [pwwang/scplotter](https://github.com/pwwang/scplotter) - scplotter is an R package that is built upon plotthis. It provides a set of functions to visualize single-cell sequencing data in an easy and efficient way. 914 | * [egenn/rtemis](https://github.com/egenn/rtemis) - Advanced Machine Learning and Visualization 915 | * [lindbrook/cholera](https://github.com/lindbrook/cholera) - R Package for Analyzing John Snow's 1854 Cholera Map 916 | * [r-lib/keyring](https://github.com/r-lib/keyring) - :closed_lock_with_key: Access the system credential store from R 917 | * [mllg/batchtools](https://github.com/mllg/batchtools) - Tools for computation on batch systems 918 | * [shikokuchuo/mirai](https://github.com/shikokuchuo/mirai) - mirai - Minimalist Async Evaluation Framework for R 919 | * [joachim-gassen/ExPanDaR](https://github.com/joachim-gassen/ExPanDaR) - R Package for Interactive Panel Data Exploration 920 | * [joachim-gassen/tidycovid19](https://github.com/joachim-gassen/tidycovid19) - {tidycovid19}: An R Package to Download, Tidy and Visualize Covid-19 Related Data 921 | * [nteetor/yonder](https://github.com/nteetor/yonder) - A reactive web framework built on shiny 922 | * [carlganz/rintrojs](https://github.com/carlganz/rintrojs) - Wrapper for the Intro.js library 923 | * [R-ArcGIS/r-sample-tools](https://github.com/R-ArcGIS/r-sample-tools) - Sample tools illustrating R usage in geoprocessing scripts 924 | * [jseidman/hadoop-R](https://github.com/jseidman/hadoop-R) - Example code for running R on Hadoop 925 | * [geoarrow/geoarrow-r](https://github.com/geoarrow/geoarrow-r) - Extension types for geospatial data for use with 'Arrow' 926 | * [cloudyr/googleComputeEngineR](https://github.com/cloudyr/googleComputeEngineR) - An R interface to the Google Cloud Compute API, for launching virtual machines 927 | * [ThinkR-open/fakir](https://github.com/ThinkR-open/fakir) - Create Fake Data in R for tutorials 928 | * [mtennekes/cols4all](https://github.com/mtennekes/cols4all) - Colors for all (R package) 929 | * [ncborcherding/scRepertoire](https://github.com/ncborcherding/scRepertoire) - A toolkit for single-cell immune profiling 930 | * [richarddmorey/BayesFactor](https://github.com/richarddmorey/BayesFactor) - BayesFactor R package for Bayesian data analysis with common statistical models. 931 | * [oscarperpinan/spacetime-vis](https://github.com/oscarperpinan/spacetime-vis) - Sources of the book "Displaying time series, spatial and space-time data with R" (1st Edition) 932 | * [ZeBang/tensorTS](https://github.com/ZeBang/tensorTS) - R package for autoregressive, reduced-rank, and factor models in time series. 933 | * [tidyverse/elmer](https://github.com/tidyverse/elmer) - Call LLM APIs from R 934 | * [statsmaths/cleanNLP](https://github.com/statsmaths/cleanNLP) - R package providing annotators and a normalized data model for natural language processing 935 | * [tkonopka/umap](https://github.com/tkonopka/umap) - Uniform Manifold Approximation and Projection - R package 936 | * [HenrikBengtsson/future](https://github.com/HenrikBengtsson/future) - :rocket: R package: future: Unified Parallel and Distributed Processing in R for Everyone 937 | * [ropensci/rtweet](https://github.com/ropensci/rtweet) - 🐦 R client for interacting with Twitter's [stream and REST] APIs 938 | * [Veronica0206/nlpsem](https://github.com/Veronica0206/nlpsem) - R package for analyzing nonlinear longitudinal processes in the structural equation modeling framework 939 | * [HenrikBengtsson/progressr](https://github.com/HenrikBengtsson/progressr) - 三 R package: An Inclusive, Unifying API for Progress Updates 940 | * [RomanTsegelskyi/rbooks](https://github.com/RomanTsegelskyi/rbooks) - A curated list of #rstats books 941 | * [HenrikBengtsson/future.apply](https://github.com/HenrikBengtsson/future.apply) - :rocket: R package: future.apply - Apply Function to Elements in Parallel using Futures 942 | * [prestodb/RPresto](https://github.com/prestodb/RPresto) - DBI-based adapter for Presto for the statistical programming language R. 943 | * [hadley/lazyeval](https://github.com/hadley/lazyeval) - Lazy evaluation: an alternative to non-standard evaluation (NSE) for R 944 | * [r-lib/rray](https://github.com/r-lib/rray) - Simple Arrays 945 | * [nredell/forecastML](https://github.com/nredell/forecastML) - An R package with Python support for multi-step-ahead forecasting with machine learning and deep learning algorithms 946 | * [maju116/platypus](https://github.com/maju116/platypus) - R package for object detection and image segmentation. 947 | * [line/conflr](https://github.com/line/conflr) - Post R Markdown documents to Confluence 948 | * [XD-DENG/ECharts2Shiny](https://github.com/XD-DENG/ECharts2Shiny) - To insert interactive charts from ECharts into R Shiny applications (在R Shiny app中插入ECharts可交互图形) 949 | * [miraisolutions/xlconnect](https://github.com/miraisolutions/xlconnect) - XLConnect: Excel Connector for R 950 | * [Torvaney/ggsoccer](https://github.com/Torvaney/ggsoccer) - Plot soccer event data in R/ggplot2 951 | * [rubenarslan/codebook](https://github.com/rubenarslan/codebook) - Cook rmarkdown codebooks from metadata on R data frames 952 | * [robjhyndman/fpp3package](https://github.com/robjhyndman/fpp3package) - All data sets required for the examples and exercises in the book "Forecasting: principles and practice" (3rd ed, 2020) by Rob J Hyndman and George Athanasopoulos . All packages required to run the examples are also loaded. 953 | * [walkerke/crsuggest](https://github.com/walkerke/crsuggest) - Get appropriate CRS suggestions for your spatial data in R 954 | * [sewardlee337/finreportr](https://github.com/sewardlee337/finreportr) - R package - Financial Data from U.S. Securities and Exchange Commission 955 | * [HenrikBengtsson/parallelly](https://github.com/HenrikBengtsson/parallelly) - R package: parallelly - Enhancing the 'parallel' Package 956 | * [rweekly/rweekly.org](https://github.com/rweekly/rweekly.org) - R Weekly 957 | * [devOpifex/ambiorix](https://github.com/devOpifex/ambiorix) - 🖥️ Web framework for R 958 | * [mikelove/bioc-refcard](https://github.com/mikelove/bioc-refcard) - Bioconductor cheat sheet 959 | * [greta-dev/greta](https://github.com/greta-dev/greta) - simple and scalable statistical modelling in R 960 | * [daroczig/logger](https://github.com/daroczig/logger) - A lightweight, modern and flexible, log4j and futile.logger inspired logging utility for R 961 | * [duckdblabs/duckplyr](https://github.com/duckdblabs/duckplyr) - A drop-in replacement for dplyr, powered by DuckDB for performance. 962 | * [tomaztk/Useless_R_functions](https://github.com/tomaztk/Useless_R_functions) - Useless R Functions. That's it 963 | * [tidyverse/nycflights13](https://github.com/tidyverse/nycflights13) - An R data package containing all out-bound flights from NYC in 2013 + useful metdata 964 | * [randyzwitch/RSiteCatalyst](https://github.com/randyzwitch/RSiteCatalyst) - R package to access Adobe Analytics Reporting API v1.4 965 | * [isinaltinkaya/gptchatteR](https://github.com/isinaltinkaya/gptchatteR) - An experimental and unofficial wrapper for interacting with OpenAI GPT models in R. 966 | * [vincentarelbundock/modelsummary](https://github.com/vincentarelbundock/modelsummary) - Beautiful and customizable model summaries in R. 967 | * [rte-antares-rpackage/manipulateWidget](https://github.com/rte-antares-rpackage/manipulateWidget) - Add More Interactivity to htmlwidgets 968 | * [jacob-long/interactions](https://github.com/jacob-long/interactions) - A comprehensive, user-friendly toolkit for visualizing and analyzing statistical interactions. A spinoff from the `jtools` package. 969 | * [beanumber/etl](https://github.com/beanumber/etl) - R package to facilitate ETL operations 970 | * [rstudio/keras](https://github.com/rstudio/keras) - R Interface to Keras 971 | * [Keiku/kaggle-airbnb-recruiting-new-user-bookings](https://github.com/Keiku/kaggle-airbnb-recruiting-new-user-bookings) - 2nd Place Solution in Kaggle Airbnb New User Bookings competition 972 | * [JonasSchroeder/InstaCrawlR](https://github.com/JonasSchroeder/InstaCrawlR) - Crawl public Instagram data using R scripts without API access token. See InstaCrawlR Instructions.pdf 973 | * [MangoTheCat/goodpractice](https://github.com/MangoTheCat/goodpractice) - Advice on R Package Building 974 | * [LTLA/SingleR](https://github.com/LTLA/SingleR) - Clone of the Bioconductor repository for the SingleR package. 975 | * [mattansb/Practical-Applications-in-R-for-Psychologists](https://github.com/mattansb/Practical-Applications-in-R-for-Psychologists) - Lesson files for Practical Applications in R for Psychologists. 976 | * [hrbrmstr/sergeant](https://github.com/hrbrmstr/sergeant) - :guardsman: Tools to Transform and Query Data with 'Apache' 'Drill' 977 | * [matloff/regtools](https://github.com/matloff/regtools) - Various tools for linear, nonlinear and nonparametric regression. 978 | * [cloudyr/rmote](https://github.com/cloudyr/rmote) - Utilities for running R on a remote server 979 | * [ropensci/tabulizer](https://github.com/ropensci/tabulizer) - Bindings for Tabula PDF Table Extractor Library 980 | * [christophM/iml](https://github.com/christophM/iml) - iml: interpretable machine learning R package 981 | * [lockedata/starters](https://github.com/lockedata/starters) - R Package 📦 for initializing projects for various R activities :nut_and_bolt: 982 | * [ColinFay/attempt](https://github.com/ColinFay/attempt) - Tools for defensive programming in R 983 | * [nexr/RHive](https://github.com/nexr/RHive) - RHive is an R extension facilitating distributed computing via Apache Hive. 984 | * [bhaskarvk/leaflet.extras](https://github.com/bhaskarvk/leaflet.extras) - Extra functionality for leaflet R package. 985 | * [jbisanz/qiime2R](https://github.com/jbisanz/qiime2R) - Import qiime2 artifacts to R 986 | * [globeandmail/startr](https://github.com/globeandmail/startr) - A template for data journalism in R 987 | * [hrbrmstr/statebins](https://github.com/hrbrmstr/statebins) - Alternative to choropleths of US States ala http://bit.ly/statebins 988 | * [edgararuiz-zz/dbplot](https://github.com/edgararuiz-zz/dbplot) - Simplifies plotting of database and sparklyr data 989 | * [beechung/Latent-Factor-Models](https://github.com/beechung/Latent-Factor-Models) - R functions for fitting latent factor models with internal computation in C/C++ 990 | * [r-lib/desc](https://github.com/r-lib/desc) - Manipulate DESCRIPTION files 991 | * [crsh/papaja](https://github.com/crsh/papaja) - papaja (Preparing APA Journal Articles) is an R package that provides document formats to produce complete APA manuscripts from RMarkdown-files (PDF and Word documents) and helper functions that facilitate reporting statistics, tables, and plots. 992 | * [ropensci/assertr](https://github.com/ropensci/assertr) - Assertive programming for R analysis pipelines 993 | * [rexyai/rsparse](https://github.com/rexyai/rsparse) - Fast and accurate machine learning on sparse matrices - matrix factorizations, regression, classification, top-N recommendations. 994 | * [swarm-lab/Rvision](https://github.com/swarm-lab/Rvision) - Basic computer vision library for R 995 | * [grantmcdermott/plot2](https://github.com/grantmcdermott/plot2) - Lightweight extension of base R's plot system 996 | * [gadenbuie/countdown](https://github.com/gadenbuie/countdown) - ⏲ countdown timer for R Markdown slides and HTML docs 997 | * [emitanaka/anicon](https://github.com/emitanaka/anicon) - Animated icons for R markdown and Shiny apps 998 | * [coolbutuseless/tickle](https://github.com/coolbutuseless/tickle) - Easily create UIs in base R 999 | * [theislab/kBET](https://github.com/theislab/kBET) - An R package to test for batch effects in high-dimensional single-cell RNA sequencing data. 1000 | * [mkearney/pkgverse](https://github.com/mkearney/pkgverse) - 📦🔭🌠 Create your own universe of packages à la tidyverse 1001 | * [facebookexperimental/Robyn](https://github.com/facebookexperimental/Robyn) - Robyn is an experimental, AI/ML-powered and open sourced Marketing Mix Modeling (MMM) package from Meta Marketing Science. Our mission is to democratise modeling knowledge, inspire the industry through innovation, reduce human bias in the modeling process & build a strong open source marketing science community. 1002 | * [avehtari/BDA_R_demos](https://github.com/avehtari/BDA_R_demos) - Bayesian Data Analysis demos for R 1003 | * [syberia/syberia](https://github.com/syberia/syberia) - Syberia: The development framework for R 1004 | * [MarkEdmondson1234/ga-dashboard-demo](https://github.com/MarkEdmondson1234/ga-dashboard-demo) - A demo on how to build your own Google Analytics dashboard with R, Shiny and MySQL 1005 | * [leeper/meme](https://github.com/leeper/meme) - Meme Generation in R 1006 | * [SMAPPNYU/smappR](https://github.com/SMAPPNYU/smappR) - R tools for analysis of Twitter data 1007 | * [COVAIL/cognizer](https://github.com/COVAIL/cognizer) - R package to call IBM Watson services. 1008 | * [r-lib/pak](https://github.com/r-lib/pak) - A fresh approach to package installation 1009 | * [leeper/rio](https://github.com/leeper/rio) - A Swiss-Army Knife for Data I/O 1010 | * [RConsortium/OOP-WG](https://github.com/RConsortium/OOP-WG) - S7: a new OO system for R 1011 | * [soodoku/tuber](https://github.com/soodoku/tuber) - :sweet_potato: Access YouTube from R 1012 | * [stephenturner/qqman](https://github.com/stephenturner/qqman) - An R package for creating Q-Q and manhattan plots from GWAS results 1013 | * [corynissen/fitbitScraper](https://github.com/corynissen/fitbitScraper) - R package to scrape fitbit data 1014 | * [yihui/printr](https://github.com/yihui/printr) - Some (magical) printing methods for knitr 1015 | * [robjhyndman/anomalous-acm](https://github.com/robjhyndman/anomalous-acm) - Anomalous time series package for R (ACM) 1016 | * [cpsievert/pitchRx](https://github.com/cpsievert/pitchRx) - Tools for scraping MLB Gameday data and Visualizing PITCHf/x 1017 | * [emilyriederer/projmgr](https://github.com/emilyriederer/projmgr) - R-based project management tools 1018 | * [dlab-berkeley/R-Deep-Learning](https://github.com/dlab-berkeley/R-Deep-Learning) - Workshop (6 hours): Deep learning in R using Keras. Building & training deep nets, image classification, transfer learning, text analysis, visualization 1019 | * [yihui/recharts](https://github.com/yihui/recharts) - An R Interface to Apache ECharts (incubating) 1020 | * [vertica/ddR](https://github.com/vertica/ddR) - Standard API for Distributed Data Structures in R 1021 | * [richfitz/storr](https://github.com/richfitz/storr) - :package: Object cacher for R 1022 | * [jmstanto/data-science-r](https://github.com/jmstanto/data-science-r) - R code and documentation for "Introduction to Data Science" by Jeffrey Stanton 1023 | * [Non-Contradiction/JuliaCall](https://github.com/Non-Contradiction/JuliaCall) - Embed Julia in R 1024 | * [rladies/starter-kit](https://github.com/rladies/starter-kit) - Some useful R-Ladies files :purple_heart: :earth_africa: 1025 | * [Bart6114/jug](https://github.com/Bart6114/jug) - jug: A Simple Web Framework for R 1026 | * [dlab-berkeley/R-Fundamentals](https://github.com/dlab-berkeley/R-Fundamentals) - D-Lab's 12 hour introduction to R Fundamentals. Learn how to create variables and functions, manipulate data frames, make visualizations, use control flow structures, and more, using R in RStudio. 1027 | * [ropensci-archive/bomrang](https://github.com/ropensci-archive/bomrang) - :warning: ARCHIVED :warning: Australian government Bureau of Meteorology (BOM) data client for R 1028 | * [xfim/ggmcmc](https://github.com/xfim/ggmcmc) - Graphical tools for analyzing Markov Chain Monte Carlo simulations from Bayesian inference 1029 | * [rstudio-conf-2020/big-data](https://github.com/rstudio-conf-2020/big-data) - :wrench: Use dplyr to analyze Big Data :elephant: 1030 | * [r-lib/gargle](https://github.com/r-lib/gargle) - Infrastructure for calling Google APIs from R, including auth 1031 | * [RinteRface/fullPage](https://github.com/RinteRface/fullPage) - 📄 fullPage.js, pagePiling.js and multiScroll.js for shiny 1032 | * [quanteda/stopwords](https://github.com/quanteda/stopwords) - Multilingual Stopword Lists in R 1033 | * [leonawicz/tabr](https://github.com/leonawicz/tabr) - R package: tabr. Notation-based and tidy music data analysis and transcription. 1034 | * [crowding/vadr](https://github.com/crowding/vadr) - Making R a better language 1035 | * [trinker/lexicon](https://github.com/trinker/lexicon) - A data package containing lexicons and dictionaries for text analysis 1036 | * [RinteRface/shinybulma](https://github.com/RinteRface/shinybulma) - 🌐 Bulma.io for Shiny 1037 | * [leifeld/texreg](https://github.com/leifeld/texreg) - Conversion of R Regression Output to LaTeX or HTML Tables 1038 | * [genome/sciclone](https://github.com/genome/sciclone) - An R package for inferring the subclonal architecture of tumors 1039 | * [earowang/hts](https://github.com/earowang/hts) - Hierarchical and Grouped Time Series 1040 | * [prioritizr/prioritizr](https://github.com/prioritizr/prioritizr) - Systematic conservation prioritization in R 1041 | * [pablobarbera/streamR](https://github.com/pablobarbera/streamR) - Dev version of streamR package: Access to Twitter Streaming API via R 1042 | * [njtierney/brolgar](https://github.com/njtierney/brolgar) - BRowse Over Longitudinal Data Graphically and Analytically in R 1043 | * [lgatto/MSnbase](https://github.com/lgatto/MSnbase) - Base Classes and Functions for Mass Spectrometry and Proteomics 1044 | * [keberwein/blscrapeR](https://github.com/keberwein/blscrapeR) - A tool to gather, analyze and visualize data from the Bureau of Labor Statistics (BLS) API. Functions include segmentation, geographic analysis and visualization. 1045 | * [hadley/secure](https://github.com/hadley/secure) - Secure private R data in public packages 1046 | * [datacarpentry/r-raster-vector-geospatial](https://github.com/datacarpentry/r-raster-vector-geospatial) - Introduction to Geospatial Raster and Vector Data with R 1047 | * [Azure/doAzureParallel](https://github.com/Azure/doAzureParallel) - A R package that allows users to submit parallel workloads in Azure 1048 | * [Azure/azureml-sdk-for-r](https://github.com/Azure/azureml-sdk-for-r) - Azure Machine Learning SDK for R 1049 | * [rezakj/iCellR](https://github.com/rezakj/iCellR) - Single (i) Cell R package (iCellR) is an interactive R package to work with high-throughput single cell sequencing technologies (i.e scRNA-seq, scVDJ-seq, scATAC-seq, CITE-Seq and Spatial Transcriptomics (ST)). 1050 | * [mwip/beautifyR](https://github.com/mwip/beautifyR) - RStudio addin for formatting Rmarkdown tables 1051 | * [christophsax/seasonal](https://github.com/christophsax/seasonal) - R interface to X-13ARIMA-SEATS 1052 | * [ropensci-archive/umapr](https://github.com/ropensci-archive/umapr) - :no_entry: ARCHIVED :no_entry: Wraps UMAP Algorithm for Dimension Reduction 1053 | * [emitanaka/shinycustomloader](https://github.com/emitanaka/shinycustomloader) - Add a custom loader for R shiny 1054 | * [dipanjanS/learning-social-media-analytics-with-r](https://github.com/dipanjanS/learning-social-media-analytics-with-r) - This repository contains code and bonus content which will be added from time to time for the book "Learning Social Media Analytics with R" by Packt 1055 | * [delta-rho/trelliscope](https://github.com/delta-rho/trelliscope) - Detailed Visualization of Large Complex Data in R 1056 | * [ujjwalkarn/xda](https://github.com/ujjwalkarn/xda) - R package for exploratory data analysis 1057 | * [ropensci/RefManageR](https://github.com/ropensci/RefManageR) - R package RefManageR 1058 | * [mjockers/syuzhet](https://github.com/mjockers/syuzhet) - An R package for the extraction of sentiment and sentiment-based plot arcs from text 1059 | * [mlr-org/mlr3book](https://github.com/mlr-org/mlr3book) - mlr3 manual 1060 | * [rstudio/bigdataclass](https://github.com/rstudio/bigdataclass) - Two-day workshop that covers how to use R to interact databases and Spark 1061 | * [piersyork/owidR](https://github.com/piersyork/owidR) - An R Package for Importing Data from Our World in Data 1062 | * [cbailiss/pivottabler](https://github.com/cbailiss/pivottabler) - Create Pivot Tables natively in R 1063 | * [malcolmbarrett/ggdag](https://github.com/malcolmbarrett/ggdag) - :arrow_lower_left: :arrow_lower_right: An R package for working with causal directed acyclic graphs (DAGs) 1064 | * [SymbolixAU/googleway](https://github.com/SymbolixAU/googleway) - R Package for accessing and plotting Google Maps 1065 | * [ropensci/googleLanguageR](https://github.com/ropensci/googleLanguageR) - R client for the Google Translation API, Google Cloud Natural Language API and Google Cloud Speech API 1066 | * [giswqs/whiteboxR](https://github.com/giswqs/whiteboxR) - WhiteboxTools R Frontend 1067 | * [ropensci-archive/rorcid](https://github.com/ropensci-archive/rorcid) - :warning: ARCHIVED :warning: A programmatic interface the Orcid.org API 1068 | * [minimaxir/reddit-bigquery](https://github.com/minimaxir/reddit-bigquery) - Code + Jupyter notebook for analyzing and visualizing Reddit Data quickly and easily 1069 | * [Roche/rtables](https://github.com/Roche/rtables) - Reporting tables with R 1070 | * [christophsax/tsbox](https://github.com/christophsax/tsbox) - tsbox: Class-Agnostic Time Series in R 1071 | * [briatte/ggnetwork](https://github.com/briatte/ggnetwork) - Geoms to plot networks with ggplot2 1072 | * [r-lib/rcmdcheck](https://github.com/r-lib/rcmdcheck) - Run R CMD check from R and collect the results 1073 | * [boboppie/kruschke-doing_bayesian_data_analysis](https://github.com/boboppie/kruschke-doing_bayesian_data_analysis) - John K. Kruschke's Doing Bayesian Data Analysis: A Tutorial with R and BUGS 1074 | * [riatelab/linemap](https://github.com/riatelab/linemap) - :aquarius: Create maps made of lines 1075 | * [devOpifex/g2r](https://github.com/devOpifex/g2r) - Grammar of graphics for interactive visualisation using G2.js 1076 | * [singmann/afex](https://github.com/singmann/afex) - Analysis of Factorial EXperiments (R package) 1077 | * [davebraze/FDBeye](https://github.com/davebraze/FDBeye) - R tools for eyetracker workflows. 1078 | * [Robinlovelace/geocompr](https://github.com/Robinlovelace/geocompr) - Open source book: Geocomputation with R 1079 | * [r-spatial/mapview](https://github.com/r-spatial/mapview) - Interactive viewing of spatial data in R 1080 | * [radiant-rstats/radiant](https://github.com/radiant-rstats/radiant) - Business analytics using R and Shiny. The radiant app combines the menus from radiant.data, radiant.design, radiant.basics, radiant.model, and radiant.multivariate. 1081 | * [SebKrantz/collapse](https://github.com/SebKrantz/collapse) - Advanced and Fast Data Transformation in R 1082 | * [ewenharrison/finalfit](https://github.com/ewenharrison/finalfit) - Quickly create elegant regression results tables and plots when modelling in R 1083 | * [eddelbuettel/drat](https://github.com/eddelbuettel/drat) - Drat R Archive Template 1084 | * [VanLoo-lab/ascat](https://github.com/VanLoo-lab/ascat) - ASCAT copy number R package 1085 | * [EagerAI/fastai](https://github.com/EagerAI/fastai) - R interface to fast.ai 1086 | * [vimc/orderly](https://github.com/vimc/orderly) - :hospital::ambulance: Lightweight Reproducible Reporting for R 1087 | * [MarkEdmondson1234/searchConsoleR](https://github.com/MarkEdmondson1234/searchConsoleR) - R interface with Google Search Console API v3, including Search Analytics. 1088 | * [SymbolixAU/mapdeck](https://github.com/SymbolixAU/mapdeck) - R interface to Deck.gl and Mapbox 1089 | * [USGS-R/dataRetrieval](https://github.com/USGS-R/dataRetrieval) - This R package is designed to obtain USGS or EPA water quality sample data, streamflow data, and metadata directly from web services. See: https://rconnect.usgs.gov/dataRetrieval/ 1090 | * [AdrianAntico/RemixAutoML](https://github.com/AdrianAntico/RemixAutoML) - R package for automation of machine learning, forecasting, feature engineering, model evaluation, model interpretation, recommenders, and EDA. 1091 | * [hughjonesd/santoku](https://github.com/hughjonesd/santoku) - A versatile cutting tool for R 1092 | * [tidymodels/TMwR](https://github.com/tidymodels/TMwR) - Code and content for "Tidy Modeling with R" 1093 | * [MilesMcBain/friendlyeval](https://github.com/MilesMcBain/friendlyeval) - A friendly interface to tidyeval/rlang that will excuse itself when you're done. 1094 | * [timoast/signac](https://github.com/timoast/signac) - R toolkit for the analysis of single-cell chromatin data 1095 | * [jennybc/debugging](https://github.com/jennybc/debugging) - Talk about general debugging strategies. How to be less confused and frustrated. 1096 | * [xrobin/pROC](https://github.com/xrobin/pROC) - Display and analyze ROC curves in R and S+ 1097 | * [TommyJones/textmineR](https://github.com/TommyJones/textmineR) - An aid for text mining in R, with a syntax that should be familiar to experienced R users. Provides a wrapper for several topic models that take similarly-formatted input and give similarly-formatted output. Has additional functionality for analyzing and diagnostics for topic models. 1098 | * [quanteda/readtext](https://github.com/quanteda/readtext) - an R package for reading text files 1099 | * [ropensci/rplos](https://github.com/ropensci/rplos) - R client for the PLoS Journals API 1100 | * [ropensci/fulltext](https://github.com/ropensci/fulltext) - Search across and get full text for OA & closed journals 1101 | * [ropensci/rorcid](https://github.com/ropensci/rorcid) - A programmatic interface the Orcid.org API 1102 | * [Ironholds/pystr](https://github.com/Ironholds/pystr) - Python String Methods in R. 1103 | * [cboettig/template](https://github.com/cboettig/template) - :package: A template for my research projects, based on the R package structure 1104 | * [Ronggui/RQDA](https://github.com/Ronggui/RQDA) - R-based Qualitative Data Analysis 1105 | * [pablobarbera/instaR](https://github.com/pablobarbera/instaR) - Dev version of instaR package: Access to Instagram API via R 1106 | * [nflverse/nflfastR-data](https://github.com/nflverse/nflfastR-data) - builds play by play and player stats for nflverse/nflverse-data 1107 | * [jthaman/ciTools](https://github.com/jthaman/ciTools) - An R Package for Quick Uncertainty Intervals 1108 | * [jasdumas/shinyLP](https://github.com/jasdumas/shinyLP) - A R package for Bootstrap Components to make Landing Home Pages for Shiny :globe_with_meridians: 1109 | * [adletaw/captioner](https://github.com/adletaw/captioner) - an R package for generating figure/table numbers and captions, especially for Rmd docs 1110 | * [trinker/reports](https://github.com/trinker/reports) - An R package to assist in the workflow of writing academic articles and other reports 1111 | * [gimoya/theBioBucket-Archives](https://github.com/gimoya/theBioBucket-Archives) - R-Code used in my blog theBioBucket 1112 | * [rstudio/distill](https://github.com/rstudio/distill) - Distill for R Markdown 1113 | * [nik01010/dashboardthemes](https://github.com/nik01010/dashboardthemes) - Now on CRAN: custom theme support for R Shinydashboard applications. 1114 | * [avehtari/ROS-Examples](https://github.com/avehtari/ROS-Examples) - Regression and other stories R examples 1115 | * [ropensci-archive/learngganimate](https://github.com/ropensci-archive/learngganimate) - :no_entry: ARCHIVED :no_entry: A living, breathing community exploration of the gganimate R package. A rOpenSci #ozunconf2018 project 1116 | * [R-ArcGIS/r-bridge](https://github.com/R-ArcGIS/r-bridge) - Bridge library to connect ArcGIS and R, including arcgisbinding R library. 1117 | * [jburkhardt/RAdwords](https://github.com/jburkhardt/RAdwords) - Loading Google Adwords Data into R 1118 | * [ropensci/bomrang](https://github.com/ropensci/bomrang) - Australian government Bureau of Meteorology (BOM) data client for R 1119 | * [cosname/art-r-translation](https://github.com/cosname/art-r-translation) - 《R语言编程艺术》翻译项目文件 1120 | * [andrewheiss/colourlovers](https://github.com/andrewheiss/colourlovers) - 🎨 📦 R Client for the COLOURlovers API 1121 | * [ropensci/ezknitr](https://github.com/ropensci/ezknitr) - Avoid the typical working directory pain when using 'knitr' 1122 | * [herbps10/reactor](https://github.com/herbps10/reactor) - Interactive notebooks for R 1123 | * [lockedata/datasauRus](https://github.com/lockedata/datasauRus) - R Package 📦 Containing the Datasaurus Dozen datasets :bar_chart: 1124 | * [JohnCoene/ambiorix](https://github.com/JohnCoene/ambiorix) - 🖥️ Web framework for R 1125 | * [hrbrmstr/splashr](https://github.com/hrbrmstr/splashr) - :sweat_drops: Tools to Work with the 'Splash' JavaScript Rendering Service in R 1126 | * [gshs-ornl/wbstats](https://github.com/gshs-ornl/wbstats) - wbstats: An R package for searching and downloading data from the World Bank API 1127 | * [ropensci/ckanr](https://github.com/ropensci/ckanr) - R client for the CKAN API 1128 | * [dbdahl/rscala](https://github.com/dbdahl/rscala) - The Scala interpreter is embedded in R and callbacks to R from the embedded interpreter are supported. Conversely, the R interpreter is embedded in Scala. 1129 | * [atlanhq/rLandsat](https://github.com/atlanhq/rLandsat) - R Package to make Landsat8 data accessible 1130 | * [amrrs/animated_bar_charts_in_R](https://github.com/amrrs/animated_bar_charts_in_R) - Code to demo how to build Animated Bar Charts in R 1131 | * [xiaodaigh/disk.frame](https://github.com/xiaodaigh/disk.frame) - Fast Disk-Based Parallelized Data Manipulation Framework for Larger-than-RAM Data 1132 | * [tjmahr/WrapRmd](https://github.com/tjmahr/WrapRmd) - RStudio addin for wrapping RMarkdown paragraphs 1133 | * [ropensci-archive/monkeylearn](https://github.com/ropensci-archive/monkeylearn) - :no_entry: ARCHIVED :no_entry: :monkey: R package for text analysis with Monkeylearn :monkey: 1134 | --------------------------------------------------------------------------------