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



Attach the package and use:
library("rcompendium")
Maintained by
Nicolas Casajus
[Scholar Profile | Author Map]
First Published: 2021-03-24
Latest Update: 2023-04-24
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.3, https://cran.r-project.org/web/packages/rcompendium. Accessed 09 Apr. 2025.
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)
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
03/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/08Downloads for rcompendium01020304050607080TrendBars

Today's Hot Picks in Authors and Packages

MultSurvTests  
Permutation Tests for Multivariate Survival Analysis
Multivariate version of the two-sample Gehan and logrank tests, as described in L.J Wei & J.M Lachin ...
Download / Learn more Package Citations See dependency  
cvmdisc  
Cramer von Mises Tests for Discrete or Grouped Distributions
Implements Cramer-von Mises Statistics for testing fit to (1) fully specified discrete distributions ...
Download / Learn more Package Citations See dependency  
multitaper  
Spectral Analysis Tools using the Multitaper Method
Implements multitaper spectral analysis using discrete prolate spheroidal sequences (Slepians) and s ...
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  
prettyglm  
Pretty Summaries of Generalized Linear Model Coefficients
One of the main advantages of using Generalised Linear Models is their interpretability. The goal ...
Download / Learn more Package Citations See dependency  
mmb  
Arbitrary Dependency Mixed Multivariate Bayesian Models
Supports Bayesian models with full and partial (hence arbitrary) dependencies between random variab ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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