Development/config.R

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

DESCRIPTION <- list(
  package.name = "ReadWriter",
  version = "1.6.0",
  title = "ReadWriter",
  description = "ReadWriter is a set of R functions to read and write files conveniently. Complements CodeAndRoll2.",

  author.given = "Abel",
  author.family = "Vertesy",
  author.email = "av@imba.oeaw.ac.at",
  github.user = "vertesy",
  license = "GPL-3 + file LICENSE",
  depends = "Stringendo (>= 0.5.0)",
  remotes =  "github::vertesy/Stringendo",
  imports = "openxlsx, gtools, readr",
  suggests = ""
)
vertesy/ReadWriter documentation built on Nov. 24, 2024, 10:40 p.m.