What are some best practices in R that are rarely adhered to?

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

    Static Code Analysis for R

  • lintr: https://github.com/jimhester/lintr

  • box

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

  • A solution that gives you the best of both worlds is to use ‘box’: with it, you declare package uses as if with library, but you wouldn’t attach most (or any) names. Instead, you explicitly declare what names to attach for every package.

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

    Tidy interface to 'data.table'

  • I use SQL all the time and I prefer tidy syntax. FWIW: https://github.com/markfairbanks/tidytable. Although I usually have my data in a database, and I do as much there as possible, so I rarely need this speed improvement.

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