-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.34 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
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: GFR
Title: GFR (Genomic Functional Regression)
Version: 0.9-14
Date: 2018-02-16
Authors@R: c(person("Francisco Javier", "Luna-Vazquez", email = "frahik@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5370-7152")),
person("Osval Antonio", "Montesinos-Lopez", email= "oamontes1@ucol.mx", role = "aut", comment = c(ORCID = "0000-0002-3973-6547")),
person("Abelardo", "Montesinos-Lopez", role = "aut"),
person("Jose", "Crossa", role = "aut", comment = c(ORCID = "0000-0001-9429-5855")),
person("Gustavo", "De los campos", role = "aut"))
Maintainer: Francisco Javier Luna-Vazquez <frahik@gmail.com>
Description: Needs a good description
Depends:
R (>= 3.0.0)
License: LGPL-3
Encoding: UTF-8
LazyData: true
Type: Package
RoxygenNote: 6.0.1
URL: https://github.com/frahik/GFR
BugReports: https://github.com/frahik/GFR/issues/new
NeedsCompilation: yes
Collate:
Basis_Bspline.R
Basis_Fourier.R
BFR.R
BayesianCore.R
CrossValidation.R
ETA.R
FFR.R
FrequentistCore.R
Information.R
Interface.R
Maize_GFR.R
Generic_Methods.R
Utils.R
Wheat_GFR.R
WheatI_GFR.R
Imports:
progress (>= 1.1.2),
fda (>= 2.4.7),
shiny (>= 1.0.0),
Rcpp (>= 0.12.0),
matrixcalc,
Matrix,
MASS,
truncnorm
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
LinkingTo: Rcpp