-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.12 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
Package: LNCDR
Title: Laboratory of Neuro-Cognitive Development R Functions
Version: 1.5.3
Authors@R: c(person("Will", "Foran", email = "[email protected]", role = c("aut", "cre")), person("Brenden", "Tervo-Clemmens", email = "[email protected]", role = c("aut", "cre")))
Author: Will Foran [aut,cre],
Brenden Tervo=Clemmens [aut,cre]
Maintainer: Will Foran <[email protected]>
Description: Exposes functions useful in creating, analysing, and visualizing neuroimaging data. Helper functions used in the Laboratory for NeuroCognitive Development (P.I. Dr. Luna).
Depends:
dplyr (>= 1.0.0),
R (>= 4.0)
Imports:
ini (>= 0.3.1),
car (>= 3.0),
DBI (>= 1.1.0),
ggplot2 (>= 3.1.1),
gridExtra (>= 2.3),
itsadug (>= 2.3),
neuroCombat (>= 1.0.5),
oro.nifti (>= 0.9.1),
psych (>= 2.0.12),
qualtRics (>= 3.1.4),
reshape2 (>= 1.4.4),
checkmate (>= 2.2.0),
Remotes:
github::jfortin1/neuroCombatData,
github::jfortin1/neuroCombat_Rpackage
License: GPL3
LazyData: true
RoxygenNote: 7.2.3
Suggests:
devtools,
gganimate,
testthat,
viridis,
easyPubMed (>= 2.13),
RPostgreSQL (>= 0.6),
XML (>= 3.98)
Encoding: UTF-8