-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.03 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
Package: FreeHiCLite
Type: Package
Title: FreeHiCLite
Version: 0.1.0
Date: 2020-06-02
Authors@R: c(person(given ="Peigen", family = "Zhou", role = c("aut", "cre"),
email = "pzhou9@wisc.edu", comment = c(ORCID = "0000-0003-4609-0374")),
person(given ="Ye", family = "Zheng", role = c("aut"),
email = "yzheng23@fredhutch.org", comment = c(ORCID = "0000-0002-8806-2761")),
person(given="Sunduz", family = "Keles", role = c("aut"),
email = "keles@biostat.wisc.edu", comment = c(ORCID = "0000-0001-9048-0922")))
Maintainer: Peigen Zhou <pzhou9@wisc.edu>
URL: https://baconzhou.github.io/FreeHiCLite/,
https://github.com/yezhengSTAT/FreeHiC/
Description: An R implementation and lite version of FreeHiC.
License: GPL (>= 2)
LinkingTo: Rcpp
SystemRequirements: GNU make, C++11, libcurl: libcurl-devel (rpm) or libcurl4-openssl-dev (deb).
RoxygenNote: 7.1.0
Depends: R (>= 3.1.0)
Imports: Rcpp,
methods
Suggests:
knitr,
rmarkdown,
learnr
VignetteBuilder: knitr
Encoding: UTF-8