{"id":13724226,"url":"https://github.com/KKulma/intensegRid","last_synced_at":"2025-05-07T17:33:41.670Z","repository":{"id":45931794,"uuid":"244376285","full_name":"KKulma/intensegRid","owner":"KKulma","description":" R wrapper for National Grid Carbon Intensity API","archived":false,"fork":false,"pushed_at":"2022-11-07T15:07:50.000Z","size":233,"stargazers_count":9,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-11T17:30:53.396Z","etag":null,"topics":["carbon-api","carbon-emissions","carbon-intensity","climate-change","hacktoberfest","r"],"latest_commit_sha":null,"homepage":"https://carbonintensity.org.uk/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KKulma.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-02T13:21:20.000Z","updated_at":"2022-10-18T13:32:32.000Z","dependencies_parsed_at":"2023-01-23T08:01:21.536Z","dependency_job_id":null,"html_url":"https://github.com/KKulma/intensegRid","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKulma%2FintensegRid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKulma%2FintensegRid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKulma%2FintensegRid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKulma%2FintensegRid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KKulma","download_url":"https://codeload.github.com/KKulma/intensegRid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869926,"owners_count":16555204,"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":["carbon-api","carbon-emissions","carbon-intensity","climate-change","hacktoberfest","r"],"created_at":"2024-08-03T01:01:52.330Z","updated_at":"2024-11-14T13:32:06.427Z","avatar_url":"https://github.com/KKulma.png","language":"R","funding_links":[],"categories":["Emissions"],"sub_categories":["Carbon Intensity and Accounting"],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n# About\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/KKulma/intensegRid/workflows/R-CMD-check/badge.svg)](https://github.com/KKulma/intensegRid/actions)\n[![Codecov test coverage](https://codecov.io/gh/KKulma/intensegRid/branch/master/graph/badge.svg)](https://codecov.io/gh/KKulma/intensegRid?branch=master)\n[![CRAN status](https://www.r-pkg.org/badges/version/intensegRid)](https://CRAN.R-project.org/package=intensegRid)\n[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/intensegRid)](https://cran.r-project.org/package=intensegRid)\n[![Downloads](http://cranlogs.r-pkg.org/badges/intensegRid)](https://cran.r-project.org/package=intensegRid)\n\u003c!-- badges: end --\u003e\n\n# intensegRid \u003cimg src='man/figures/logo.png' align=\"right\" height=\"200\" /\u003e\u003c/a\u003e\n\nThis package is an API wrapper for [National Grid's Carbon Intensity API](https://carbonintensity.org.uk/). The API provides information on national and regional carbon intensity - the amount of carbon emitted per unit of energy consumed - for the UK. \n\n## Installation\n\nInstall the latest CRAN package with: \n\n```{r eval=FALSE}\ninstall.packages(\"intensegRid\")\n```\n\nOr you can install the development version from [GitHub](https://github.com/) with:\n\n```{r eval=FALSE}\n# install.packages(\"remotes\")\nremotes::install_github(\"KKulma/intensegRid\")\n```\n\n## Examples\n\nFor examples on how to use **intensegRid** package refer to the [vignette](https://kkulma.github.io/intensegRid/articles/intro-to-carbon-intensity.html). \n\n## Limitations\n\nIn its current form, the package only accepts dates as `start` or `end` inputs (as Dates or character string), but not timestamps. However you can easily filter the output of **intensegRid** functions using [dplyr](https://dplyr.tidyverse.org/) and [lubridate](https://lubridate.tidyverse.org/) packages.\n\n## Contribution\nThis is an open-source project and it welcomes your contribution! Feel free to use and test the package and if you find a bug, please, report it as [an issue](https://github.com/KKulma/intensegRid/issues). You may want to go even a step further and fix an issue you just raised!\n\nIf you're rather new to open source and git, [this repo](https://github.com/firstcontributions/first-contributions/blob/master/README.md) offers some easy to follow guidance on how to start. Thanks for your time and efforts!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKKulma%2FintensegRid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKKulma%2FintensegRid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKKulma%2FintensegRid/lists"}