Other packages > Find by keyword >

packager  

Create, Build and Maintain Packages
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("packager", "1.15.3")



Attach the package and use:
library("packager")
Maintained by
Andreas Dominik Cullmann
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-02-21
Latest Update: 2025-05-24
Description:
Helper functions for package creation, building and maintenance. Designed to work with a build system such as 'GNU make' or package 'fakemake' to help you to conditionally work through the stages of package development (such as spell checking, linting, testing, before building and checking a package).
How to cite:
Andreas Dominik Cullmann (2020). packager: Create, Build and Maintain Packages. R package version 1.15.3, https://cran.r-project.org/web/packages/packager. Accessed 05 Aug. 2026.
Previous versions and publish date:
(2026-07-09 06:38), 1.0.0 (2020-02-21 14:10), 1.1.0 (2020-03-13 20:00), 1.2.0 (2020-04-14 14:20), 1.2.1 (2020-04-25 20:50), 1.3.0 (2020-05-08 15:50), 1.4.0 (2020-08-24 10:30), 1.5.0 (2020-09-28 12:10), 1.6.0 (2020-11-05 06:10), 1.7.0 (2020-11-17 07:10), 1.8.0 (2020-12-02 14:00), 1.9.0 (2021-01-21 14:40), 1.10.0 (2021-01-29 14:50), 1.11.0 (2021-03-10 13:00), 1.11.1 (2021-03-21 00:20), 1.12.0 (2021-06-01 08:50), 1.13.0 (2021-08-02 19:20), 1.14.0 (2021-12-08 18:10), 1.15.0 (2023-06-19 00:30), 1.15.1 (2023-07-07 17:10), 1.15.2 (2023-08-16 14:52)
Other packages that cited packager R package
View packager citation profile
Other R packages that packager depends, imports, suggests or enhances
Complete documentation for packager
Functions, R codes and Examples using the packager R package
Some associated functions: add_github_url_to_desc . add_news . as.package . build_manual . check_archive . check_codetags . check_cyclomatic_complexity . check_news . check_usage . create . eval_from_log . extract_vignette_codes . get_check_status . get_gitlab_log . get_options . get_package_makelist . get_package_version . get_pkg_archive_path . git_add_commit . git_diff . git_tag . grep_log . infect . install_deps . is_r_package . is_version_sufficient . lint_package . mark_lints . packager-package . provide_cran_comments . provide_gitlab_url . provide_make . provide_news_rd . rcmdcheck_and_log . remove_lines . set_desc_url . set_options . set_package_info . sort_deps_in_desc . submit . throw . update_deps . use_bsd2clause_license . use_build_ignore . use_dev_version . use_directory . use_git_check_version_not_tagged . use_git_pre_commit_script . use_template . 
Some associated R codes: build_manual.R . checks.R . compare.R . convert_vignette.R . cran_comments.R . description.R . devtools.R . extract_vignette_code.R . fritools.R . git.R . git_hooks.R . gitlab.R . install_deps.R . internal.R . is_version_sufficient.R . lintr.R . lintr_modified.R . main.R . makelist.R . manual_helpers.R . news_rd.R . options.R . package_skeleton.R . package_version.R . packager-package.R . provide_zzz.R . rcmdcheck.R . remotes_modified.R . remove_lines.R . rhub.R . sort_deps_in_desc.R . submit.R . throw.R . tinytest.R . update_deps.R . upload_cran.R . use_dev_version.R . usethis.R . various.R . zzz.R .  Full packager package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

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  
noisyr  
Noise Quantification in High Throughput Sequencing Output
Quantifies and removes technical noise from high-throughput sequencing data. Two approaches are use ...
Download / Learn more Package Citations See dependency  
dhReg  
Dynamic Harmonic Regression
Building and forecasting time series data with multiple seasonality using Dynamic Harmonic Regressio ...
Download / Learn more Package Citations See dependency  
dcov  
A Fast Implementation of Distance Covariance
Efficient methods for computing distance covariance and relevant statistics. See Sz ...
Download / Learn more Package Citations See dependency  
kernelPSI  
Post-Selection Inference for Nonlinear Variable Selection
Different post-selection inference strategies for kernelselection as described in kernelPSI a Post-S ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

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