Development/config.R

# Configuration for the Package
# file.edit("~/GitHub/Packages/XXXXXXXXXX/Development/config.R")

DESCRIPTION <- list(
  package.name = "Stringendo",
  version = "0.7.0",
  title = "Stringendo - string parser",
  description = "Stringendo is a set of R functions to parse strings from variables and to manipulate strings.",

  depends = "base",
  imports = "clipr",
  suggests = "MarkdownHelpers, MarkdownReports",

  author.given = "Abel",
  author.family = "Vertesy",
  author.email = "av@imba.oeaw.ac.at",
  github.user = "vertesy",
  license = "GPL-3 + file LICENSE"
)
vertesy/Stringendo documentation built on Nov. 10, 2024, 4:35 a.m.