-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 985 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
Package: roundRobinR
Title: Manipulate and Analyze Round Robin Dyadic Data
Version: 0.0.0.9000
Authors@R:
person(given = "Andrew",
family = "Knight",
role = c("aut", "cre"),
email = "knightap@wustl.edu")
Description: Provides utilities for processing and analyzing dyadic data collected using a round robin design, in which each person rates each other person on at least one variable. Functionality for manipulating data focuses on preparing datasets for use in dyadic data analysis. Functionality for analyzing data is grounded in the social relations model and principles of dyadic data analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
data.table,
nlme
Depends:
R (>= 2.10)
URL: https://github.com/andrewpknight/roundRobinR
BugReports: https://github.com/andrewpknight/roundRobinR/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3