-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
43 lines (43 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: atime
Type: Package
Title: Asymptotic Timing
Version: 2024.11.8
Authors@R: c(
person("Toby", "Hocking",
email="[email protected]",
role=c("aut", "cre")))
Description: Computing and visualizing comparative
asymptotic timings of different algorithms and code versions.
Also includes functionality for comparing empirical timings with
expected references such as linear or quadratic,
<https://en.wikipedia.org/wiki/Asymptotic_computational_complexity>
Also includes functionality for measuring asymptotic memory and other
quantities.
License: GPL-3
URL: https://github.com/tdhock/atime
BugReports: https://github.com/tdhock/atime/issues
Imports: data.table, bench, lattice, git2r, utils, stats, grDevices
Suggests:
directlabels,
ggplot2,
testthat,
knitr,
markdown,
stringi,
re2,
binsegRcpp,
wbs,
fpop,
changepoint,
LOPART,
cumstats,
PeakSegDisk,
callr,
readr,
dplyr,
tidyr,
nc,
RColorBrewer,
tibble,
Matrix
VignetteBuilder: knitr