r-system-requirements VS r-minimal

Compare r-system-requirements vs r-minimal 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
r-system-requirements r-minimal
1 1
112 146
7.1% 4.1%
6.8 8.6
7 days ago 10 days ago
Shell Shell
MIT License -
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.

r-system-requirements

Posts with mentions or reviews of r-system-requirements. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-31.
  • Best Practices for R with Docker
    8 projects | dev.to | 31 May 2021
    There are at least two databases listing package requirements: one maintained by RStudio (this supports RSPM), another one by R-hub. Both of these list system packages for various Linux distributions, macOS, and Windows. But even with these databases, the build- vs. run-time dependencies can be sometimes hard to distinguish. Build-time system libraries are always named with a -dev or -devel postfix. Read the vignette of the maketools R package by Jeroen Ooms for a nice explanation and a suggested workflow for determining run-time dependencies of packages.

r-minimal

Posts with mentions or reviews of r-minimal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-31.
  • Best Practices for R with Docker
    8 projects | dev.to | 31 May 2021
    The base image is so bare-bones that it needs to install time zones, fonts and the Cairo device for ggplot2 to work (read the limitations here). Instead of apt you have apk and might have to work a bit harder to find all the Alpine-specific dependencies.

What are some alternatives?

When comparing r-system-requirements and r-minimal you can also consider the following projects:

r-docker - Docker images for R

rocker - R configurations for Docker

sysreqsdb - SystemRequirements mappings for R packages

hadolint - Dockerfile linter, validate inline bash, written in Haskell