{"id":18592809,"url":"https://github.com/kwb-r/kwb.umberto","last_synced_at":"2025-05-16T10:10:41.671Z","repository":{"id":150511906,"uuid":"137722612","full_name":"KWB-R/kwb.umberto","owner":"KWB-R","description":"Helper functions for UMBERTO (https://www.ifu.com/umberto/)  model output","archived":false,"fork":false,"pushed_at":"2024-03-19T08:04:37.000Z","size":12127,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-17T21:46:05.739Z","etag":null,"topics":["data-aggregation","data-import","data-visualisation","life-cycle-assessment","modelling","project-fakin","project-smartplant","r","rstats"],"latest_commit_sha":null,"homepage":"https://kwb-r.github.io/kwb.umberto","language":"R","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/KWB-R.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","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}},"created_at":"2018-06-18T07:37:22.000Z","updated_at":"2022-12-07T13:09:07.000Z","dependencies_parsed_at":"2023-04-04T14:16:15.079Z","dependency_job_id":"f8eeefc6-341c-4cf2-8f42-895d32e24242","html_url":"https://github.com/KWB-R/kwb.umberto","commit_stats":{"total_commits":34,"total_committers":2,"mean_commits":17.0,"dds":0.05882352941176472,"last_synced_commit":"f47902b383f3801241e2e169312fed0b9311ba10"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fkwb.umberto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fkwb.umberto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fkwb.umberto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Fkwb.umberto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KWB-R","download_url":"https://codeload.github.com/KWB-R/kwb.umberto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509472,"owners_count":22082892,"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":["data-aggregation","data-import","data-visualisation","life-cycle-assessment","modelling","project-fakin","project-smartplant","r","rstats"],"created_at":"2024-11-07T01:10:11.678Z","updated_at":"2025-05-16T10:10:41.651Z","avatar_url":"https://github.com/KWB-R.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![R-CMD-check](https://github.com/KWB-R/kwb.umberto/workflows/R-CMD-check/badge.svg)](https://github.com/KWB-R/kwb.umberto/actions?query=workflow%3AR-CMD-check)\r\n[![pkgdown](https://github.com/KWB-R/kwb.umberto/workflows/pkgdown/badge.svg)](https://github.com/KWB-R/kwb.umberto/actions?query=workflow%3Apkgdown)\r\n[![codecov](https://codecov.io/github/KWB-R/kwb.umberto/branch/main/graphs/badge.svg)](https://codecov.io/github/KWB-R/kwb.umberto)\r\n[![Project Status](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\r\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/kwb.umberto)]()\r\n[![R-Universe_Status_Badge](https://kwb-r.r-universe.dev/badges/kwb.umberto)](https://kwb-r.r-universe.dev/)\r\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3604006.svg)](https://doi.org/10.5281/zenodo.3604006)\r\n\r\n# kwb.umberto\r\n\r\nHelper functions for data import, aggregation and\r\nvisualisation of UMBERTO (https://www.ifu.com/umberto/) model output.\r\n\r\n## Installation\r\n\r\nFor details on how to install KWB-R packages checkout our [installation tutorial](https://kwb-r.github.io/kwb.pkgbuild/articles/install.html).\r\n\r\n```r\r\n### Optionally: specify GitHub Personal Access Token (GITHUB_PAT)\r\n### See here why this might be important for you:\r\n### https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat\r\n\r\n# Sys.setenv(GITHUB_PAT = \"mysecret_access_token\")\r\n\r\n# Install package \"remotes\" from CRAN\r\nif (! require(\"remotes\")) {\r\n  install.packages(\"remotes\", repos = \"https://cloud.r-project.org\")\r\n}\r\n\r\n# Install KWB package 'kwb.umberto' from GitHub\r\nremotes::install_github(\"KWB-R/kwb.umberto\")\r\n```\r\n\r\n## Documentation\r\n\r\nRelease: [https://kwb-r.github.io/kwb.umberto](https://kwb-r.github.io/kwb.umberto)\r\n\r\nDevelopment: [https://kwb-r.github.io/kwb.umberto/dev](https://kwb-r.github.io/kwb.umberto/dev)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwb-r%2Fkwb.umberto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwb-r%2Fkwb.umberto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwb-r%2Fkwb.umberto/lists"}