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



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: 2023-08-16
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.2, https://cran.r-project.org/web/packages/packager. Accessed 22 Dec. 2024.
Previous versions and publish date:
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
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