Closed robinl73 closed 4 years ago
This looks good to me to merge @RandiLGarcia
@beanumber looks like it still have conflicts.
I just fixed the merge conflicts in the DESCRIPTION, should be fine now!
I was unable to install the updated version in RStudio because of an issue in the DESCRIPTION. I fixed it by editing the lines that you recently changed. The following code allows it to install properly :)
Package: dyadr
Title: dyadr: Dyadic Data Analysis
Version: 0.0.0.9000
Authors@R: c(
person("Randi", "Garcia", email = "rgarcia@smith.edu", role=(c("aut", "cre"))),
person("David", "Kenny", email = "david.kenny@uconn.edu", role = "aut"),
person("Rutendo", "Madziwo", email = "rmadziwo@smith.edu", role = "ctb"),
person("Emma", "Livingston", email = "livingston.emma73@gmail.com", role = "ctb"),
person("Sifan", "Liu", email = "cliu13@smith.edu", role = "ctb"))
Description: This package provides helper functions for dyadic data analysis.
Depends:
R (>= 3.2.3),
nlme, MASS
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
tibble,
dplyr,
hablar,
sjlabelled
Suggests:
testthat
RoxygenNote: 7.0.0
Thanks @josh-siegel. There was a comma missing at the end of line 8.
I added functions that help with exploring data with labels.
counts_labels
can be used withpapaja
to easily pluck information from categorical variables for APA-style documents.