-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 808 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 808 Bytes
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
Package: typeR
Title: Simulate Typing Script
Version: 0.2.1
Authors@R:
person("Federica", "Gazzelloni", , "fede.gazzelloni@gmail.com", role = c("aut", "cre"))
Description: Simulates typing of R script files for presentations and demonstrations.
Provides character-by-character animation with optional live code execution.
Supports R scripts (.R), R Markdown (.Rmd), and Quarto (.qmd) documents.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://Fgazzelloni.github.io/typeR/, https://github.com/Fgazzelloni/typeR
BugReports: https://github.com/Fgazzelloni/typeR/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Suggests:
quarto,
testthat (>= 3.0.0),
knitr,
rmarkdown
Config/testthat/edition: 3
Imports:
stats,
utils
Language: en-US