Posts by Kevin Ushey
Author: Kevin Ushey
RStudio v1.4 Preview: Python Support
Feed: R-bloggers. Author: Kevin Ushey. [This article was first published on RStudio Blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. Last week, we introduced RStudio’s new visual markdown editor. Today, we’re excited to introduce some of the expanded support for Python in the next release of RStudio. Python Support The RStudio 1.4 release introduces a number of features that will further improve the Python editing experience in RStudio: The default Python interpreter ... Read More
RStudio 1.3 Preview: Integrated Tutorials
Feed: R-bloggers. Author: Kevin Ushey. [This article was first published on RStudio Blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. This blog post is part of a series on new features in RStudio 1.3, currently available as a preview release. We’re excited to announce that RStudio v1.3 will gain a newly-minted pane: the Tutorial pane, used to host tutorials powered by the learnr package. The learnr package makes it easy to turn ... Read More
reticulate 1.14
Feed: R-bloggers. Author: Kevin Ushey. [This article was first published on RStudio Blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. We’re excited to announce that reticulate 1.14 is now available on CRAN! You can install it with: install.packages("reticulate") With this release, we are introducing a major new feature: reticulate can now automatically configure a Python environment for the user, in coordination with any loaded R packages that depend on reticulate. This means ... Read More
renv: Project Environments for R
Feed: R-bloggers. Author: Kevin Ushey. [This article was first published on RStudio Blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. We’re excited to announce that renv is now available on CRAN! You can install renv with: install.packages("renv") renv is an R dependency manager. Use renv to make your projects more: Isolated: Each project gets its own library of R packages, so you can feel free to upgrade and change package versions in ... Read More
Recent Comments