Restructuring a large R project. Need advice on how to wire up file paths and associated objects.

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

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
  • workflowr

    Organize your project into a research website

  • Targets stores all your data serialised on disk, and only loads them in as needed by the dependencies. For a standardised folder structure, you can take inspiration from workflowr.

  • box

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

  • I think your use-case is best addressed by the ‘targets’ package. But I would also recommend checking out the ‘box’ package for a more general way of structuring R projects in modules which isn’t supported well natively by R (disclaimer: I wrote that package). Writing R code as modules fundamentally side-steps the issue of having to deal with absolute paths. Instead, all code and data are either contained in the module or can be accessed relative to the working directory.

  • 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
  • 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
  • How do you manage results, plots, etc.?

    4 projects | /r/bioinformatics | 17 Nov 2022
  • "Managing large codebases in R" webinar (Oct. 6, 2022)

    2 projects | /r/rstats | 13 Oct 2022