#
rstats
Here are 3,626 public repositories matching this topic...
A curated list of awesome R packages, frameworks and software.
-
Updated
Aug 6, 2021 - R
Build and manage real-life data science projects with ease.
python
productivity
data-science
machine-learning
r
ai
reproducible-research
ml
rstats
r-package
model-management
ml-infrastructure
mlops
ml-platform
-
Updated
Aug 27, 2021 - Python
An interactive graphing library for R
-
Updated
Jul 18, 2021 - R
A Grammar of Animated Graphics
-
Updated
Aug 12, 2021 - R
An R-focused pipeline toolkit for reproducibility and high-performance computing
workflow
data-science
r
pipeline
reproducible-research
makefile
high-performance-computing
rstats
r-package
reproducibility
ropensci
drake
peer-reviewed
-
Updated
Aug 26, 2021 - R
visualization
ggplot2
r
data-visualization
rstats
ggplot2-scales
ggplot2-themes
datavisualization
ggplot-extension
-
Updated
Jul 21, 2021 - R
A frictionless, pipeable approach to dealing with summary statistics
-
Updated
Apr 27, 2021 - HTML
-
Updated
May 8, 2021 - R
R interface for Apache Spark
-
Updated
Aug 27, 2021 - R
Comprehensive list of color palettes available in R ❤️ 🧡 💛 💚 💙 💜
-
Updated
Aug 16, 2021 - R
Themes for ggplot2.
-
Updated
Jun 27, 2021 - R
mitchelloharawild
commented
Apr 15, 2020
#108 could have been prevented if knit_print
tests captured this breaking change.
Adding test examples checking for knit_print
output should provide reasonably detailed tests for brief_entries()
, detailed_entries()
and bibliography_entries()
outputs.
ggplot2
r
data-visualization
data-visualisation
rstats
waffle-charts
square-pie-charts
datavisualization
-
Updated
Aug 21, 2019 - R
English and European soccer results 1871-2020
-
Updated
Mar 6, 2021 - R
R wrapper for highcharts
-
Updated
Aug 24, 2021 - R
-
Updated
Jul 20, 2021 - R
-
Updated
Jul 25, 2021 - R
An R implementation of the UpSet set visualization technique published by Lex, Gehlenborg, et al..
-
Updated
Jun 16, 2021 - R
Statistical Inference via Data Science: A ModernDive into R and the Tidyverse
data-science
ggplot2
r
dplyr
rstudio
tidyverse
regression
data-visualization
statistical-inference
rstats
chester
confidence-intervals
tidy
data-wrangling
bootstrap-method
statistical
regression-models
hypothesis-testing
infer
permutation-test
moderndive
-
Updated
Aug 21, 2021 - HTML
Presentation-Ready Data Summary and Analytic Result Tables
r
statistics
html5
reproducible-research
rstats
easy-to-use
r-package
reproducibility
regression-models
gt
summary-statistics
tableone
table1
summary-tables
-
Updated
Aug 27, 2021 - R
Improve this page
Add a description, image, and links to the rstats topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rstats topic, visit your repo's landing page and select "manage topics."
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date()
, but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E