vscode-R
R Extension for Visual Studio Code (by REditorSupport)
fasteR
Fast Lane to Learning R! (by matloff)
vscode-R | fasteR | |
---|---|---|
13 | 22 | |
1,107 | 1,049 | |
1.2% | 1.7% | |
5.2 | 7.1 | |
8 days ago | 9 months ago | |
TypeScript | R | |
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vscode-R
Posts with mentions or reviews of vscode-R.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-03-20.
-
RStudio: Integrated development environment (IDE) for R
Oh - nice, thanks - so it looks like the interactive window is also possible, but not (yet) 'properly'/'officially' supported
https://github.com/REditorSupport/vscode-R/issues/1412
-
how i can make httpgd to open Histogram on web browser
See here.
-
Rgui or Rstudio? And why is my Rgui blurry?
That one covers most of it but the fuller wiki is here - which is linked in that one. Often, for open source software, it’s worth looking at the GitHub/GitLab pages for documentation / links to documentation.
-
Rmarkdown pointing to the wrong Latex / Miktex install -- can't even render the default page
Nothing worked, even setting env variables etc and even setting the knit command as stated in this thread in the VSCode settings: Cannot find pandoc VSCode knit
-
Anyone use VS code as their IDE?
R works very well in vscode using the vscode-r extension.
-
Laptop fan go whirrrr
If you haven't used it recently, the R VSCode extention is at a state now where's it's much faster and performant than VS Code, especially with the radian addon as noted in the repo.
-
Questions about Using R and RMarkdown in VS Code- viewing large data frames and auto preview
I'm not an RMarkdown user, but I do know that almost all of my R in VSCode setup came from following the advice of RenKun, and one of his more recent blog posts on his recommended extensions for running R in VSCode included Live Preview as an alternative way for rendering large RMarkdown files in VSCode. See also here.
-
what's the formatti learn for (advanced) presentations in 2022? Xaringan? Beamer? something else?
I would give vscode with the R extension a go sometime if you fancy trying something other than vim (but if you're happy with vim just be happy with vim!).
-
Resources to help run R on Atom IDE
Personally I would look to vscode with the vscode-r extension. It’s really nice and one of its reasons for existence is making it easier to work with R instances on a server. See here.
-
Running R in VS
Everybody uses the Yuki Ueda extension, so just go here and follow the installation instructions for your operating system.
fasteR
Posts with mentions or reviews of fasteR.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-07.
- Matloff/fasteR: Fast Lane to Learning R (2019)
-
Anyone know which pod where Eric and Greg talked about R and SPSS?
The good/bad news is that R has become so popular that there is a overabundance of resources you can use to learn it. Here are a few that helped me get started (though they may be dated at this point, ymmv): [1] [2] [3] [4] [5].
-
Where to learn R?
Start with fasteR, then move to Hands on Programming with R and R for Data Science. There is considerable overlap in the early chapters so don’t be afraid to skip parts. If you want to know more about the nuts and bolts of R then try Advanced R.
-
Help Please !
This tutorial is very good for starters. As is this book.
-
Book suggestion for R beginner in college? Using Tidyverse DPLYR etc.
If you’re sure you need to be focussed on tidyverse then the seminal text would be R for Data Science. If you want even more basics than that then I would start with this link, and a book like Hands on Programming with R.
-
STA Courses Programming in Python?
I’m taking a special topic ECS course and we use R here the profs quick start course https://github.com/matloff/fasteR
-
Would love your college course PowerPoints on how to use R Studio
Recently I’ve favoured recommending this as one of the best ways to get up to speed with the main basics as quickly as possible. But be prepared that this really is just the start, and you will need to follow the recommendations here or elsewhere for further learning.
-
Rgui or Rstudio? And why is my Rgui blurry?
Check out his free course on GitHub where you'll see he walks you through getting right into learning R, keeping things simple by using the R Gui command line: https://github.com/matloff/fasteR
-
Programming (Stata, R & Python)
For R - the free book "R for Data Science", https://github.com/matloff/fasteR , and the data.table vignettes (I personally prefer using data.table than tidyverse, although there are some useful functions in tidyverse)
- Resources for learning R?
What are some alternatives?
When comparing vscode-R and fasteR you can also consider the following projects:
RStudio Server - RStudio is an integrated development environment (IDE) for R
r4ds - R for data science: a book
embedme - Utility for embedding code snippets into markdown documents
swirl - :cyclone: Learn R, in R.
gitignore-ultimate-vscode - VSCode extension that allows to speed up the drafting of .gitignore files.
R-vs.-Python-for-Data-Science