-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1002 Bytes
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1002 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
34
35
36
37
38
39
Package: ltools
Title: Helper Functions
Version: 0.5
Authors@R: "Leah Comment <[email protected]> [aut, cre]"
Description: An assortment of functions which I found myself repeatedly
copying and pasting from homework to homework and project to project.
Mostly related to tasks found in early-stage graduate work in statistics
or another field with lots of data analysis. Also a way to keep track
of which packages my favorite Bayesian functions (e.g., riwish) come from.
Increasingly, it includes functions useful for multiple research projects.
Depends:
R (>= 3.2.4)
License: GNU v2
LazyData: true
LinkingTo: RcppArmadillo, Rcpp
Imports:
boot,
graphics,
Hmisc,
knitr,
lattice,
MASS,
Matrix,
MCMCpack,
mvtnorm,
pscl,
RColorBrewer,
Rcpp (>= 0.11.3),
RcppArmadillo,
stats,
utils,
Suggests:
devtools,
roxygen2,
RPushbullet,
testthat
NeedsCompilation: yes
RoxygenNote: 5.0.1
SystemRequirements: C++11