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