README.md

Scaffolding and Skeletton Framework

Status

AppVeyor build
status Codecov

lines of R code: 105, lines of test code: 0

Version

0.1.0 ( 2019-11-17 13:21:43 )

Description

Having file and folder structures as templates for projects, packages, Shiny apps, … is a common pattern found e.g. among programmers, statisticianc, data scientists, and practitioners. {scaffold} is a framework to easily build up file and folder skelletons and fill out templates on the go. By providing and easy and consistent way to copy files and folders from template folders and files in the local files system or installed in a package. Furthermore {scaffold} allows for a templating functions that can transform general templating files into specific - filled out - files and folders.

License

MIT + file LICENSE Peter Meissner [aut, cre] (https://orcid.org/0000-0001-6501-1841)

Citation

citation("scaffold")
Meissner P (2019). scaffold: Scaffolding and Skeletton Framework. R package version 0.1.0.

BibTex for citing

toBibtex(citation("scaffold"))
@Manual{,
  title = {scaffold: Scaffolding and Skeletton Framework},
  author = {Peter Meissner},
  year = {2019},
  note = {R package version 0.1.0},
}

Installation

Stable version from CRAN:

install.packages("scaffold")

Usage

starting up …

library("scaffold")


petermeissner/scaffold documentation built on Feb. 24, 2020, 9:35 a.m.