[go: up one dir, main page]

Open Source R Software - Page 5

R Software

R Clear Filters

Browse free open source R Software and projects below. Use the toggles on the left to filter open source R Software by OS, license, language, programming language, and project status.

  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    ggforce

    ggforce

    Accelerating ggplot2

    ggforce is an extension package for ggplot2 that introduces specialized statistical transforms, geoms, and layout utilities to enhance and complement the built-in ggplot2 offerings. It enables more advanced visualization techniques such as faceting enhancements, hulls, annotation marks, and novel layouts for network data and marked regions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ggpubr

    ggpubr

    'ggplot2' Based Publication Ready Plots

    ggpubr is an R package that provides easy-to-use wrapper functions around ggplot2 to create publication-ready visualizations with minimal code. It streamlines plot creation for researchers and analysts, allowing features such as statistical annotation, theme customization, and plot arrangement with fewer lines of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ggraph

    ggraph

    Grammar of Graph Graphics

    ggraph adapts the Grammar of Graphics from ggplot2 for network and graph visualizations. It integrates with tidygraph/igraph data structures, providing a wide range of geoms, layouts (e.g. hive plots, circle packing), and layering methods tailored to hierarchical or relational data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ggrepel

    ggrepel

    epel overlapping text labels away from each other in your ggplot2

    ggrepel is an R package that provides “smart” repulsion for text and label geoms in ggplot2. When placing text labels on a plot (e.g. labeling points), the labels can often overlap; ggrepel ensures labels don’t overlap (or overlap less) by repelling labels / pushing them away, adding connecting lines or nudges, etc. It improves the readability of plots, especially when many labels are present. Support for point and segment geoms (so labels can be connected by lines when moved). Supports both plotting of labels inside or outside plot area, with trimming/clipping etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    ggstatsplot

    ggstatsplot

    Enhancing {ggplot2} plots with statistical analysis

    {ggstatsplot} is an extension of {ggplot2} package for creating graphics with details from statistical tests included in the information-rich plots themselves. In a typical exploratory data analysis workflow, data visualization and statistical modeling are two different phases: visualization informs modeling, and modeling in its turn can suggest a different visualization method, and so on and so forth. Bayesian hypothesis-testing. The central idea of {ggstatsplot} is simple: combine these two phases into one in the form of graphics with statistical details, which makes data exploration simpler and faster. Summary of statistical tests and effect sizes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ggthemes

    ggthemes

    Additional themes, scales, and geoms for ggplot2

    ggthemes is an R package that provides extra themes, scales, and geoms for ggplot2. It supplements the default ggplot2 offerings by allowing users to apply special themes (e.g., inspired by classic publications, external visualization styles), additional scale functions, and specialized geoms or color scales. It is often used to make ggplot2 plots adhere to aesthetic styles from famous news outlets, scientific journals, or presentation decks. Additional color scales and palettes for discrete and continuous data to match theme aesthetics. Extensive documentation and examples for each theme / scale so users can see how plots look and tweak them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    golem

    golem

    A Framework for Building Robust Shiny Apps

    golem is an opinionated framework for developing production-grade Shiny applications in R, treating the app like a full R package. It scaffolds project structure, testing, documentation, CI/CD, and supports containerization—streamlining the build-to-deploy pipeline while enforcing clean architecture and maintainability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    gptstudio

    gptstudio

    GPT RStudio addins that enable GPT assisted coding, writing & analysis

    gptstudio is an R package and RStudio Addins interface that enables interactive use of large language models (OpenAI, HuggingFace, etc.) from within R. It includes a Chat add-in and source editing helpers to query models, generate code, comment or refactor code, and manage conversations—all integrated into RStudio using Shiny and bslib.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    gtsummary

    gtsummary

    Presentation-Ready Data Summary and Analytic Result Tables

    gtsummary is an R package for creating elegant, customizable, publication-ready summary tables of datasets and statistical models. It provides concise code to produce demographic tables (tbl_summary()), regression result tables, and more, with flexible styling options for reporting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Download the most trusted enterprise browser Icon
    Download the most trusted enterprise browser

    Chrome Enterprise brings enterprise controls and easy integrations to the browser users already know and love.

    Chrome Enterprise is ideal for businesses of all sizes, IT professionals, and organizations looking for a secure, scalable, and easily managed browser solution that supports remote work, data protection, and streamlined enterprise operations.
    Learn More
  • 10
    hrbrthemes

    hrbrthemes

    Opinionated, typographic-centric ggplot2 themes and theme components

    hrbrthemes is a focused ggplot2 theme package with an emphasis on typography, layout precision, and visual polish. It includes themes like theme_ipsum and Font scales tailored for clean, high‑quality production graphics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    httr

    httr

    httr: a friendly http package for R

    httr is superseded: only changes necessary to keep it on CRAN will be made. We recommend using httr2 instead. The aim of httr is to provide a wrapper for the curl package, customized to the demands of modern web APIs. Functions for the most important http verbs: GET(), HEAD(), PATCH(), PUT(), DELETE() and POST(). Automatic connection sharing across requests to the same website (by default, curl handles are managed automatically), cookies are maintained across requests, and an up-to-date root-level SSL certificate store is used. Requests return a standard reponse object that captures the http status line, headers and body, along with other useful information. Support for OAuth 1.0 and 2.0 with oauth1.0_token() and oauth2.0_token(). The demo directory has eight OAuth demos: four for 1.0 (twitter, vimeo, withings and yahoo) and four for 2.0 (facebook, github, google, linkedin). OAuth credentials are automatically cached within a project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    hui

    hui

    hewies user interface - 3D scientific visualisation tool

    Python project with goal to provide FOSS library to extract, analyse and visualise data in a 3D fashion. The instance will connect to a data source, ods sheet, csv, sql DB, pyodbc the instance will analyse and/or transform the data to be presented to the visualisation functionality the instance will visualise the data in a 3D fashion, likely using third party FOSS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    knitr

    knitr

    A general-purpose tool for dynamic report generation in R

    knitr is an R package that acts as a literate programming engine, combining code execution and document generation. It executes code embedded in Markdown, LaTeX, or other formats and produces output with results interleaved into final documents. It powers R Markdown and supports caching, chunk options, graphics, and extensibility for reproducible analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    latex2exp

    latex2exp

    Use LaTeX in R graphics

    latex2exp is an R package that lets you use LaTeX in plots. It parses and converts LaTeX to R’s custom plotmath expressions. You can read the full documentation on the package’s website. Expressions returned by latex2exp can be used to create formatted text and mathematical formulas and symbols to be rendered as axis labels, annotations, legends, titles, etc. throughout R’s plotting system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    lintr

    lintr

    Static Code Analysis for R

    lintr is a static code analysis tool for R that identifies syntax errors, style inconsistencies, and other potential issues in R scripts and packages. It supports customizable lint rules and integrates with many editors to provide realtime feedback and enforce coding standards (e.g., tidyverse style).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    mathpix

    mathpix

    Query the mathpix API to convert math images to LaTeX

    Query the mathpix API to convert math images to LaTeX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    meditator

    meditator

    Miscellaneous tools for meditation

    Miscellaneous tools for meditation and mental health. Optionally a very basic R package for meditation and mental health. Please close your eyes and take one deep breath. Feel how long the in-breath is. Feel how long the out-breath is.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    miRPV

    miRPV: An automated pipeline for miRNA Prediction and Validation in si

    miRPV is an Automated tool that allows users to predict and validate microRNA from genome/gene sequence. System Requirement CPU: AMD64 (64bit) Memory: 2Gb RAM Storage: 5Gb Ubuntu 18.04
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    mlr

    mlr

    Machine Learning in R

    R does not define a standardized interface for its machine-learning algorithms. Therefore, for any non-trivial experiments, you need to write lengthy, tedious, and error-prone wrappers to call the different algorithms and unify their respective output. {mlr} provides this infrastructure so that you can focus on your experiments! The framework provides supervised methods like classification, regression, and survival analysis along with their corresponding evaluation and optimization methods, as well as unsupervised methods like clustering. It is written in a way that you can extend it yourself or deviate from the implemented convenience methods and construct your own complex experiments or algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    mlr3

    mlr3

    mlr3: Machine Learning in R - next generation

    mlr3 is a modern, object-oriented R framework for machine learning. It provides core abstractions (tasks, learners, resamplings, measures, pipelines) implemented using R6 classes, enabling extensible, composable machine learning workflows. It focuses on clean design, scalability (large datasets), and integration into the wider R ecosystem via extension packages. Users can do classification, regression, survival analysis, clustering, hyperparameter tuning, benchmarking etc., often via companion packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    nichenetr

    nichenetr

    NicheNet: predict active ligand-target links between interacting cells

    nichenetr: the R implementation of the NicheNet method. The goal of NicheNet is to study intercellular communication from a computational perspective. NicheNet uses human or mouse gene expression data of interacting cells as input and combines this with a prior model that integrates existing knowledge on ligand-to-target signaling paths. This allows to predict ligand-receptor interactions that might drive gene expression changes in cells of interest. This model of prior information on potential ligand-target links can then be used to infer active ligand-target links between interacting cells. NicheNet prioritizes ligands according to their activity (i.e., how well they predict observed changes in gene expression in the receiver cell) and looks for affected targets with high potential to be regulated by these prioritized ligands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    osm4scala

    osm4scala

    Reading OpenStreetMap Pbf files.

    Scala and polyglot Spark library (Scala, PySpark, SparkSQL, ... ) focused on reading OpenStreetMap Pbf files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    pagedown

    pagedown

    Paginate the HTML Output of R Markdown with CSS for Print

    Paginate the HTML Output of R Markdown with CSS for Print. You only need a modern web browser (e.g., Google Chrome or Microsoft Edge) to generate PDF. No need to install LaTeX to get beautiful PDFs. This R package stands on the shoulders of two giants to support typesetting with CSS for R Markdown documents: Paged.js and ReLaXed (we only borrowed some CSS from the ReLaXed repo and didn't really use the Node package).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    paletteer

    paletteer

    Collection of most color palettes in a single R package

    paletteer is an R package by Emil Hvitfeldt that aggregates color palettes from many other R packages, providing a unified, streamlined interface to access discrete, continuous, and dynamic palettes. It is intended to simplify choosing color schemes when plotting, remove the friction of remembering different palette package APIs, and make high‐quality color aesthetics more accessible. Some palettes change depending on the number of colors requested; the ability to reverse palettes. Support both discrete palettes (fixed number of colors) and continuous palettes (interpolated).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    palmerpenguins

    palmerpenguins

    A great intro dataset for data exploration & visualization

    palmerpenguins is an R package offering real-world ecological data from the Palmer Archipelago penguin species—Adélie, Chinstrap, and Gentoo. Designed as a more engaging alternative to the classical iris dataset, it provides size measurements, clutch information, and blood isotope data for teaching, visualization, and analytics practice.
    Downloads: 0 This Week
    Last Update:
    See Project