-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 840 Bytes
/
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
Package: gemm
Type: Package
Title: Generative Experiments
Version: 0.1.0
Authors@R:
person(given = "Michael",
family = "Mahoney",
role = c("aut", "cre"),
email = "mike.mahoney.218@gmail.com",
comment = c(ORCID = "0000-0003-2402-304X"))
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
URL: https://mikemahoney218.github.io/gemm/, https://github.com/mikemahoney218/gemm
BugReports: https://github.com/mikemahoney218/gemm/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
magrittr,
grDevices,
ggplot2,
stats,
magick,
dplyr,
tidyr,
httr,
rlang (>= 1.0.5)
Suggests:
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3