-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.32 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
Package: altRnative
Type: Package
Title: Run and Benchmark R code on different R implementation and platform
Version: 0.1.0.9000
Authors@R:
c(person(given = "Ismail",
family = "Sunni",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Daniel",
family = "Nuest",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2392-6140")))
Author: Ismail Sunni [aut, cre], Daniel Nuest [aut]
Maintainer: Ismail Sunni <[email protected]>
Description: This package enables you to run your R code on different R implementation (e.g. Microsoft R Open) and platforms (e.g. Ubuntu, Fedora, Arch Linux).
It will run your code on a docker container, thus you need docker installed in your system. Moreover, you can run a benchmark for your code to on supported R implementations and platform to see which one is the fastest.
License: MIT + file LICENSE
URL: https://github.com/ismailsunni/altRnative/
BugReports: https://github.com/ismailsunni/altRnative/issues
Depends: R (>= 3.6.0)
Imports:
stevedore,
dplyr,
microbenchmark,
rlang
Suggests:
ctv,
knitr,
rmarkdown,
ggplot2,
testthat (>= 2.1.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr