{
  "_id": "6a37b36f3efcd9bda44278a5",
  "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-06-21 09:45:52 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": "a3c83bfbe10fd61c60bf48d8bc5761bd",
  "_user": "medewitt",
  "_type": "src",
  "_file": "staninside_0.0.4.tar.gz",
  "_fileid": "3b66887b2b0f682e7c7aa303befeff63d344331172d3e7d22255c569f4ed4310",
  "_filesize": 92807,
  "_sha256": "3b66887b2b0f682e7c7aa303befeff63d344331172d3e7d22255c569f4ed4310",
  "_created": "2026-06-21T09:45:52.000Z",
  "_published": "2026-06-21T09:48:31.514Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82559803557,
      "time": 129,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7774099213"
    },
    {
      "job": 82559803553,
      "time": 131,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774099502"
    },
    {
      "job": 82559803555,
      "time": 105,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7774095985"
    },
    {
      "job": 82559803551,
      "time": 79,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774092583"
    },
    {
      "job": 82559626252,
      "time": 163,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774081791"
    },
    {
      "job": 82559803545,
      "time": 129,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774098994"
    },
    {
      "job": 82559803559,
      "time": 77,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7774092451"
    },
    {
      "job": 82559803561,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7774092228"
    },
    {
      "job": 82559803562,
      "time": 78,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774092743"
    }
  ],
  "_buildurl": "https://github.com/r-universe/medewitt/actions/runs/27900418906",
  "_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",
    "followers": 56
  },
  "_downloads": {
    "count": 187,
    "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",
    "LICENSE",
    "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-06-21T09:48:01.000Z",
      "distro": "noble",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "ae7599d91f33ae95fc4938a3bf32108848f00f29497fdc0b85002542d5f4e4bc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/27900418906"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.4",
      "date": "2026-06-21T09:48:03.000Z",
      "distro": "noble",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "6979bfb3d71ca51a204fbb78c30261bb36dbdfaaf9c793857e858f24c07ff597",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/27900418906"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.4",
      "date": "2026-06-21T09:47:39.000Z",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "393dbfd3900c9c885ca5042d21e75f9b27bc57ea49bc06c75652becec9d73d4e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/27900418906"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.4",
      "date": "2026-06-21T09:47:15.000Z",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "7721fec7f93180b1cdbb86d904c2b00b14d3d853d53db3b3a8f96533a2844068",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/27900418906"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.4",
      "date": "2026-06-21T09:48:07.000Z",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "dc4a6ea26aa3abb8c38c2dc1142dac5916eea2ba7d79935fdd219ca42abca3c2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/27900418906"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.4",
      "date": "2026-06-21T09:47:07.000Z",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "e9be49b8bc02d0a4428a3161d88bf75556b8bea43810a87730b7d7821e7d6e33",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/27900418906"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.4",
      "date": "2026-06-21T09:47:08.000Z",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "95e72a76d0bed33267cc9645a10a5842e85199104e6810d77a9ef1c0e1c27680",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/27900418906"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.4",
      "date": "2026-06-21T09:47:09.000Z",
      "commit": "62c3e663da6ac6dad681ca4c21da899593e76f4f",
      "fileid": "99ec7dce0c1fccfa4476adbcad8d55f292116cb6b95d404b945a61c39895c5f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/medewitt/actions/runs/27900418906"
    }
  ]
}