https://github.com/cran/packager
:exclamation: This is a read-only mirror of the CRAN R package repository. packager — Create, Build and Maintain Packages. Homepage: https://gitlab.com/fvafrcu/packager
https://github.com/cran/packager
Last synced: 4 months ago
JSON representation
:exclamation: This is a read-only mirror of the CRAN R package repository. packager — Create, Build and Maintain Packages. Homepage: https://gitlab.com/fvafrcu/packager
- Host: GitHub
- URL: https://github.com/cran/packager
- Owner: cran
- License: other
- Created: 2020-02-23T11:17:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T15:30:46.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:14:11.374Z (8 months ago)
- Language: R
- Homepage:
- Size: 544 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - cran/packager - :exclamation: This is a read-only mirror of the CRAN R package repository. packager — Create, Build and Maintain Packages. Homepage: https://gitlab.com/fvafrcu/packager (R)
README
[](https://gitlab.com/fvafrcu/packager/-/commits/master)
[](https://gitlab.com/fvafrcu/packager/-/commits/master)[](https://cran.r-project.org/package=packager)
[](https://cran.r-project.org/package=packager)
[](https://cran.r-project.org/package=packager)# packager
## Introduction
Please read the
[vignette](https://fvafrcu.gitlab.io/packager/doc/An_Introduction_to_packager.html).Or, after installation, the help page:
```r
help("packager-package", package = "packager")
``````
#> Helps Me Create, Build and Maintain Packages
#>
#> Description:
#>
#> Helper functions for package creation, building and maintenance,
#> heavily borrowing from 'devtools' 1.13.3.
#>
#> Details:
#>
#> You will find the details in
#> 'vignette("An_Introduction_to_packager", package = "packager")'.
```## Installation
You can install packager from gitlab via:
```r
if (! require("remotes")) install.packages("remotes")
remotes::install_gitlab("fvafrcu/packager")
```