this post was submitted on 12 Jun 2023
10 points (100.0% liked)
R Programming
267 readers
1 users here now
Please use this as a forum to discuss R, and learn more about it. If you have any questions about how to do specific things in R, this is the place to ask.
Getting Started
You can download R here.
You can download RStudio here. RStudio IDE, which is supported by Posit PBC, is a powerful and well-developed IDE for R. Other development environment options include Emacs addon Emacs Speak Statistics and VSCode.
Other Communities
Other communities that may be of interest across the fediverse:
- https://lemmy.ml/c/rstats
- https://lemmy.ml/c/dataisbeautiful
- https://lemmy.world/c/dataisbeautiful
- https://code4lib.net/c/datascience
- https://discuss.tchncs.de/c/data_engineering
Please send @a_statistician a message to recommend additional communities to add to this list.
Learning resources:
- R for Data Science - a good introductory book for learning R. Start here if you're overwhelmed.
- Big Book of R - collection of more than 500 online books/tutorials covering various aspects of R. Some links are to paid books with previews, but most links are to free online textbooks.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm @MalditoBarbudo, a data scientist at an ecology and forestry research center.
I've been using R for 14 years, starting as an user and ending as a developer. I've done also some python, sql and web development (html, js and css).
I prefer tidyverse, it fit perfectly with my mental logic, but I reckon that sometimes data.table is needed (but in that case dtplyr comes to help!).
I maintain several packages (
sapfluxnetr
,meteospain
...) and collaborate in others (meteoland
,medfate
...). I also maintain a web with several shiny apps for forest data visualization (LFC).My favourite obscure package changes every week or so, but if I have to choose one, lately I've been playing with
rayshader
, trying to create nice 3d map plots.