Other packages > Find by keyword >

rcompendium  

Create a Package or Research Compendium Structure
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("rcompendium", "1.4")



Attach the package and use:
library("rcompendium")
Maintained by
Nicolas Casajus
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-03-24
Latest Update: 2025-09-03
Description:
Makes easier the creation of R package or research compendium (i.e. a predefined files/folders structure) so that users can focus on the code/analysis instead of wasting time organizing files. A full ready-to-work structure is set up with some additional features: version control, remote repository creation, CI/CD configuration (check package integrity under several OS, test code with 'testthat', and build and deploy website using 'pkgdown'). This package heavily relies on the R packages 'devtools' and 'usethis' and follows recommendations made by Wickham H. (2015) and Marwick B. et al. (2018) .
How to cite:
Nicolas Casajus (2021). rcompendium: Create a Package or Research Compendium Structure. R package version 1.4, https://cran.r-project.org/web/packages/rcompendium. Accessed 04 Jun. 2026.
Previous versions and publish date:
0.5.1 (2021-03-24 11:20), 1.0 (2022-04-06 09:40), 1.1 (2023-04-24 16:20), 1.2 (2023-10-24 12:20), 1.3 (2023-10-26 16:20)
Other packages that cited rcompendium R package
View rcompendium citation profile
Other R packages that rcompendium depends, imports, suggests or enhances
Complete documentation for rcompendium
Functions, R codes and Examples using the rcompendium R package
Some associated functions: add_citation . add_code_of_conduct . add_codecov_badge . add_compendium . add_contributing . add_cran_badge . add_dependencies . add_dependencies_badge . add_description . add_dockerfile . add_github_actions_check . add_github_actions_check_badge . add_github_actions_citation . add_github_actions_codecov . add_github_actions_codecov_badge . add_github_actions_document . add_github_actions_pkgdown . add_github_actions_pkgdown_badge . add_github_actions_render . add_license . add_license_badge . add_lifecycle_badge . add_makefile . add_package_doc . add_r_depend . add_readme_rmd . add_renv . add_repostatus_badge . add_testthat . add_to_buildignore . add_to_gitignore . add_vignette . get_all_dependencies . get_all_functions . get_licenses . get_minimal_r_version . new_compendium . new_package . rcompendium-package . refresh . set_credentials . 
Some associated R codes: add_citation.R . add_code_of_conduct.R . add_codecov_badge.R . add_compendium.R . add_contributing.R . add_cran_badge.R . add_dependencies.R . add_dependencies_badge.R . add_description.R . add_dockerfile.R . add_github_actions_check.R . add_github_actions_check_badge.R . add_github_actions_citation.R . add_github_actions_codecov.R . add_github_actions_codecov_badge.R . add_github_actions_document.R . add_github_actions_pkgdown.R . add_github_actions_pkgdown_badge.R . add_github_actions_render.R . add_license.R . add_license_badge.R . add_lifecycle_badge.R . add_makefile.R . add_package_doc.R . add_r_depend.R . add_readme_rmd.R . add_renv.R . add_repostatus_badge.R . add_testthat.R . add_to_buildignore.R . add_to_gitignore.R . add_vignette.R . get_all_dependencies.R . get_all_functions.R . get_licenses.R . get_minimal_r_version.R . new_compendium.R . new_package.R . rcompendium-package.R . refresh.R . set_credentials.R . utils-checks.R . utils-deps.R . utils-gh.R . utils-io.R . utils-sys.R .  Full rcompendium 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  
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  
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  
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  
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  
AMPLE  
Shiny Apps to Support Capacity Building on Harvest Control Rules
Three Shiny apps are provided that introduce Harvest Control Rules (HCR) for fisheries management. ...
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