-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
24 lines (24 loc) · 940 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
24
Package: MathAnimatoR
Title: Mathematical Animations with R
Version: 0.0.1
Authors@R: c(
person("David", "Munoz Tord", email = "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-7954-8295")),
person("John", "Coene", email = "[email protected]", role = c("aut", "ctb")),
person("Vestin", "Hategekimana", email = "[email protected]", role = c("ctb", "aut"), comment = c(ORCID = "0009-0004-5986-8901"))
)
Description: Provides an R interface to the Python package manim. Manim is an engine for precise programmatic animations, designed for creating explanatory math videos with R.
Config/reticulate:
list(
packages = list(
list(package = "manim", pip = TRUE)
)
)
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Depends: R (>= 4.0.0)
RoxygenNote: 7.2.3
Imports:
dplyr,
reticulate