-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 902 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
33 lines (33 loc) · 902 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
26
27
28
29
30
31
32
33
Package: jaspTools
Type: Package
Title: Helps Preview and Debug JASP Analyses
Version: 0.20.1
Authors@R: c(
person("Tim", "de Jong", role = "aut"),
person("Don", "van den Bergh", role = c("ctb", "cre"), email = "d.vandenbergh@uva.nl"),
person("František", "Bartoš", role = "ctb"))
Maintainer: Don van den Bergh <d.vandenbergh@uva.nl>
Description: This package assists JASP developers when writing R code. It removes the necessity of building JASP every time a change is made. Rather, analyses can be called directly in R and be debugged interactively.
License: GNU General Public License
Encoding: UTF-8
LazyData: true
Imports:
archive (>= 1.1.6),
cli,
data.table,
DBI,
httr,
jsonlite,
lifecycle,
pkgload,
remotes,
rjson,
RSQLite,
stringi,
stringr,
testthat (>= 3.2.2),
vdiffr (>= 1.0.7)
Suggests:
ggplot2
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)