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 21 Dec. 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

helda  
Preprocess Data and Get Better Insights from Machine Learning Models
The main focus is on preprocessing and data visualization of machine learning models performances.So ...
Download / Learn more Package Citations See dependency  
SEIRfansy  
Extended Susceptible-Exposed-Infected-Recovery Model
Extended Susceptible-Exposed-Infected-Recovery Model for handling high false negative rate and symp ...
Download / Learn more Package Citations See dependency  
batteryreduction  
An R Package for Data Reduction by Battery Reduction
Battery reduction is a method used in data reduction. It uses Gram-Schmidt orthogonal rotations to f ...
Download / Learn more Package Citations See dependency  
condGEE  
Parameter Estimation in Conditional GEE for Recurrent Event Gap Times
Solves for the mean parameters, the variance parameter, and their asymptotic variance in a condition ...
Download / Learn more Package Citations See dependency  
CIFsmry  
Weighted summary of cumulative incidence functions
Estimate of cumulative incidence function in two samples. Provide weighted summary statistics based ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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