{
  "_id": "6a10188facfb0bcc41c8575e",
  "Package": "roundRobinR",
  "Title": "Manipulate and Analyze Round Robin Dyadic Data",
  "Version": "1.0.1",
  "Authors@R": "person(given = \"Andrew\",\nfamily = \"Knight\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"knightap@wustl.edu\",\ncomment = c(ORCID = \"0000-0001-6700-1903\"))",
  "Description": "Provides utilities for processing and analyzing dyadic\ndata collected using a round-robin design, in which each person\nin a group rates or interacts with every other person on at\nleast one variable. Data manipulation functions prepare\ndatasets for dyadic data analysis by creating the actor and\npartner dummy variables required by the social relations model\n(SRM). Analysis functions implement the SRM using multilevel\nmodeling via a custom 'nlme' covariance class ('pdSRM'),\nfollowing the approach of Snijders and Kenny (1999)\n<doi:10.1111/j.1475-6811.1999.tb00204.x> and Knight and\nHumphrey (2019) <doi:10.1037/0000115-019>. The package\nestimates group, actor, partner, and relationship variance\ncomponents along with generalized and dyadic reciprocity\ncorrelations, and supports both null and fixed-effects models.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/andrewpknight/roundRobinR",
  "BugReports": "https://github.com/andrewpknight/roundRobinR/issues",
  "Repository": "https://andrewpknight.r-universe.dev",
  "Date/Publication": "2026-04-16 19:00:11 UTC",
  "RemoteUrl": "https://github.com/andrewpknight/roundrobinr",
  "RemoteRef": "HEAD",
  "RemoteSha": "cef50014ff4bbf322b1c891437c573e1cc0d28a2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-22 08:45:46 UTC",
    "User": "root"
  },
  "Author": "Andrew Knight [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0001-6700-1903>)",
  "Maintainer": "Andrew Knight <knightap@wustl.edu>",
  "MD5sum": "57067d7d9643f809314f3f2c40da326e",
  "_user": "andrewpknight",
  "_type": "src",
  "_file": "roundRobinR_1.0.1.tar.gz",
  "_fileid": "423fad1520ba2b352d8391ed52010af4316bc58c6c864ddee019fbe8ceddd3e0",
  "_filesize": 154365,
  "_sha256": "423fad1520ba2b352d8391ed52010af4316bc58c6c864ddee019fbe8ceddd3e0",
  "_created": "2026-05-22T08:45:46.000Z",
  "_published": "2026-05-22T08:49:19.263Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77346623190,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7156509977"
    },
    {
      "job": 77346623149,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156507916"
    },
    {
      "job": 77346623175,
      "time": 179,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7156519000"
    },
    {
      "job": 77346623193,
      "time": 126,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156503957"
    },
    {
      "job": 77346160484,
      "time": 182,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156471646"
    },
    {
      "job": 77346623172,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156500872"
    },
    {
      "job": 77346623166,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7156501189"
    },
    {
      "job": 77346623215,
      "time": 87,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7156499344"
    },
    {
      "job": 77346623186,
      "time": 69,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156493366"
    }
  ],
  "_buildurl": "https://github.com/r-universe/andrewpknight/actions/runs/26277764109",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/andrewpknight/roundrobinr",
  "_commit": {
    "id": "cef50014ff4bbf322b1c891437c573e1cc0d28a2",
    "author": "Andrew Knight <andrewpknight@gmail.com>",
    "committer": "Andrew Knight <andrewpknight@gmail.com>",
    "message": "Resubmission v1.0.1: replace dontrun with donttest per CRAN feedback\n",
    "time": 1776366011
  },
  "_maintainer": {
    "name": "Andrew Knight",
    "email": "knightap@wustl.edu",
    "orcid": "0000-0001-6700-1903"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "version": ">= 1.14.0",
      "role": "Imports"
    },
    {
      "package": "nlme",
      "version": ">= 3.1-150",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "andrewpknight",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-15",
      "n": 3
    },
    {
      "week": "2026-16",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "andrewpknight",
      "count": 11,
      "uuid": 2034282
    }
  ],
  "_userbio": {
    "uuid": 2034282,
    "type": "user",
    "name": "Andrew Knight"
  },
  "_downloads": {
    "count": 482,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/roundRobinR"
  },
  "_devurl": "https://github.com/andrewpknight/roundrobinr",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/roundRobinR.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/andrewpknight/roundrobinr",
  "_realowner": "andrewpknight",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2026-04-21"
    }
  ],
  "_exports": [
    "createDummies",
    "pdSRM",
    "srmPseudoRSq",
    "srmRun",
    "srmVarPct"
  ],
  "_datasets": [
    {
      "name": "sampleDyadData",
      "title": "Sample Round Robin Dataset",
      "object": "sampleDyadData",
      "class": [
        "data.frame"
      ],
      "fields": [
        "groupId",
        "actId",
        "partId",
        "timeId",
        "contact",
        "liking",
        "actEx",
        "actAg",
        "actMale",
        "actAge",
        "partEx",
        "partAg",
        "partMale",
        "partAge",
        "groupCohesion",
        "groupEfficacy"
      ],
      "rows": 1584,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "coef.pdSRM",
      "title": "Extract Coefficients from a pdSRM Object",
      "topics": [
        "coef.pdSRM"
      ]
    },
    {
      "page": "corMatrix.pdSRM",
      "title": "Extract Correlation Matrix from a pdSRM Object",
      "topics": [
        "corMatrix.pdSRM"
      ]
    },
    {
      "page": "createDummies",
      "title": "Create Dummy Variables for the Social Relations Model",
      "topics": [
        "createDummies"
      ]
    },
    {
      "page": "pdConstruct.pdSRM",
      "title": "Construct pdSRM Object",
      "topics": [
        "pdConstruct.pdSRM"
      ]
    },
    {
      "page": "pdMatrix.pdSRM",
      "title": "Extract Matrix or Square-Root Factor from a pdSRM Object",
      "topics": [
        "pdMatrix.pdSRM"
      ]
    },
    {
      "page": "pdSRM",
      "title": "Construct the pdSRM object",
      "topics": [
        "pdSRM"
      ]
    },
    {
      "page": "sampleDyadData",
      "title": "Sample Round Robin Dataset",
      "topics": [
        "sampleDyadData"
      ]
    },
    {
      "page": "srmPseudoRSq",
      "title": "Calculate Pseudo R-Squared Values for the Social Relations Model",
      "topics": [
        "srmPseudoRSq"
      ]
    },
    {
      "page": "srmRun",
      "title": "Run the Social Relations Model Using Multilevel Modeling",
      "topics": [
        "srmRun"
      ]
    },
    {
      "page": "srmVarPct",
      "title": "Extract Variance Decomposition from a Fitted SRM",
      "topics": [
        "srmVarPct"
      ]
    },
    {
      "page": "summary.pdSRM",
      "title": "Summarize a pdSRM Object",
      "topics": [
        "summary.pdSRM"
      ]
    }
  ],
  "_rundeps": [
    "data.table",
    "lattice",
    "nlme"
  ],
  "_vignettes": [
    {
      "source": "introduction.Rmd",
      "filename": "introduction.html",
      "title": "Introduction to roundRobinR",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "The Sample Dataset",
        "Step 1: Create Dummy Variables",
        "Step 2: Fit the Null SRM",
        "Step 3: Fit a Model with Predictors",
        "Step 4: Pseudo R-Squared",
        "References"
      ],
      "created": "2026-04-12 10:58:27",
      "modified": "2026-04-12 10:58:27",
      "commits": 1
    }
  ],
  "_score": 3.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "roundrobinr",
  "_universes": [
    "andrewpknight"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-22T08:47:51.000Z",
      "distro": "noble",
      "commit": "cef50014ff4bbf322b1c891437c573e1cc0d28a2",
      "fileid": "fc4dae880332b5e511ba6b1687ee306c38fae601bbdaedb85c49395392367de8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewpknight/actions/runs/26277764109"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-22T08:47:46.000Z",
      "distro": "noble",
      "commit": "cef50014ff4bbf322b1c891437c573e1cc0d28a2",
      "fileid": "c9c754b0f8b24efd792bdf763afd7459cfb4a355199d8e575eec96f6f3f52829",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewpknight/actions/runs/26277764109"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-22T08:48:23.000Z",
      "commit": "cef50014ff4bbf322b1c891437c573e1cc0d28a2",
      "fileid": "1053b59668667267d50806b28489dc03fef1c83a7c87401a057f96eb24b0c9db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewpknight/actions/runs/26277764109"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-22T08:47:37.000Z",
      "commit": "cef50014ff4bbf322b1c891437c573e1cc0d28a2",
      "fileid": "f2b6c12c1cfa9c9fadee55015ce9392ec3062e6f53b590661b22ed13c1cea799",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewpknight/actions/runs/26277764109"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-05-22T08:47:40.000Z",
      "commit": "cef50014ff4bbf322b1c891437c573e1cc0d28a2",
      "fileid": "f16b6e1807eaf7343695e69bc001dcbf31a7c2a6eb40df6b4fb2556fb3dfe828",
      "status": "success",
      "buildurl": "https://github.com/r-universe/andrewpknight/actions/runs/26277764109"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-22T08:47:18.000Z",
      "commit": "cef50014ff4bbf322b1c891437c573e1cc0d28a2",
      "fileid": "92d844566b229dd08679b4a588756f040027041bb60eb8c657f006a21a7039d2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewpknight/actions/runs/26277764109"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-22T08:47:12.000Z",
      "commit": "cef50014ff4bbf322b1c891437c573e1cc0d28a2",
      "fileid": "b4a4e03378e57549bc48222aa1357953088f4d72338dd2c1ea9e72b3078b452f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewpknight/actions/runs/26277764109"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-22T08:46:52.000Z",
      "commit": "cef50014ff4bbf322b1c891437c573e1cc0d28a2",
      "fileid": "ce80ba662c7ebaca84233a6282909df0baad555a84078ac4a6927b7156a08664",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewpknight/actions/runs/26277764109"
    }
  ]
}