New package ‘box’: Write reusable, composable and modular R code

This page summarizes the projects mentioned and recommended in the original post on /r/rstats

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • box

    Write reusable, composable and modular R code (by klmr)

  • For one thing, I’ve (for now) decided that ‘box’ won’t automatically install packages. I might revisit this in the future (there’s already a related feature request) but I generally think that this doesn’t scale: virtually every other programming language environment cleanly separates installation/management and usage of dependencies. Go used to mix installation and usage, but as far as I know the Go community has now switched, and also splits installation/dependency management (via dep) and usage/import, because they found that the mixed approach doesn’t work.

  • renv

    renv: Project environments for R.

  • Oh wow! That is crazy!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Trying to Replicate Excel financial Functions

    1 project | /r/Rlanguage | 1 Jul 2023
  • R packages on Linux... It is a struggle

    2 projects | /r/bioinformatics | 2 Apr 2023
  • Can someone explain how R project are organized and deployed?

    5 projects | /r/rprogramming | 4 Mar 2023
  • Good practice with long R scripts - any examples?

    1 project | /r/rprogramming | 1 Feb 2023
  • Does anyone feel like R is actually vastly worse for dependency/environment management than Python?

    3 projects | /r/datascience | 15 Nov 2022