A Quick Introduction to R

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Personal collection of R notes

  • > Recycling

    https://github.com/karoliskoncevicius/tutorial_r_introductio...

    Gotta say this is very elegant.

  • > Recycling

    https://github.com/karoliskoncevicius/tutorial_r_introductio...

    Gotta say this is very elegant.

  • 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
  • vim-sendtowindow

    Small vim plugin implementing a send-to-window operator.

  • I use R with Vim. Usually the R script file is open on top and there is a :terminal window with R running below. And I use a small vim-plugin [1] for sending commands from the editor to the REPL.

    This has a few advantages, major being that you can run any language with a dynamic REPL this way, without changing your setup. Or, you can even have two files, written in two different languages, open side by side with a corresponding REPLs running beneath each of them. The downside of course is that you miss on auto-completion and other integrations like that. These are not impossible, but you would have to torture your Vim setup quite a bit in order to implement them.

    [1]: https://github.com/karoliskoncevicius/vim-sendtowindow

  • diptest

    :exclamation: This is a read-only mirror of the CRAN R package repository. diptest — Hartigan's Dip Test Statistic for Unimodality - Corrected. Homepage: https://github.com/mmaechler/diptest Report bugs for this package: https://github.com/mmaechler/diptest/issues

  • In practice the difference is almost non-existent, unless you start doing assignments within function calls, which is a popular style among some R stars, like Martin Machler [1]. But on the other hand some huge names in R resolve to just always use "=" everywhere, including one of R's creators - Ross Ihaka [2].

    And anyhow - explaining the difference at that part of the tutorial is not that easy, so I chose to omit it for the time being. But might introduce it later, along with "<<-" and "->>", probably after describing closures.

    [1]: https://github.com/cran/diptest/blob/master/R/dipTest.R#L37

    [2]: https://www.youtube.com/watch?v=88TftllIjaY&t=2101s

  • xlispstat

    Luke Tierney's Xlispstat statistical environment

  • On the other hand, if it were lispiness that was the issue, surely xlispstat would be the winner. I love xlispstat. I used it in grad school in the 1990s and even maintain the github repository https://github.com/jhbadger/xlispstat . But the fact is xlispstat never appealed to the general statistical community and R did.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Does anyone use vim for lisp dev?

    7 projects | /r/Common_Lisp | 8 Feb 2023
  • What is to go-to environment on Windows for Common LISP development?

    10 projects | /r/Common_Lisp | 15 Nov 2022
  • Show HN: PostgreSQL Sessions in Vim

    5 projects | news.ycombinator.com | 3 Nov 2022
  • What are some plugins for interactive programming in nvim-lua

    3 projects | /r/neovim | 24 Sep 2022
  • Is SLIME setup possible for Vim?

    5 projects | /r/lisp | 16 Aug 2022