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]
All associated links for this package
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 06 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
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  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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