R Weekly 2021-W42 VSCode, rpp, fill region between ggplot2 lines
This week’s release was curated by Ryo Nakagawara, with help from the R Weekly team members and contributors.
Highlight
Insights
R in the Real World
Resources
New Packages
CRAN
-
{gslnls} 1.0.0: Nonlinear least-squares optimization with the GNU Scientific Library in R.
-
{lmForc} 0.0.1: R package for evaluating linear forecasting models.
-
{cartogramR} 1.0-3: Continuous Cartogram.
GitHub or Bitbucket
- {defmacro} 0.0.0.9000: Load time R package macros.
Updated Packages
-
{proceduralnames} 0.2.1: Several Methods for Procedural Name Generation.
-
{zonal} 0.0.1: Fast, accurate zonal statistics for “big” categorical and continuous data.
-
{nfl4th} 1.0.0: Functions to Calculate Optimal Fourth Down Decisions in the National Football League.
-
{gtsummary} 1.4.2: Presentation-Ready Data Summary and Analytic Result Tables.
-
{dm} 0.2.5: Relational Data Models.
-
{igraph} 1.2.7: Network Analysis and Visualization.
-
{hockeyR} 0.1.1: Collect and Clean Hockey Stats.
-
{distill} 1.3: ‘R Markdown’ Format for Scientific and Technical Writing.
-
{systemfonts} 1.0.3: System Native Font Finding.
-
{tidygeocoder} 1.0.4: Geocoding Made Easy.
-
{usethis} 2.1.0: Automate Package and Project Setup.
-
{rvest} 1.0.2: Easily Harvest (Scrape) Web Pages.
-
{prismatic} 1.1.0: Manipulate and visualize colors in a intuitive, low-dependency and functional way.
Videos and Podcasts
Shiny Apps
Tutorials
R Project Updates
Updates from R Core:
Upcoming Events in 3 Months
Events in 3 Months:
-
October 30: 95th Tokyo.R User Meetup
-
November 2-4: R/Pharma Conference 2021
Call for Participation
Quotes of the Week
Favorite #rmarkdown trick I’ve learned recently: in your chunk options, eval does not have to equal just TRUE or FALSE. You can set it to a Boolean variable of your own creation, meaning chunks can be evaluated on a conditional basis, depending on what’s in your data 🎉
— Meghan Hall (@MeghanMHall) October 14, 2021
Husband surprised me with a new license plate when he renewed our car’s registration 😆 #rstats pic.twitter.com/HosfddRpvR
— Rebecca Janis (@rbjanis5) October 14, 2021
Little #RStats function I use when I quickly need to open the result of various %>% operations in Excel
— Bruno Rodrigues (@brodriguesco) October 11, 2021
as in : mtcars %>% filter(am == 1) %>% show_in_excel() pic.twitter.com/HfJm9jOxVu