-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
35 lines (35 loc) · 976 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
25
26
27
28
29
30
31
32
33
34
35
Package: soapcheckr
Type: Package
Title: Check knot locations used by soap film smoothers for GAMS
Version: 0.1.0
Author: David L. Miller and Benjamin L. Hlina
Maintainer: David L. Miller and Benjamin L. Hlina <[email protected]>
Description: Soapcheckr allows users to easily check if the boundary
used and supplied will work when using a soap-film smoother for
Generalized Addtive Models (GAMs) supported by the package {mgcv}.
The package also allows for users to assess if the knots and data points
they want to supply the GAM will fit within the boundary.
Imports:
dplyr,
graphics,
mgcv,
sf,
utils
Suggests:
broom.mixed,
fitdistrplus,
data.table,
ggplot2,
gratia,
knitr,
purrr,
rmarkdown,
testthat
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
VignetteBuilder: knitr