Other packages > Find by keyword >

usethis  

Automate Package and Project Setup
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("usethis", "3.2.1")



Attach the package and use:
library("usethis")
Maintained by
Jennifer Bryan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-10-22
Latest Update: 2024-11-26
Description:
Automate package and project setup tasks that are otherwise performed manually. This includes setting up unit testing, test coverage, continuous integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio' projects, and more.
How to cite:
Jennifer Bryan (2017). usethis: Automate Package and Project Setup. R package version 3.2.1, https://cran.r-project.org/web/packages/usethis. Accessed 04 Jun. 2026.
Previous versions and publish date:
1.0.0 (2017-10-22 19:36), 1.1.0 (2017-11-17 23:52), 1.2.0 (2018-01-19 19:23), 1.3.0 (2018-02-24 22:53), 1.4.0 (2018-08-14 14:10), 1.5.0 (2019-04-07 12:50), 1.5.1 (2019-07-04 13:00), 1.6.0 (2020-04-09 06:50), 1.6.1 (2020-04-29 07:50), 1.6.3 (2020-09-17 19:00), 2.0.0 (2020-12-10 10:00), 2.0.1 (2021-02-10 11:40), 2.1.0 (2021-10-17 01:30), 2.1.2 (2021-10-25 09:30), 2.1.3 (2021-10-27 17:00), 2.1.5 (2021-12-10 00:00), 2.1.6 (2022-05-25 22:50), 2.2.0 (2023-06-06 11:30), 2.2.1 (2023-06-24 01:50), 2.2.2 (2023-07-06 02:20), 2.2.3 (2024-02-19 17:00), 3.0.0 (2024-07-29 09:20), 3.1.0 (2024-11-26 11:20), 3.2.0 (2025-08-28 06:00)
Other packages that cited usethis R package
View usethis citation profile
Other R packages that usethis depends, imports, suggests or enhances
Complete documentation for usethis
Functions, R codes and Examples using the usethis R package
Some associated functions: badges . browse-this . browse_github_token . create_from_github . create_package . edit . edit_file . git-default-branch . git_credentials . git_protocol . git_sitrep . git_vaccinate . github-token . issue-this . licenses . pr_pull_upstream . proj_activate . proj_sitrep . proj_utils . pull-requests . rename_files . rprofile-helper . tidyverse . ui-questions . ui . use_addin . use_author . use_blank_slate . use_build_ignore . use_citation . use_code_of_conduct . use_course_details . use_coverage . use_cpp11 . use_cran_comments . use_data . use_data_table . use_description . use_directory . use_git . use_git_config . use_git_hook . use_git_ignore . use_git_remote . use_github . use_github_action . use_github_actions . use_github_actions_badge . use_github_file . use_github_labels . use_github_links . use_github_pages . use_github_release . use_gitlab_ci . use_import_from . use_jenkins . use_latest_dependencies . use_lifecycle . use_logo . use_make . use_namespace . use_news_md . use_package . use_package_doc . use_pipe . use_pkgdown . use_r . use_rcpp . use_readme_rmd . use_release_issue . use_revdep . use_rmarkdown_template . use_roxygen_md . use_rstudio . use_rstudio_preferences . use_spell_check . use_standalone . use_template . use_testthat . use_tibble . use_tidy_labels . use_tidy_thanks . use_travis . use_tutorial . use_upkeep_issue . use_version . use_vignette . usethis-package . usethis_options . write-this . zip-utils . 
Some associated R codes: addin.R . author.R . badge.R . block.R . browse.R . ci.R . citation.R . code-of-conduct.R . course.R . coverage.R . cpp11.R . cran.R . create.R . data-table.R . data.R . description.R . directory.R . documentation.R . edit.R . git-default-branch.R . git.R . github-actions.R . github-labels.R . github-pages.R . github.R . github_token.R . helpers.R . ignore.R . import-standalone-obj-type.R . import-standalone-types-check.R . issue.R . jenkins.R . latest-dependencies.R . license.R . lifecycle.R . line-ending.R . logo.R . make.R . namespace.R . news.R . package.R . pipe.R . pkgdown.R . pr.R . proj-desc.R . proj.R . r.R . rcpp.R . readme.R . release.R . rename-files.R . revdep.R . rmarkdown.R . roxygen.R . rprofile.R . rstudio.R . sitrep.R . spelling.R . template.R . test.R . tibble.R . tidyverse.R . tutorial.R . ui.R . upkeep.R . use-compat-file.R . use_github_file.R . use_import_from.R . use_standalone.R . usethis-defunct.R . usethis-package.R . utils-gh.R . utils-git.R . utils-github.R . utils-glue.R . utils-rematch2.R . utils-roxygen.R . utils-ui.R . utils.R . version.R . vignette.R . vscode.R . write.R .  Full usethis package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

golem  
A Framework for Robust Shiny Applications
An opinionated framework for building a production-ready 'Shiny' application. This package contains ...
Download / Learn more Package Citations See dependency  
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  
shinybusy  
Busy Indicators and Notifications for 'Shiny' Applications
Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the ...
Download / Learn more Package Citations See dependency  
murphydiagram  
Murphy Diagrams for Forecast Comparisons
Data and code for the paper by Ehm, Gneiting, Jordan and Krueger ('Of Quantiles and Expectiles: Con ...
Download / Learn more Package Citations See dependency  
phers  
Calculate Phenotype Risk Scores
Use phenotype risk scores based on linked clinical and genetic data to study Mendelian disease and ...
Download / Learn more Package Citations See dependency  
crplyr  
A 'dplyr' Interface for Crunch
In order to facilitate analysis of datasets hosted on the Crunch data platform ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA