httr 1.2.0 adds RETRY() for unreliable APIs with exponential backoff, and fixes POST redirect issues
dplyr 0.5.0 adds coalesce(), if_else(), case_when(), recode(), and the summarise_all/at/if family of functions
tidyr 0.5.0 adds separate_rows() for delimiter-separated values, plus sep arguments for spread() and unnest()
Introducing Feather: a fast binary file format for data frames that works in both R and Python, built on Apache Arrow
Introducing the tibble package: modern data frames with better printing, stricter subsetting, and no string-to-factor conversion
ggplot2 2.1.0 fixes bugs from 2.0.0 with better histogram binning, consistent argument ordering, and alpha behavior
tidyr 0.4.0 introduces nested data frames with nest()/unnest() and complete() for making implicit missing values explicit
httr 1.0.0 switches from RCurl to curl for reliability; 1.1.0 improves error messages and OAuth support
purrr 0.2.0 adds type-stable map functions (map_lgl/int/dbl/chr), flatten variants, and safely() for error handling
readr 0.2.0 adds locales for international data (encodings, date formats, decimal marks), comment support, and CSV/TSV writers
Introducing purrr: functional programming tools for R with map functions, formula shortcuts for anonymous functions, and list manipulation
rvest 0.3.0 switches to xml2 for better performance and no memory leaks. html() becomes read_html(), html_tag() becomes html_name()
tidyr 0.3.0 adds fill() for carrying forward values, replace_na(), complete() for missing combinations, and unnest() for list columns
dplyr 0.4.3 fixes mutate() crashes, improves non-ASCII column support, shows column types when printing, and adds bind_rows(.id)
stringr 1.0.0 is now powered by stringi for faster performance and better unicode. Adds str_subset(), boundary(), and locale-aware sorting
xml2 wraps libxml2 for easy XML/HTML parsing in R: navigate trees, extract nodes with XPath, and handle namespaces
readxl reads both.xls and.xlsx files with no external dependencies. Fast, handles dates, and auto-drops blank columns
Introducing readr: read CSV, TSV, and fixed-width files 10x faster than base R, with automatic type detection and no stringsAsFactors
haven reads SAS, SPSS, and Stata files into R, including SAS7BDAT and Stata 13 formats, with labelled variable support
Legacy DBI interface for MySQL
Epoch.com sponsors RMySQL development, enabling improved build systems and CRAN binaries for all platforms
RMySQL 0.10.0 adds CRAN binaries for Windows/Mac, transaction support, and DBI 0.3 compatibility
dplyr 0.4.0 adds full SQL-style joins, bind_rows/bind_cols, data_frame(), list-columns, and improved printing
httr 0.6.0 adds handle_reset(), streaming with write_stream(), custom HTTP verbs, and Google OAuth2 service accounts
tidyr 0.2.0 adds expand() for filling missing combinations, unnest() for list-columns, and better separate() control
magrittr 1.5 adds functional sequences (define functions with pipes), lambda syntax with braces, and %T>%, %$%, %<>% operators
Introducing rvest: scrape web data with CSS selectors or XPath, extract text/tables, and navigate sites with sessions
RSQLite 1.0.0 cleans up the API, adds initExtension() for useful functions, and improves transaction handling
R interface for SQLite
dplyr 0.3 adds distinct(), slice(), rename(), transmute(), count(), data_frame(), flexible joins, and set operations
Progress bar in your R terminal
httr 0.5 adds write_disk() to save response bodies directly to disk, plus preliminary HTTP caching support
httr 0.4 adds quick start and API package vignettes, headers()/cookies() extractors, encode argument, and progress bars
Four new data packages: babynames, fueleconomy, nasaweather, and nycflights13—large datasets for learning data analysis
Introducing tidyr: reshape messy data with gather() (wide to long), separate() (split columns), and spread() (long to wide)
dplyr 0.2 imports %>% from magrittr, overhauls do() for list-columns, and adds sample_n(), summarise_each(), glimpse()
reshape2 1.4 gets a C++ melt() for 10x speedup. Also: Kevin Ushey joins RStudio
httr 0.3 overhauls OAuth with caching and improved authentication. Query web APIs easily from R
dplyr 0.1.3 fixes Rcpp compatibility and several bugs that caused R crashes
dplyr 0.1.2 improves select() with starts_with(), ends_with(), contains(), and named arguments for renaming
dplyr 0.1.1 fixes crash bugs, adds sort argument to tally(), and renames explain_tbl() to explain()
dplyr: a new package for fast data manipulation with a consistent API that works on local data frames and remote databases
ggplot2 0.9.3 fixes bugs and adds stat warnings; plyr 1.8 brings sequential summarise() and.paropts
httr 0.2: an easier way to work with web APIs, with HTTP verbs, OAuth 1.0/2.0, and automatic cookie handling
lubridate 1.2.0 is 50x faster at parsing dates, adds stamp() for custom formatting, and %m+% for safe month math
Variable assignment with zeal! (or multiple, unpacking, and destructuring assignment in R)
Boilerplate Code for tidymodels
Tidyverse activity dashboard
A pkgdown template for core tidyverse packages
Tidyverse developer day
The tidyverse style guide for R code
R interface for XGBoost on Spark
rstudio::conf(2022, “program”)
A guide to some of the most useful R Packages that we know about
Simple Arrays
A DBI-compliant interface to PostgreSQL
An R interface to MariaDB
Tidy output from regular expression matches
Try adjusting your filters or search query.