create_charpente: Create a package using charpente and usethis conventions

View source: R/charpente.R

create_charpenteR Documentation

Create a package using charpente and usethis conventions

Description

A charpente powered package does not differ from other package structure. create_charpente calls a series of function to help you quickly setting up the package structure.

Usage

create_charpente(path, remote = NULL, private = FALSE, license)

Arguments

path

A path. If it exists, it is used. If it does not exist, it is created, provided that the parent path exists.

remote

Name of the remote Github organization to connect to.

private

Whether the repository is private. Default to FALSE.

license

Which license is your project under?

Examples

## Not run: 
 create_charpente("bs4Dash")

## End(Not run)

RinteRface/charpente documentation built on March 10, 2024, 4:14 p.m.