Skip to content
View etiennebacher's full-sized avatar

Organizations

@easystats

Block or report etiennebacher

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
etiennebacher/README.md

I develop, contribute to, or maintain a few R packages related to various topics.

Data manipulation

  • polars: port of the Rust/Python polars to R.

  • tidypolars: More efficient tidyverse code, using polars in the background.

  • datawizard: this package is part of the easystats ecosystem. It provides many functions to manipulate data (similarly to what dplyr and tidyr do) and to perform various statistical transformation on variables (standardizing, winsorizing, normalizing, etc.).

Package development & Tooling

  • jarl: an R linter written in Rust, able to process thousands of lines of R code in milliseconds and to apply automatic fixes.
  • altdoc: use docsify.js, docute, mkdocs, or quarto to build a website for your R package documentation. This is meant to be an alternative to {pkgdown}.
  • flir: very fast package to rewrite code patterns, useful to refactor large codebases.
  • astgrepr: a package to parse and manipulate R code based on the ast-grep Rust crate. This is the foundation on which flir is built.

R Shiny applications


While developing packages for R Shiny applications, I had some trouble trying to determine if a Javascript library had already been adapted in R. Therefore, I started a list of R packages that adapt Javascript libraries: awesome-R-JS-adaptation. Feel free to propose missing libraries.

Pinned Loading

  1. jarl jarl Public

    Just another R linter

    Rust 78 4

  2. tidypolars tidypolars Public

    More efficient tidyverse code, using polars in the background

    R 219 5

  3. pola-rs/r-polars pola-rs/r-polars Public

    Polars R bindings

    R 536 40

  4. easystats/datawizard easystats/datawizard Public

    Magic potions to clean and transform your data 🧙

    R 233 17

  5. altdoc altdoc Public

    Alternative to pkgdown to document R packages

    R 82 10

  6. flir flir Public

    Parse and rewrite R code

    R 86 3