{
  "_id": "6a4f4df821b18e1548500662",
  "Package": "ffopportunity",
  "Title": "Models for Fantasy Football Expected Points",
  "Version": "0.1.2",
  "Authors@R": "c(\nperson(\"Joe\", \"Sydlowski\", , \"syd235@gmail.com\", role = c(\"aut\", \"cph\")),\nperson(\"Tan\", \"Ho\", , \"tan@tanho.ca\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0001-8388-5155\"))\n)",
  "Description": "Downloads expected fantasy points data from 'ffverse'\nrepositories if available, and otherwise builds up expected\npoints data by applying models to 'nflverse' play-by-play data.",
  "License": "GPL (>= 3)",
  "URL": "https://ffopportunity.ffverse.com,\nhttps://github.com/ffverse/ffopportunity",
  "BugReports": "https://github.com/ffverse/ffopportunity/issues",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "make libicu-dev libssl-dev",
  "Repository": "https://ffverse.r-universe.dev",
  "Date/Publication": "2025-12-11 15:26:57 UTC",
  "RemoteUrl": "https://github.com/ffverse/ffopportunity",
  "RemoteRef": "main",
  "RemoteSha": "74dcb35a112a71e5349b36abe940316067ec4fec",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-09 07:25:17 UTC",
    "User": "root"
  },
  "Author": "Joe Sydlowski [aut, cph],\nTan Ho [aut, cre] (ORCID: <https://orcid.org/0000-0001-8388-5155>)",
  "Maintainer": "Tan Ho <tan@tanho.ca>",
  "_user": "ffverse",
  "_type": "src",
  "_file": "ffopportunity_0.1.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/b176a21822552253c1cb1e7439e23a7afffa2864558e1a43c4137a528a7936b7",
  "_filesize": 520534,
  "_sha256": "b176a21822552253c1cb1e7439e23a7afffa2864558e1a43c4137a528a7936b7",
  "_expires": "2026-10-17T07:29:59.000Z",
  "_created": "2026-07-09T07:25:17.000Z",
  "_published": "2026-07-09T07:30:00.651Z",
  "_jobs": [
    {
      "job": 86062897569,
      "time": 189,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8191811359"
    },
    {
      "job": 86062897542,
      "time": 219,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8191821878"
    },
    {
      "job": 86062897552,
      "time": 156,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8191813811"
    },
    {
      "job": 86062897547,
      "time": 167,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8191812322"
    },
    {
      "job": 86062086693,
      "time": 287,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8191739170"
    },
    {
      "job": 86062897529,
      "time": 128,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8191789644"
    },
    {
      "job": 86062897567,
      "time": 137,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8191793744"
    },
    {
      "job": 86062897564,
      "time": 143,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8191795100"
    },
    {
      "job": 86062897544,
      "time": 130,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8191790317"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ffverse/actions/runs/29001213186",
  "_status": "success",
  "_upstream": "https://github.com/ffverse/ffopportunity",
  "_commit": {
    "id": "74dcb35a112a71e5349b36abe940316067ec4fec",
    "author": "Tan Ho <38083823+tanho63@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "support xgboost 3+, add ubj models (#26)\n\n* support xgboost 3+, add ubj models\n\n* fix globalvariables\n\n* bumpver\n\n* don't skip tests on warning",
    "time": 1765466817
  },
  "_maintainer": {
    "name": "Tan Ho",
    "email": "tan@tanho.ca",
    "login": "tanho63",
    "bluesky": "@tanho.ca",
    "orcid": "0000-0001-8388-5155",
    "description": "list(\"eng lead @zelus-analytics soccer\", \"@nflverse\", \"@ffverse\", \"@dynastyprocess\", \"@r4ds\", \"@dslc-io\", \"pumpkin carving\")",
    "uuid": 38083823
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "version": ">= 3.0.0",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "hardhat",
      "version": ">= 0.1.0",
      "role": "Imports"
    },
    {
      "package": "janitor",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "nflreadr",
      "version": ">= 1.3.0",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.3.0",
      "role": "Imports"
    },
    {
      "package": "rappdirs",
      "version": ">= 0.3.0",
      "role": "Imports"
    },
    {
      "package": "recipes",
      "version": ">= 0.1.16",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.1.0",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 3.0.0",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "xgboost",
      "version": ">= 1.1",
      "role": "Imports"
    },
    {
      "package": "arrow",
      "version": ">= 5.0.0",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "curl",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "piggyback",
      "version": ">= 0.1.1",
      "role": "Suggests"
    },
    {
      "package": "progressr",
      "version": ">= 0.8.0",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "version": ">= 7.1.0",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "ffverse",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-36",
      "n": 1
    },
    {
      "week": "2025-37",
      "n": 5
    },
    {
      "week": "2025-50",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "fantasy-football",
    "ffverse",
    "nfl",
    "nflverse"
  ],
  "_stars": 23,
  "_contributors": [
    {
      "user": "tanho63",
      "count": 71,
      "uuid": 38083823
    },
    {
      "user": "joesydlowski",
      "count": 14,
      "uuid": 47405249
    },
    {
      "user": "filpia",
      "count": 1,
      "uuid": 10145677
    }
  ],
  "_userbio": {
    "uuid": 80065011,
    "type": "organization",
    "name": "ffverse",
    "followers": 29,
    "description": "ffverse is a collection of R packages designed for fantasy football analytics!"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ffopportunity"
  },
  "_devurl": "https://github.com/ffverse/ffopportunity",
  "_pkgdown": "https://ffopportunity.ffverse.com",
  "_searchresults": 31,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ffopportunity.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    ".get_rosters",
    "%>%",
    "ep_build",
    "ep_cache_models",
    "ep_load",
    "ep_predict",
    "ep_preprocess",
    "ep_summarize"
  ],
  "_help": [
    {
      "page": "ep_build",
      "title": "Build EP",
      "concept": [
        "main"
      ],
      "topics": [
        "ep_build"
      ]
    },
    {
      "page": "ep_cache_models",
      "title": "Model versioning",
      "topics": [
        "ep_cache_models"
      ]
    },
    {
      "page": "ep_load",
      "title": "Load Expected Points data",
      "concept": [
        "main"
      ],
      "topics": [
        "ep_load"
      ]
    },
    {
      "page": "ep_predict",
      "title": "Predict EP",
      "topics": [
        "ep_predict"
      ]
    },
    {
      "page": "ep_preprocess",
      "title": "Preprocess Data",
      "topics": [
        "ep_preprocess"
      ]
    },
    {
      "page": "ep_summarize",
      "title": "Summarize EP",
      "topics": [
        "ep_summarize"
      ]
    }
  ],
  "_pkglogo": "https://ffsimulator.ffverse.com/reference/figures/logo.png",
  "_readme": "https://github.com/ffverse/ffopportunity/raw/main/README.md",
  "_rundeps": [
    "cachem",
    "class",
    "cli",
    "clock",
    "codetools",
    "cpp11",
    "curl",
    "data.table",
    "diagram",
    "digest",
    "dplyr",
    "farver",
    "fastmap",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "hms",
    "ipred",
    "isoband",
    "janitor",
    "jsonlite",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "nflreadr",
    "nnet",
    "numDeriv",
    "parallelly",
    "pillar",
    "pkgconfig",
    "prodlim",
    "progressr",
    "purrr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "recipes",
    "rlang",
    "rpart",
    "S7",
    "scales",
    "shape",
    "snakecase",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xgboost"
  ],
  "_score": 4.330210784571529,
  "_indexed": true,
  "_nocasepkg": "ffopportunity",
  "_universes": [
    "ffverse",
    "tanho63"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-09T07:27:55.000Z",
      "distro": "resolute",
      "commit": "74dcb35a112a71e5349b36abe940316067ec4fec",
      "fileid": "https://r2.ropensci.org/4e51502e805f88664797ce867d9674a54520f9e53f56ce175fcdc61bcd804bcb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ffverse/actions/runs/29001213186"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-09T07:28:19.000Z",
      "distro": "resolute",
      "commit": "74dcb35a112a71e5349b36abe940316067ec4fec",
      "fileid": "https://r2.ropensci.org/0e7341ef940c3a8785da900fff99589e76364e8a51d1b4b1d0c20cbec8c89e47",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ffverse/actions/runs/29001213186"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-09T07:28:05.000Z",
      "commit": "74dcb35a112a71e5349b36abe940316067ec4fec",
      "fileid": "https://r2.ropensci.org/7dbdf1c610801d7a4d77fad5da302b67b8ff29b0343db4c73a35b57ec0339231",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ffverse/actions/runs/29001213186"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-09T07:28:00.000Z",
      "commit": "74dcb35a112a71e5349b36abe940316067ec4fec",
      "fileid": "https://r2.ropensci.org/2545a6406a6ec4756530133f4df4f0a5cc16eeb464c751e925ba9edef18330af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ffverse/actions/runs/29001213186"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-07-09T07:27:55.000Z",
      "commit": "74dcb35a112a71e5349b36abe940316067ec4fec",
      "fileid": "https://r2.ropensci.org/e1ae253ed203ba05d6ccb7931084507d8c761e451fefd9f9fd1a87cce92f56ce",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ffverse/actions/runs/29001213186"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-09T07:26:57.000Z",
      "commit": "74dcb35a112a71e5349b36abe940316067ec4fec",
      "fileid": "https://r2.ropensci.org/69f9843904c1a0ea1e5a29b0e3260a8d9f7b1fb71629274b92ed707c96f7b939",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ffverse/actions/runs/29001213186"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-09T07:26:53.000Z",
      "commit": "74dcb35a112a71e5349b36abe940316067ec4fec",
      "fileid": "https://r2.ropensci.org/6e1562b86da35a33a05e4e1a5fc5518893f04702128d3345ffe904a8451ad075",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ffverse/actions/runs/29001213186"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-09T07:26:47.000Z",
      "commit": "74dcb35a112a71e5349b36abe940316067ec4fec",
      "fileid": "https://r2.ropensci.org/2fa2c859ade4eab9bf04c607de1ab8af96b207e84e4b119819dc71b83d99c69d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ffverse/actions/runs/29001213186"
    }
  ]
}