-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 877 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
Package: fastqq
Type: Package
Title: Faster Generation of Quantile Quantile Plots with Large Samples
Version: 0.1.3
Authors@R: c(person("Gudmundur", "Einarsson", email = "[email protected]",
role = c("aut", "cre")),
person("Hafsteinn", "Einarsson", email = "[email protected]",
role = c("aut")))
Maintainer: Gudmundur Einarsson <[email protected]>
Description: New and faster implementations for quantile quantile plots.
The package also includes a function to prune data for quantile quantile
plots. This can drastically reduce the running time for large samples,
for 100 million samples, you can expect a factor 80X speedup.
URL: https://github.com/gumeo/fastqq
BugReports: https://github.com/gumeo/fastqq/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports:
Rcpp
LinkingTo:
Rcpp