-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
43 lines (43 loc) · 1.01 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
Type: Package
Package: benchmarkme
Title: Crowd Sourced System Benchmarks
Version: 1.0.8
Authors@R:
person("Colin", "Gillespie", , "csgillespie@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1787-0275"))
Maintainer: Colin Gillespie <csgillespie@gmail.com>
Description: Benchmark your CPU and compare against other CPUs. Also
provides functions for obtaining system specifications, such as RAM,
CPU type, and R version.
License: GPL-2 | GPL-3
URL: https://github.com/csgillespie/benchmarkme, https://csgillespie.github.io/benchmarkme/
BugReports: https://github.com/csgillespie/benchmarkme/issues
Depends:
R (>= 3.5.0)
Imports:
benchmarkmeData (>= 1.0.4),
compiler,
doParallel,
dplyr,
foreach,
graphics,
httr,
Matrix,
methods,
parallel,
stringr,
tibble,
utils
Suggests:
covr,
DT,
ggplot2,
knitr,
RcppZiggurat,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.2