-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.66 KB
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: packageSkeleton
Version: 0.0-0.9
Date: 2025-7-9
Title: A GitHub Repository Featuring a Starter Template for R Package Development, Paired with a Quarto-Powered Website
Description: A comprehensive template to jumpstart the development of an R package, complete with a structured framework for coding, documentation, and version control. The package simplifies the process of setting up an R package repository on GitHub, offering built-in integration with Quarto for generating a professional, customizable website to showcase package documentation and vignettes. It is designed to help both new and experienced R developers streamline package creation while ensuring best practices in documentation and collaboration. With minimal setup, users can focus on building and sharing valuable tools within the R ecosystem.
Authors@R: c(person(given=c("Damian", "W."), family="Betebenner", email="[email protected]", role=c("aut", "cre"),
comment = c(ORCID = "0000-0003-0476-5599")),
person(given=c("Adam", "R."), family="Van Iwaarden", email="[email protected]", role="aut"))
Maintainer: Damian W. Betebenner <[email protected]>
Depends: R (>= 4.0)
Suggests: knitr, rmarkdown, testthat (>= 3.2.0)
Imports:
crayon,
data.table (>= 1.14.0),
jsonlite (>= 1.9.0),
pkgsearch,
RestRserve (>= 1.2.0),
toOrdinal,
utils
URL: https://centerforassessment.github.io/packageSkeleton/
BugReports: https://github.com/centerforassessment/packageSkeleton/issues/
LazyData: Yes
LazyDataCompression: xz
LazyLoad: Yes
ByteCompile: TRUE
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3