![pipeline status](https://gitlab.com/{{{ git_user }}}/{{{ package }}}/badges/master/pipeline.svg)
![coverage report](https://gitlab.com/{{{ git_user }}}/{{{ package }}}/badges/master/coverage.svg) ![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/{{{ package }}}) ![RStudio_downloads_monthly](https://cranlogs.r-pkg.org/badges/{{{ package }}}) ![RStudio_downloads_total](https://cranlogs.r-pkg.org/badges/grand-total/{{{ package }}})

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

{{{ package }}}

Introduction

Please read the vignette. <!-- vignette.

-->

Or, after installation, the help page:

help("{{{ package }}}-package", package = "{{{ package }}}")
  # 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:

if (! require("remotes")) install.packages("remotes")
remotes::install_gitlab("{{{ git_user }}}/{{{ package }}}")


Try the packager package in your browser

Any scripts or data that you put into this service are public.

packager documentation built on Aug. 16, 2023, 5:08 p.m.