Skip to content

R package for scaffolding from file and directory skeletons

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

petermeissner/scaffold

Repository files navigation

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")

About

R package for scaffolding from file and directory skeletons

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published