packager
Create, Build and Maintain Packages
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).
README
[](https://gitlab.com/{{{ git_user }}}/{{{ package }}}/-/commits/master)
[](https://gitlab.com/{{{ git_user }}}/{{{ package }}}/-/commits/master)
<!--
[](https://travis-ci.org/{{{ git_user }}}/{{{ package }}})
[](https://codecov.io/github/{{{ git_user }}}/{{{ package }}}?branch=master)
-->
[](https://cran.r-project.org/package={{{ package }}})
[](https://cran.r-project.org/package={{{ package }}})
[](https://cran.r-project.org/package={{{ package }}})
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# {{{ package }}}
## Introduction
Please read the
[vignette](https://{{{ git_user }}}.gitlab.io/{{{ package }}}/doc/An_Introduction_to_{{{ package }}}.html).
<!--
[vignette](https://CRAN.R-project.org/package={{{ package }}}/vignettes/An_Introduction_to_{{{ package }}}.html).
-->
Or, after installation, the help page:
```{r, eval = FALSE}
help("{{{ package }}}-package", package = "{{{ package }}}")
```
```{r, echo = FALSE}
# insert developement page
help_file <- file.path("man", "{{{ package }}}-package.Rd")
captured <- gsub('_\b', '', capture.output(tools:::Rd2txt(help_file) ))
cat(captured, sep = "\n")
```
## Installation
You can install {{{ package }}} from gitlab via:
```{r gh-installation, eval = FALSE}
if (! require("remotes")) install.packages("remotes")
remotes::install_gitlab("{{{ git_user }}}/{{{ package }}}")
```
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
1.15.3 |
rolling linux/jammy R-4.5 | packager_1.15.3.tar.gz |
335.0 KiB |
1.15.3 |
rolling linux/noble R-4.5 | packager_1.15.3.tar.gz |
334.3 KiB |
1.15.3 |
rolling source/ R- | packager_1.15.3.tar.gz |
118.2 KiB |
1.15.3 |
latest linux/jammy R-4.5 | packager_1.15.3.tar.gz |
335.0 KiB |
1.15.3 |
latest linux/noble R-4.5 | packager_1.15.3.tar.gz |
334.3 KiB |
1.15.3 |
latest source/ R- | packager_1.15.3.tar.gz |
118.2 KiB |
1.15.3 |
2026-04-26 source/ R- | packager_1.15.3.tar.gz |
118.2 KiB |
1.15.3 |
2026-04-23 source/ R- | packager_1.15.3.tar.gz |
118.2 KiB |
1.15.3 |
2026-04-09 windows/windows R-4.5 | packager_1.15.3.zip |
353.1 KiB |
1.15.2 |
2025-04-20 source/ R- | packager_1.15.2.tar.gz |
121.9 KiB |