forked from jomulder/BFpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 858 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: BFpack
Type: Package
Title: What the Package Does (Title Case)
Version: 0.1.0
Authors@R:
c(person(given = c("Joris"),
family = "Mulder",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Caspar",
family = "van Lissa",
role = "aut",
email = "[email protected]"))
Maintainer: Joris Mulder <[email protected]>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: GPL (>= 3)
BugReports: https://github.com/jomulder/BFpack/issues
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
RoxygenNote: 6.1.1
Depends:
R (>= 3.0.0)
Imports:
stats,
methods,
MASS,
MCMCpack,
Matrix,
mvtnorm,
pracma,
bain
Suggests:
testthat