Other packages > Find by keyword >

tidyverse  

Easily Install and Load the 'Tidyverse'
View on CRAN: Click here


Download and install tidyverse package within the R console
Install from CRAN:
install.packages("tidyverse")

Install from Github:
library("remotes")
install_github("cran/tidyverse")

Install by package version:
library("remotes")
install_version("tidyverse", "2.0.0")



Attach the package and use:
library("tidyverse")
Maintained by
Hadley Wickham
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-09-09
Latest Update: 2023-02-22
Description:
The 'tidyverse' is a set of packages that work in harmony because they share common data representations and 'API' design. This package is designed to make it easy to install and load multiple 'tidyverse' packages in a single step. Learn more about the 'tidyverse' at <https://www.tidyverse.org>.
How to cite:
Hadley Wickham (2016). tidyverse: Easily Install and Load the 'Tidyverse'. R package version 2.0.0, https://cran.r-project.org/web/packages/tidyverse
Previous versions and publish date:
1.0.0 (2016-09-09 18:07), 1.1.0 (2017-01-20 10:49), 1.1.1 (2017-01-27 18:47), 1.2.0 (2017-11-07 23:51), 1.2.1 (2017-11-14 19:09), 1.3.0 (2019-11-21 06:30), 1.3.1 (2021-04-15 15:20), 1.3.2 (2022-07-18 10:50)
Other packages that cited tidyverse R package
View tidyverse citation profile
Other R packages that tidyverse depends, imports, suggests or enhances
Functions, R codes and Examples using the tidyverse R package
Some associated functions: tidyverse-package . tidyverse_conflicts . tidyverse_deps . tidyverse_logo . tidyverse_packages . tidyverse_sitrep . tidyverse_update . 
Some associated R codes: attach.R . conflicts.R . emails.R . logo.R . tidyverse.R . update.R . utils.R . zzz.R .  Full tidyverse package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
bootSVD  
Fast, Exact Bootstrap Principal Component Analysis for High Dimensional Data
Implements fast, exact bootstrap Principal Component Analysis and Singular Value Decompositions for ...
Download / Learn more Package Citations See dependency  
plsRbeta  
Partial Least Squares Regression for Beta Regression Models
Provides Partial least squares Regression for (weighted) beta regression models (Bertrand 2013,< ...
Download / Learn more Package Citations See dependency  
seismic  
Predict Information Cascade by Self-Exciting Point Process
An implementation of self-exciting point process model for information cascades, which occurs when m ...
Download / Learn more Package Citations See dependency  
nlstac  
An R Package for Fitting Separable Nonlinear Models
Set of functions implementing the algorithm described in Fernandez Torvisco et al. (2018) for fitti ...
Download / Learn more Package Citations See dependency  
odpc  
One-Sided Dynamic Principal Components
Functions to compute the one-sided dynamic principal components ('odpc') introduced in Pe ...
Download / Learn more Package Citations See dependency  

22,030

R Packages

186,816

Dependencies

55,244

Author Associations

22,031

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns