gargle has seen a lot of development over the past two years and five releases: cache relocation, credential rolling, a new auth method, an improved user interface, better verbosity control, and retries
This version provides much improved labelled_spss() support, improved date-time handling, the latest ReadStat, and a bunch of other small improvements
Introducing, clock, a new package for working with date-times
Bayesian comparisons of models using resampled statistics
The latest version of rvest brings new tools for extracting text, a radically improved html_table(), and a bunch of interface changes to better align rvest with the rest of the tidyverse
We’ve recently released a bunch of improvements to dplyr backends. multidplyr, which allows you to spread work across multiple cores, is now on CRAN. dtplyr adds translations for dplyr 1.0.0 and fixes many bugs. dbplyr 2.1.0 adds translations for many tidyr verbs, gains an author, and has improved across() translations
Minor release with major performance improvements for across() and two new functions if_any() and if_all()
A new version of corrr features noteworthy improvements
Explore correlations in R
A new version of the magrittr package brings laziness, better performance, and leaner backtraces for debugging errors
R interface to TensorFlow Datasets API
dbplyr 2.0.0 adds missing features from dplyr 1.0.0, numerous improvements to SQL translation (including new Amazon Redshift and SAP HANA backends), and an improved system for extending dbplyr to work with other databases
furrr 0.2.0 is now on CRAN!
The newest release of readr brings improved argument consistency, better messages and more flexible output options
The newest release of broom features many new tidier methods, bug fixes, and improvements to internal consistency
Sparklyr 1.3 is now available, featuring integration of Spark higher-order functions, and data import/export in Avro and in user-defined serialization formats
Extra recipes for predictor embeddings
haven now uses vctrs which means labelled classes will be preserved in tidyr and dplyr operation
dplyr 1.0.0 is now available from CRAN!
tidyr 1.1.0 includes a bunch of quality of life improvements, particularly for pivoting and rectangling
sparklyr 1.2: foreach parallel backend, Databricks Connect support, and Spark 3.0 compatibility
Learn about two last-minute additions to dplyr 1.0.0: a chattier summarise() with more options for controlling grouping of output, and new row manipulation functions inspired by SQL
dplyr now makes heavy use of vctrs behind the scenes. This brings with it greater consistency and (hopefully!) more useful error messages
rowwise() has been renewed and revamped to make it easier to perform operations row-by-row. This makes it much easier to solve problems that previously required lapply(), map(), or friends
A new across() function makes it much easier to apply the same operation to multiple columns. It supersedes the _if(), _at(), and _all() function variants
select() and rename() can now select by position, name, function of name, type, and any combination thereof. A new relocate() function makes it easy to change the position of columns
In summarise(), a single summary expression can now create both multiple rows and multiple columns. This significantly increases its power and flexibility
This post focusses on the idea of the “function lifecycle” which helps you understand where functions in dplyr are going. Particularly important is the idea of a “superseded” function. A superseded function is not going away, but we no longer recommend using it in new code
Extra recipes steps for dealing with unbalanced data
Glue strings to data in R. Small, fast, dependency free interpreted string literals
Sliding Window Functions
sparklyr 1.1: Delta Lake support, Spark 3.0 preview, and barrier execution for deep learning
Non-invasive pretty printing of R code
sparklyr 1.0: Apache Arrow for faster data transfers, XGBoost models, broom integration, and TFRecords
sparklyr 0.9: Spark structured streams for real-time data processing and Kubernetes cluster support
Convert statistical analysis objects from R into tidy format
An alternative conflict resolution strategy for R
sparklyr 0.8: production ML pipelines with mleap export and graph analysis with graphframes
Format columns with colour
RStudio partners with Ursa Labs to build a cross-language data science runtime powered by Apache Arrow
The first release of googledrive is now on CRAN. Operate on Google Drive files from R
sparklyr 0.6: distributed R with spark_apply() and external data source connections
haven 1.1.0: SAS transport files, cols_only for selective reading, and bug fixes
dbplyr 1.1.0: database backends now work directly with DBI connections and feature improved SQL translation
bigrquery 0.4.0: query Google BigQuery with DBI and dplyr backends, now with full datetime support
dplyr 0.7.0: tidy evaluation for programming with dplyr, new datasets, and improved encoding support
readxl 1.0.0: target specific cells for reading Excel files plus new logical and list column types
dplyr 0.6.0 preview: database changes with dbplyr, CJK encoding support, and tidy evaluation
Tidyverse package updates: forcats 0.2.0, readr 1.1.0, stringr 1.2.0, and tibble 1.3.0
xml2 1.1.1 adds tools for creating and modifying XML, improved list conversion, and XML validation support
Bindings to libxml2
sparklyr 0.5 extends dplyr with do() and n_distinct(), adds experimental Livy support for remote Spark connections
haven 1.0.0 reads and writes SAS, SPSS, and Stata files with improved missing value and date/time support
Preview of ggplot2 2.2.0 with subtitles, captions, facet rewrites, theme improvements, and better stacking
Introducing sparklyr: use dplyr syntax to manipulate Spark data and run distributed machine learning from R
The tidyverse package installs and loads core tidyverse packages (ggplot2, dplyr, tidyr, readr, purrr, tibble) in one command
lubridate 1.6.0 adds flexible period/duration parsing from strings and date rounding with unit multipliers
Introducing forcats: tools for working with factors including fct_recode(), fct_lump(), and fct_reorder()
tibble 1.2.0 adds add_column(), improves add_row() with position control, and renames frame_data() to tribble()
Try adjusting your filters or search query.