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) <ISBN:9781491910597> and Marwick B. et al. (2018) <doi:10.7287/peerj.preprints.3192v2>.
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
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
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

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  
Deriv  
Symbolic Differentiation
R-based solution for symbolic differentiation. It admits user-defined function as well as function s ...
Download / Learn more Package Citations See dependency  
bulletr  
Algorithms for Matching Bullet Lands
Analyze bullet lands using nonparametric methods. We provide a reading routine for x3p files (see &l ...
Download / Learn more Package Citations See dependency  
buildr  
Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that ...
Download / Learn more Package Citations See dependency  
lgarch  
Simulation and Estimation of Log-GARCH Models
Simulation and estimation of univariate and multivariate log-GARCH models. The main functions of the ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns