-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 859 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
Package: mitocarta
Type: Package
Title: Mitocarta Data Set and Utility Functions
Version: 0.1.0
Authors@R: c(
person(given = "Matthew",
family = "Hirschey",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4541-5376")))
Maintainer: Matthew Hirschey <[email protected]>
Description: This package contains some utility functions for data analysis and graphing, the 'mitocarta' data set, and some supporting materials for a course on data science.
License: MIT + file LICENSE
Depends: R (>= 3.1)
Imports:
utils,
dplyr,
stringr
Suggests:
knitr,
rmarkdown,
tidyr,
readr,
spelling,
testthat (>= 2.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
URL: https://github.com/hirscheylab/mitocarta
RoxygenNote: 6.1.1
Language: en-US