-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.17 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
Package: RandomWalker
Title: Generate Random Walks Compatible with the 'tidyverse'
Version: 0.2.0.9000
Authors@R: c(
person("Steven","Sanderson", email = "[email protected]", role = c("aut","cre","cph"),
comment = c(ORCID = "0009-0006-7661-8247")
),
person("Antti", "Rask", email = "[email protected]", role = c("aut", "cph")
)
)
Description:
Generates random walks of various types by providing a set of functions
that are compatible with the 'tidyverse'. The functions provided in the package
make it simple to create random walks with a variety of properties, such as
how many simulations to run, how many steps to take, and the distribution of
random walk itself.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
URL: https://www.spsanderson.com/RandomWalker/, https://github.com/spsanderson/RandomWalker
BugReports: https://github.com/spsanderson/RandomWalker/issues
Depends:
R (>= 4.1.0)
Imports:
dplyr,
tidyr,
purrr,
rlang,
patchwork,
NNS,
ggiraph
Suggests:
knitr,
rmarkdown,
stats,
ggplot2,
tidyselect
VignetteBuilder: knitr