-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
22 lines (22 loc) · 915 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: driver
Type: Package
Title: Utility Functions from Justin Silverman
Version: 0.1.1
Authors@R: c(person("Justin", "Silverman", role=c("aut", "cre"),
email = "jsilve24@gmail.com"))
Author: Justin Silverman
Maintainer: Justin Silverman <jsilve24@gmail.com>
Description: Personal Utility Functions from Justin Silverman.
Includes minimal implementation of log-ratio transforms, log-ratio
transforms implemented on multidimensional arrays, array munging functions
for moving quickly back and forth between tidy and multidimensional array
forms of data, and functions for summarizing posterior samples of variables.
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests: testthat, abind, philr, knitr
Imports: dplyr, tidyr, purrr, rlang, plyr
VignetteBuilder: knitr
URL: https://jsilve24.github.io/driver/
BugReports: https://github.com/jsilve24/driver/issues
RoxygenNote: 7.1.2