-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.02 KB
/
DESCRIPTION
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
31
32
33
34
35
36
37
38
Package: tRavis
Title: tRavis: an R package by Travis Blimkie
Version: 1.6.0
Authors@R: person("Travis", "Blimkie", email = "travis.m.blimkie@gmail.com", role = c("aut", "cre"))
Description: tRavis is a small R package meant to hold functions and data that
are used regularly in my day-to-day workflows. Its also provides an
opportunity to practice creating, documenting, and maintaining code, within
the framework of an R package and the recommended guidelines.
Depends: R (>= 4.0.0)
License: MIT + file LICENSE
LazyData: true
LazyDataCompression: xz
Imports:
dplyr,
forcats,
ggplot2,
ggrepel,
janitor,
plyr,
purrr,
readr,
stringr,
tibble,
tidyr
RoxygenNote: 7.3.2
Suggests:
DESeq2,
here,
knitr,
rmarkdown,
S4Vectors,
testthat,
vdiffr
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://travis-m-blimkie.github.io/tRavis/, https://github.com/travis-m-blimkie/tRavis
BugReports: https://github.com/travis-m-blimkie/tRavis/issues