{"id":16499339,"url":"https://github.com/tpapp/standump.jl","last_synced_at":"2025-06-21T11:08:01.837Z","repository":{"id":55588507,"uuid":"90238035","full_name":"tpapp/StanDump.jl","owner":"tpapp","description":"Julia library for dumping data to be read by Stan.","archived":false,"fork":false,"pushed_at":"2025-05-05T11:05:58.000Z","size":28,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T11:07:51.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-05-04T08:11:15.000Z","updated_at":"2025-05-05T11:05:58.000Z","dependencies_parsed_at":"2025-06-21T11:07:55.486Z","dependency_job_id":null,"html_url":"https://github.com/tpapp/StanDump.jl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tpapp/StanDump.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FStanDump.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FStanDump.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FStanDump.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FStanDump.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpapp","download_url":"https://codeload.github.com/tpapp/StanDump.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FStanDump.jl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261110613,"owners_count":23111065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T14:52:12.877Z","updated_at":"2025-06-21T11:07:56.821Z","avatar_url":"https://github.com/tpapp.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StanDump.jl\n\n![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)\n[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)\n[![build](https://github.com/tpapp/StanDump.jl/workflows/CI/badge.svg)](https://github.com/tpapp/StanDump.jl/actions?query=workflow%3ACI)\n[![codecov.io](http://codecov.io/github/tpapp/StanDump.jl/coverage.svg?branch=master)](http://codecov.io/github/tpapp/StanDump.jl?branch=master)\n\nJulia package for saving *data* (arrays and scalars) in a format that can be read by [`cmdstan`](http://mc-stan.org/interfaces/cmdstan.html).\n\n# Example usage\n\n```julia\nN = 200\nstan_dump(\"/tmp/test.data.R\", (N = N, x = randn(N)))\n```\n\n`stan_dump(target, data)` is the main entry point. The first argument is usually a filename (see its docstring for other options), while the `data` is specified as a `NamedTuple`.\n\nVariable names are minimally validated. Only supports types understood by `cmdstan`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Fstandump.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpapp%2Fstandump.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Fstandump.jl/lists"}