{
  "_id": "6a10316facfb0bcc41c96f02",
  "Package": "staninside",
  "Title": "Facilitating the Use of 'Stan' Within Packages",
  "Version": "0.0.4",
  "Authors@R": "person(given = \"Michael\",\nfamily = \"DeWitt\",\nrole = c(\"aut\", \"cre\"),\nemail = \"me.dewitt.jr@gmail.com\",\ncomment = c(ORCID = \"0000-0001-8940-1967\"))",
  "Description": "Infrastructure and functions that can be used for\nintegrating 'Stan' (Carpenter et al. (2017)\n<doi:10.18637/jss.v076.i01>) code into stand alone R packages\nwhich in turn use the 'CmdStan' engine which is often accessed\nthrough 'CmdStanR'. Details given in Stan Development Team\n(2025) <https://mc-stan.org/cmdstanr/>. Using 'CmdStanR' and\npre-written 'Stan' code can make package installation easy.\nUsing 'staninside' offers a way to cache user-compiled 'Stan'\nmodels in user-specified directories reducing the need to\nrecompile the same model multiple times.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/medewitt/staninside,\nhttps://medewitt.github.io/staninside/",
  "BugReports": "https://github.com/medewitt/staninside/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Language": "en-US",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libuv1-dev",
  "Repository": "https://medewitt.r-universe.dev",
  "Date/Publication": "2025-07-28 14:53:18 UTC",
  "RemoteUrl": "https://github.com/medewitt/staninside",
  "RemoteRef": "HEAD",
  "RemoteSha": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-22 10:30:22 UTC",
    "User": "root"
  },
  "Author": "Michael DeWitt [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-8940-1967>)",
  "Maintainer": "Michael DeWitt <me.dewitt.jr@gmail.com>",
  "MD5sum": "56e4f38564ce66364b134e18fd8f8479",
  "_user": "medewitt",
  "_type": "src",
  "_file": "staninside_0.0.4.tar.gz",
  "_fileid": "80189b6415f4ddf55332b759250fbfcbe8c8c9eab8737bdd1a485dfa58d56b31",
  "_filesize": 91739,
  "_sha256": "80189b6415f4ddf55332b759250fbfcbe8c8c9eab8737bdd1a485dfa58d56b31",
  "_created": "2026-05-22T10:30:22.000Z",
  "_published": "2026-05-22T10:35:27.875Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77362366749,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7158426125"
    },
    {
      "job": 77362366707,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158424698"
    },
    {
      "job": 77362366704,
      "time": 101,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7158442104"
    },
    {
      "job": 77362366715,
      "time": 123,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158468745"
    },
    {
      "job": 77361910113,
      "time": 186,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158387394"
    },
    {
      "job": 77362366696,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158419480"
    },
    {
      "job": 77362366730,
      "time": 77,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7158411311"
    },
    {
      "job": 77362366719,
      "time": 65,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7158407811"
    },
    {
      "job": 77362366754,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158411868"
    }
  ],
  "_buildurl": "https://github.com/r-universe/medewitt/actions/runs/26282469504",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/medewitt/staninside",
  "_commit": {
    "id": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
    "author": "Michael DeWitt <me.dewitt.jr@gmail.com>",
    "committer": "Michael DeWitt <me.dewitt.jr@gmail.com>",
    "message": "remove quotes\n",
    "time": 1753714398
  },
  "_maintainer": {
    "name": "Michael DeWitt",
    "email": "me.dewitt.jr@gmail.com",
    "login": "medewitt",
    "mastodon": "@Medewitt@mastodon.social",
    "orcid": "0000-0001-8940-1967",
    "description": "",
    "uuid": 25038837
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "rappdirs",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "medewitt",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-29",
      "n": 6
    },
    {
      "week": "2025-30",
      "n": 5
    },
    {
      "week": "2025-31",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "stan"
  ],
  "_stars": 7,
  "_contributors": [
    {
      "user": "medewitt",
      "count": 43,
      "uuid": 25038837
    }
  ],
  "_userbio": {
    "uuid": 25038837,
    "type": "user",
    "name": "Michael DeWitt"
  },
  "_downloads": {
    "count": 160,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/staninside"
  },
  "_devurl": "https://github.com/medewitt/staninside",
  "_pkgdown": "https://medewitt.github.io/staninside/",
  "_searchresults": 2,
  "_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/readme.html",
    "extra/readme.md",
    "extra/staninside.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/medewitt/staninside",
  "_realowner": "medewitt",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.4",
      "date": "2025-08-01"
    }
  ],
  "_exports": [
    "clear_stan_cache",
    "copy_models",
    "find_stan_code",
    "setup_stan_package"
  ],
  "_help": [
    {
      "page": "clear_stan_cache",
      "title": "Clear Stan Cache",
      "topics": [
        "clear_stan_cache"
      ]
    },
    {
      "page": "copy_models",
      "title": "Copy Stan Models",
      "topics": [
        "copy_models"
      ]
    },
    {
      "page": "find_stan_code",
      "title": "Find Stan Code",
      "topics": [
        "find_stan_code"
      ]
    },
    {
      "page": "setup_stan_package",
      "title": "Create Package Infrastructure for Stan Package",
      "topics": [
        "setup_stan_package"
      ]
    }
  ],
  "_readme": "https://github.com/medewitt/staninside/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "fs",
    "rappdirs"
  ],
  "_vignettes": [
    {
      "source": "using-staninside.Rmd",
      "filename": "using-staninside.html",
      "title": "Using Staninside",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Motivation",
        "Building a Stan Package",
        "Package Infrastructure",
        "Model Fitting"
      ],
      "created": "2021-11-20 12:55:29",
      "modified": "2025-07-23 15:55:59",
      "commits": 5
    }
  ],
  "_score": 5.498310553789601,
  "_indexed": true,
  "_nocasepkg": "staninside",
  "_universes": [
    "medewitt"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.4",
      "date": "2026-05-22T10:32:31.000Z",
      "distro": "noble",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "7cf3e53d88adbe37964857d9241603f910e147324812277c4e76ea84a7ee49b3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/26282469504"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.4",
      "date": "2026-05-22T10:32:27.000Z",
      "distro": "noble",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "3f0cf0b700e6290d2e490b21ee2a00e1a2defb061abaa7e83291daf222efff44",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/26282469504"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.4",
      "date": "2026-05-22T10:33:28.000Z",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "cb1fd4d23e9f5313d56332cf37537c3577e610c440708b7b44bdf4e69f6ca372",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/26282469504"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.4",
      "date": "2026-05-22T10:34:56.000Z",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "e528667ce07ae92f0bd0adacf48f48b7f5dc1a01965b78e4fe8a0ed6b5734eb8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/26282469504"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.4",
      "date": "2026-05-22T10:32:22.000Z",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "831097e61334bf710fb845ea838b2ae5e3663b8511344f4790154f25874779f3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/26282469504"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.4",
      "date": "2026-05-22T10:31:41.000Z",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "701cf7832d8d5501a1c06c20820b607b9a3cac8bcaf1cf6d49a756ebe366ac9c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/26282469504"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.4",
      "date": "2026-05-22T10:31:29.000Z",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "6fd7e5ca6fe92af74b1d85011eeb2d93490d7e229e001f4049ba803e9ba537ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/26282469504"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.4",
      "date": "2026-05-22T10:31:37.000Z",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "1e79f4e38a4cee587cec4522b607f8625056fc7d320c04a0fcc16ddb495c2f2f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/26282469504"
    }
  ]
}