-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.19 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
Package: tidymv
Type: Package
Title: Tidy Model Visualisation for Generalised Additive Models
Version: 3.4.2
Date: 2023-05-09
Authors@R:
c(person(given = "Stefano",
family = "Coretta",
email = paste0("stefano.coretta", "@", "gmail.com"),
role = c("aut", "cre")),
person(given = "Jacolien",
family = "van Rij",
role = "cph",
comment = "Imported functions from itsadug"),
person(given = "Martijn",
family = "Wieling",
role = "cph",
comment = "Imported functions from itsadug"))
Description: Provides functions for visualising generalised
additive models and getting predicted values using tidy tools from the 'tidyverse' packages.
URL: https://github.com/stefanocoretta/tidymv,
https://stefanocoretta.github.io/tidymv/
BugReports: https://github.com/stefanocoretta/tidymv/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends: R (>= 2.10)
Imports:
dplyr,
ggplot2,
lifecycle,
magrittr,
mgcv,
rlang,
tibble,
tidyr
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
Language: en_GB
License: GPL (>= 3)
Roxygen: list(markdown = TRUE)