dplyr VS r-source

Compare dplyr vs r-source and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
dplyr r-source
40 3
4,652 366
0.6% -
7.4 0.0
16 days ago over 3 years ago
R R
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dplyr

Posts with mentions or reviews of dplyr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-15.

r-source

Posts with mentions or reviews of r-source. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-21.
  • How do I find R code for R functions?
    2 projects | /r/rprogramming | 21 Nov 2022
    Sure, will do my best! I'm not familiar with program verification / Isabelle, however if you take a look at the source code for the optim family of functions, you'll see that the last line of the function calls `.External2()`, which is similar to `.Call()|`. Both these functions allow R to call compiled C code, which means some of the work being done in these functions happens in this C code.
  • Can somebody help please
    1 project | /r/RStudio | 27 Oct 2021
    Funny, when I look it up (which I did because I don't want to talk without info), I found this. https://github.com/SurajGupta/r-source/blob/master/src/library/base/R/sapply.R
  • Differing results from Tukey tests
    2 projects | /r/AskStatistics | 1 Feb 2021
    So you are testing for the same thing, but the TukeyHSD and HSD.test functions use different ways to compensate for unbalanced designs. TukeyHSD applies an adjustment for "mildly unbalanced designs" by effectively padding the sample sizes (at least that is my understanding of the source code at a quick glance) where:

What are some alternatives?

When comparing dplyr and r-source you can also consider the following projects:

worldfootballR - A wrapper for extracting world football (soccer) data from FBref, Transfermark, Understat and fotmob

agricolae - Statistical Procedures for Agricultural Research

Rustler - Safe Rust bridge for creating Erlang NIF functions

ggplot2 - An implementation of the Grammar of Graphics in R

nx - Multi-dimensional arrays (tensors) and numerical definitions for Elixir

explorer - Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir

Pandas - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

rmarkdown - Dynamic Documents for R

polars - Dataframes powered by a multithreaded, vectorized query engine, written in Rust

regression-js - Curve Fitting in JavaScript.

axon - Nx-powered Neural Networks

magrittr - Improve the readability of R code with the pipe