An open API service indexing awesome lists of open source software.

https://gitlab.com/fvafrcu/packager

Official site: https://cran.r-project.org/package=packager
https://gitlab.com/fvafrcu/packager

Last synced: 2 months ago
JSON representation

Official site: https://cran.r-project.org/package=packager

Awesome Lists containing this project

README

        

[![pipeline status](https://gitlab.com/fvafrcu/packager/badges/master/pipeline.svg)](https://gitlab.com/fvafrcu/packager/-/commits/master)
[![coverage report](https://gitlab.com/fvafrcu/packager/badges/master/coverage.svg)](https://gitlab.com/fvafrcu/packager/-/commits/master)

[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/packager)](https://cran.r-project.org/package=packager)
[![RStudio_downloads_monthly](https://cranlogs.r-pkg.org/badges/packager)](https://cran.r-project.org/package=packager)
[![RStudio_downloads_total](https://cranlogs.r-pkg.org/badges/grand-total/packager)](https://cran.r-project.org/package=packager)

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# packager
## Introduction
Please read the
[vignette](https://fvafrcu.gitlab.io/packager/doc/An_Introduction_to_packager.html).

Or, after installation, the help page:
```{r, eval = FALSE}
help("packager-package", package = "packager")
```

```{r, echo = FALSE}
# insert developement page
help_file <- file.path("man", "packager-package.Rd")
captured <- gsub('_\b', '', capture.output(tools:::Rd2txt(help_file) ))
cat(captured, sep = "\n")
```

## Installation

You can install packager from gitlab via:

```{r gh-installation, eval = FALSE}
if (! require("remotes")) install.packages("remotes")
remotes::install_gitlab("fvafrcu/packager")
```