Crandore Hub

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

[![pipeline status](https://gitlab.com/{{{ git_user }}}/{{{ package }}}/badges/master/pipeline.svg)](https://gitlab.com/{{{ git_user }}}/{{{ package }}}/-/commits/master)    
[![coverage report](https://gitlab.com/{{{ git_user }}}/{{{ package }}}/badges/master/coverage.svg)](https://gitlab.com/{{{ git_user }}}/{{{ package }}}/-/commits/master)
<!-- 
    [![Build Status](https://travis-ci.org/{{{ git_user }}}/{{{ package }}}.svg?branch=master)](https://travis-ci.org/{{{ git_user }}}/{{{ package }}})
    [![Coverage Status](https://codecov.io/github/{{{ git_user }}}/{{{ package }}}/coverage.svg?branch=master)](https://codecov.io/github/{{{ git_user }}}/{{{ package }}}?branch=master)
-->
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/{{{ package }}})](https://cran.r-project.org/package={{{ package }}})
[![RStudio_downloads_monthly](https://cranlogs.r-pkg.org/badges/{{{ package }}})](https://cran.r-project.org/package={{{ package }}})
[![RStudio_downloads_total](https://cranlogs.r-pkg.org/badges/grand-total/{{{ 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

VersionRepositoryFileSize
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

Dependencies (latest)

Imports

Suggests