-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.04 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
Package: RDASC
Title: Reproducible Data Analysis of Cientific Cooperations
Version: 0.0-6
Date: 2019-07-11
Authors@R: as.person(c(
"Walmes Marques Zeviani <walmes@ufpr.br> [cre,aut]",
"Paulo Lichtemberg <plichtemberg@ucdavis.edu> [ctb]"))
Description: RDASC is a Reproducible Data Analysis Package. This is an
R package to keep, in a reproducible and free accessible way,
cientific colaborations that I participated. Datasets of each
cooperation are documented and its analysis are done as package
vignettes.
License: GPL-3
URL: http://leg.ufpr.br/~walmes/pacotes/RDASC
BugReports: https://github.com/walmes/RDASC/issues
LazyData: true
Encoding: UTF-8
Depends:
R (>= 3.6.0),
wzRfun (>= 0.90)
Suggests:
lattice,
latticeExtra,
doBy,
multcomp,
MASS,
car,
splines,
arm,
plyr,
reshape,
reshape2,
knitr,
rmarkdown,
captioner,
mgcv,
nlme,
lme4,
lmerTest,
proto,
nls2,
rootSolve,
testthat
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Remotes: walmes/wzRfun