{
  "_id": "6a2a93a67b7a29ca6004df4d",
  "Package": "auctionr",
  "Type": "Package",
  "Title": "Estimate First-Price Auction Model",
  "Version": "0.1.0",
  "Authors@R": "c( person(\"Alex\",     \"MacKay\",       email = \"amackay@hbs.edu\",            role = c(\"aut\", \"cre\")),\nperson(\"Bob\",      \"Freeman\",      email = \"robert_freeman@harvard.edu\", role = c(\"aut\")),\nperson(\"Paul\",     \"Jonak\",        email = \"pjonak@hbs.edu\",             role = c(\"aut\")),\nperson(\"Victoria\", \"Prince\",       email = \"vliublinska@hbs.edu\",        role = c(\"aut\")),\nperson(\"Ista\",     \"Zahn\",         email = \"izahn@hbs.edu\",              role = c(\"aut\"))\n)",
  "Description": "Estimates a first-price auction model with conditionally\nindependent private values as described in MacKay (2020)\n<doi:10.2139/ssrn.3096534>. The model allows for unobserved\nheterogeneity that is common to all bidders in addition to\nobservable heterogeneity.",
  "License": "GPL-3",
  "URL": "https://github.com/ajmack/auctionr",
  "BugReports": "https://github.com/ajmack/auctionr/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-11 10:25:50 UTC",
    "User": "root"
  },
  "Author": "Alex MacKay [aut, cre], Bob Freeman [aut], Paul Jonak [aut],\nVictoria Prince [aut], Ista Zahn [aut]",
  "Maintainer": "Alex MacKay <amackay@hbs.edu>",
  "Repository": "https://cranhaven.r-universe.dev",
  "Date/Publication": "2026-06-11 01:02:00 UTC",
  "RemoteUrl": "https://github.com/cranhaven/cranhaven.r-universe.dev",
  "RemoteRef": "package/auctionr",
  "RemoteSha": "f9128d55abe90e8b1d3398b4e7f3b655bb35c0a5",
  "RemoteSubdir": "auctionr",
  "MD5sum": "3bd0e754570afcc6b0183787982d6361",
  "_user": "cranhaven",
  "_type": "src",
  "_file": "auctionr_0.1.0.tar.gz",
  "_fileid": "65fa939870da032a9215b303a7957a9ec7caa4838ba7ba5fb23b01ee34b612aa",
  "_filesize": 129567,
  "_sha256": "65fa939870da032a9215b303a7957a9ec7caa4838ba7ba5fb23b01ee34b612aa",
  "_created": "2026-06-11T10:25:50.000Z",
  "_published": "2026-06-11T10:53:26.619Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80775536964,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7561539297"
    },
    {
      "job": 80775536953,
      "time": 110,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7561537911"
    },
    {
      "job": 80775536962,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7562074271"
    },
    {
      "job": 80775536927,
      "time": 82,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7562015103"
    },
    {
      "job": 80774708464,
      "time": 276,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7561498136"
    },
    {
      "job": 80775536933,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7561533926"
    },
    {
      "job": 80775536994,
      "time": 69,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7561523797"
    },
    {
      "job": 80775536980,
      "time": 99,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7561534173"
    },
    {
      "job": 80775536957,
      "time": 71,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7561524467"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cranhaven/actions/runs/27340180086",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cranhaven/cranhaven.r-universe.dev",
  "_commit": {
    "id": "f9128d55abe90e8b1d3398b4e7f3b655bb35c0a5",
    "author": "GitHub Action <action@github.com>",
    "committer": "GitHub Action <action@github.com>",
    "message": "Add auctionr to CRANhaven, because archived on 2026-06-11 01:02:00 +0000\n",
    "time": 1781139720
  },
  "_maintainer": {
    "name": "Alex MacKay",
    "email": "amackay@hbs.edu",
    "login": "ajmack",
    "description": "",
    "uuid": 20776214
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "numDeriv",
      "version": ">= 2016.8-1",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cranhaven",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-24",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "archived",
    "packages",
    "r-universe"
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "henrikbengtsson",
      "count": 183,
      "uuid": 1616850
    }
  ],
  "_userbio": {
    "uuid": 161993010,
    "type": "organization",
    "name": "cranhaven",
    "description": "CRANhaven - Repository for Recently Archived CRAN Packages"
  },
  "_downloads": {
    "count": 191,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/auctionr"
  },
  "_devurl": "https://github.com/ajmack/auctionr",
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/auctionr.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ajmack/auctionr",
  "_realowner": "ajmack",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-06-25"
    }
  ],
  "_exports": [
    "auction_generate_data",
    "auction_model"
  ],
  "_help": [
    {
      "page": "auction_generate_data",
      "title": "Generates sample data for running 'auction_model'",
      "topics": [
        "auction_generate_data"
      ]
    },
    {
      "page": "auction_model",
      "title": "Estimates a first-price auction model.",
      "topics": [
        "auction_model"
      ]
    },
    {
      "page": "print.auctionmodel",
      "title": "Print an auction model.",
      "topics": [
        "print.auctionmodel"
      ]
    }
  ],
  "_readme": "https://github.com/cranhaven/cranhaven.r-universe.dev/raw/package/auctionr/auctionr/README.md",
  "_rundeps": [
    "numDeriv"
  ],
  "_vignettes": [
    {
      "source": "auctionr.Rmd",
      "filename": "auctionr.html",
      "title": "Introduction to auctionr",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Generating sample data",
        "Trying out several random starting points to estimate standard errors"
      ],
      "created": "2026-06-11 01:02:00",
      "modified": "2026-06-11 01:02:00",
      "commits": 1
    }
  ],
  "_score": 3.3979400086720375,
  "_indexed": false,
  "_nocasepkg": "auctionr",
  "_universes": [
    "cranhaven"
  ],
  "_indexurl": "https://ajmack.r-universe.dev/auctionr",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-11T10:27:46.000Z",
      "distro": "noble",
      "commit": "f9128d55abe90e8b1d3398b4e7f3b655bb35c0a5",
      "fileid": "5486c8d02015fcd680ccb96cfaac99eacd6c601ef298a5ad5f0543b67fbfff19",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cranhaven/actions/runs/27340180086"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-11T10:27:43.000Z",
      "distro": "noble",
      "commit": "f9128d55abe90e8b1d3398b4e7f3b655bb35c0a5",
      "fileid": "2dd5a9865085ca1ccec1e5e96f668ad713f323913bedc4f9b4d9e9c9f9bf9857",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cranhaven/actions/runs/27340180086"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-11T10:52:48.000Z",
      "commit": "f9128d55abe90e8b1d3398b4e7f3b655bb35c0a5",
      "fileid": "ec15211dfd23dec2fda1b9a5f1cd11772f67ccbbc6046de26b152e993ddfc714",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cranhaven/actions/runs/27340180086"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-11T10:50:04.000Z",
      "commit": "f9128d55abe90e8b1d3398b4e7f3b655bb35c0a5",
      "fileid": "ea904d2ffbae8cd519789091fdf737aac1f363629c5674429b0fb9ea9cc1c5c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cranhaven/actions/runs/27340180086"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-11T10:27:44.000Z",
      "commit": "f9128d55abe90e8b1d3398b4e7f3b655bb35c0a5",
      "fileid": "6328f43719fa0064ef4dc561846833e0f77f00e2aca9f94d0cdec6a4891f1885",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cranhaven/actions/runs/27340180086"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-11T10:26:57.000Z",
      "commit": "f9128d55abe90e8b1d3398b4e7f3b655bb35c0a5",
      "fileid": "9a5c33a9e484b051c68e32bb6ee9e410f763aa05285d6f1b53b07992c35d6f60",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cranhaven/actions/runs/27340180086"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-11T10:27:27.000Z",
      "commit": "f9128d55abe90e8b1d3398b4e7f3b655bb35c0a5",
      "fileid": "4b492699ac4a0c13b959c39f0311f57ca041488870bbb398779e174845f8bf7a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cranhaven/actions/runs/27340180086"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-11T10:27:00.000Z",
      "commit": "f9128d55abe90e8b1d3398b4e7f3b655bb35c0a5",
      "fileid": "ac9307d6803b83d973bc5f581a3cd2a5c63b64b87d58d7ffa132d4c5920833f1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cranhaven/actions/runs/27340180086"
    }
  ]
}