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.1.0")



Attach the package and use:
library("usethis")
Maintained by
Jennifer Bryan
[Scholar Profile | Author Map]
First Published: 2017-10-22
Latest Update: 2024-02-19
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.1.0, https://cran.r-project.org/web/packages/usethis. Accessed 29 Mar. 2025.
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)
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for usethis3000400050006000700080009000100001100012000TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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