{"id":29087089,"url":"https://github.com/ccao-data/pinval","last_synced_at":"2025-06-28T01:07:32.508Z","repository":{"id":299888111,"uuid":"787056845","full_name":"ccao-data/pinval","owner":"ccao-data","description":"Prototype PIN VALuation report","archived":false,"fork":false,"pushed_at":"2025-06-25T21:20:19.000Z","size":402,"stargazers_count":0,"open_issues_count":19,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T21:26:25.151Z","etag":null,"topics":["assessment","propoerty-taxes","r","reporting"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ccao-data.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-04-15T20:04:49.000Z","updated_at":"2025-06-23T18:21:08.000Z","dependencies_parsed_at":"2025-06-18T20:41:05.033Z","dependency_job_id":"47289e38-cb95-489e-a52e-4e219b7359cd","html_url":"https://github.com/ccao-data/pinval","commit_stats":null,"previous_names":["ccao-data/pinval"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ccao-data/pinval","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccao-data%2Fpinval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccao-data%2Fpinval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccao-data%2Fpinval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccao-data%2Fpinval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccao-data","download_url":"https://codeload.github.com/ccao-data/pinval/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccao-data%2Fpinval/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262357555,"owners_count":23298464,"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":["assessment","propoerty-taxes","r","reporting"],"created_at":"2025-06-28T01:07:31.977Z","updated_at":"2025-06-28T01:07:32.488Z","avatar_url":"https://github.com/ccao-data.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PINVAL\n\nThis repo stores the code necessary to generate experimental reports\nexplaining how the CCAO Data team's residential model valued any particular\nsingle-family home or multifamily home with six or fewer units.\n\n\u003e [!WARNING]\n\u003e This project is an experimental work-in-progress and is not yet used in\n\u003e production. Reports generated using this code may not accurately reflect\n\u003e model behavior or CCAO policy.\n\n## Developing\n\nWe currently support two ways of generating PINVAL reports: With\n[Quarto](#quarto) or with [Hugo](#hugo).\n\n### Quarto\n\nThis project expects that you have R and the [Quarto\nCLI](https://quarto.org/docs/get-started/) installed on your machine.\nA working installation of RStudio is recommended, but not required.\n\n1. Ensure that renv is installed:\n\n```r\ninstall.packages(\"renv\")\n```\n\n2. Create a renv environment and install R dependencies:\n\n```r\nrenv::restore()\n```\n\n3. [Optional] If you would like to run the report for a specific PIN, year, or\n   model run, adjust run parameters under the `params` attribute in the YAML\n   front matter in `pinval.qmd`.\n\n4. Make sure you are [authenticated with\n   AWS](https://github.com/ccao-data/wiki/blob/master/How-To/Setup-the-AWS-Command-Line-Interface-and-Multi-factor-Authentication.md).\n\n5. Render the `pinval.qmd` report using Quarto, either by clicking the \"Render\"\n   button in the RStudio UI or by calling the Quarto CLI:\n\n```\nquarto render pinval.qmd --to html -o pinval.html\n```\n\n### Hugo\n\nThis project expects that you have the [Hugo CLI](https://gohugo.io/installation/)\ninstalled on your machine.\n\n\u003e [!NOTE]\n\u003e While the Data team often does work on the server, you should do Hugo\n\u003e development on your laptop in order to run the development site. Hugo\n\u003e installation is easiest using WSL, where you can install it by running\n\u003e `sudo snap install hugo` and entering your WSL user password. Your WSL\n\u003e password will most likely be different from your laptop password; if\n\u003e you're having trouble authenticating, reach out to a senior staff member\n\u003e for help.\n\n1. Ensure that Hugo is installed correctly by running `hugo version`.\n2. Navigate to the `hugo/` subdirectory and run the development server:\n\n```\ncd hugo\nhugo serve\n```\n\n3. For a quick sample report, see the examples:\n  - http://localhost:1313/example-single-card\n  - http://localhost:1313/example-multi-card\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccao-data%2Fpinval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccao-data%2Fpinval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccao-data%2Fpinval/lists"}