carbonr
A package in R to conveniently calculate carbon-equivalent emissions.
https://github.com/IDEMSInternational/carbonr
Category: Emissions
Sub Category: Carbon Intensity and Accounting
Last synced: about 9 hours ago
JSON representation
Repository metadata
Calculating carbon emissions in R
- Host: GitHub
- URL: https://github.com/IDEMSInternational/carbonr
- Owner: IDEMSInternational
- License: lgpl-3.0
- Created: 2021-11-26T20:26:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T11:32:05.000Z (about 1 month ago)
- Last Synced: 2025-04-22T08:02:43.995Z (6 days ago)
- Language: HTML
- Size: 7.07 MB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 9
- Releases: 2
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
README.Rmd
--- output: github_document --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) ``` # carbonr[](https://github.com/IDEMSInternational/carbonr/actions) [](https://doi.org/10.21105/joss.06932) [](https://app.codecov.io/gh/IDEMSInternational/carbonr?branch=main) [](https://lifecycle.r-lib.org/articles/stages.html#stable) [](https://CRAN.R-project.org/package=carbonr) [-lightgrey.svg)](https://www.gnu.org/licenses/lgpl-3.0.en.html) ## Overview `carbonr` is an R package designed to conveniently calculate carbon-equivalent emissions using data from the [UK Government report (2024)](https://www.gov.uk/government/publications/greenhouse-gas-reporting-conversion-factors-2024). ## Installation Install the development version from GitHub with: ```{r, eval = FALSE} # install.packages("devtools") devtools::install_github("IDEMSInternational/carbonr") ``` ## Aims of carbonr `carbonr` was developed to provide a reliable and reproducible method for calculating carbon-equivalent emissions. It aims to: - Ensure transparency, flexibility, and reproducibility in emissions calculations. - Facilitate easy saving, editing, and redistribution of results. - Encourage community contributions to extend functionality. - Provide a user-friendly interface through Shiny for users with limited programming experience. ## Functions in `carbonr` There are different types of functions in `carbonr`. There are travel and accommodation based estimates based on general activities, making them easier to use without detailed knowledge of specific inputs: **Travel-Related Emissions** - `airplane_emissions()` - `ferry_emissions()` - `rail_emissions()` - `land_emissions()` - `vehicle_emissions()` **Accommodation-Related Emissions** - `hotel_emissions()` - `building_emissions()` - `office_emissions()` - `household_emissions()` #### Raw Input-Based Emissions These functions allow for more precise calculations by inputting specific values, such as the quantity of materials used: - `construction_emissions()` - `electrical_emissions()` - `material_emissions()` - `metal_emissions()` - `paper_emissions()` - `plastic_emissions()` - `raw_fuels()` #### Clinical Emissions These functions are specific to calculating emissions from clinical and medical activities: - `anaesthetic_emissions()` - `clinical_emissions()` - `clinical_theatre_data()` All functions return carbon-equivalent emissions in tonnes. A Shiny app is available via `shiny_emissions()` for a GUI-based calculation. Some examples demonstrating how to use the `carbonr` package functions can be found in the vignette. ## Additional Features **Beyond the Emissions Available in the 2023 UK Report** Additional functions are available for emissions not covered in the UK Government report, such as those related to operating theatre waste. Further details on using the operating theatre waste functions are provided in the vignette. The `carbon_credit_price()` function provides values based on [World Bank data](https://carbonpricingdashboard.worldbank.org/). **Shiny App** An interactive calculator using Shiny can be accessed by the `shiny_emissions()` function. This calculator uses some of the functions in the `carbonr` package: ```{r, eval = FALSE} shiny_emissions() ```
## For the Future As well as those outlined in the "issues", planned features include: - Data integration from data sets. For example, office emissions from accounting records. - Comprehensive reporting tools with summary statistics, tables, and graphs. - Open to further collaborations to contribute new emissions, insights, and methodologies. - Continual updates to integrate the latest research. ## Contributing, Reporting Issues, and Seeking Support We welcome contributions from the community to enhance the `carbonr` package. If you would like to contribute, please follow these guidelines: - **Contribute to the software**: If you wish to contribute new features, fix bugs, or improve the documentation, please fork the repository, create a new branch for your changes, and submit a pull request. Ensure that your code follows the existing style and include tests where applicable. - **Report issues or problems**: If you encounter any bugs or have suggestions for improvements, please open an issue in the [GitHub repository](https://github.com/IDEMSInternational/carbonr/issues). Provide as much detail as possible, including steps to reproduce the issue if applicable. - **Seek support**: For any questions or help with using `carbonr`, you can reach out by opening a discussion in the [GitHub Discussions](https://github.com/IDEMSInternational/carbonr/discussions). Your feedback and contributions are invaluable in helping us improve and maintain the package. ## References #### Other Online Calculators: - [Carbonfund.org](https://shop.climeco.com/individual/individual-emissions-calculator/) - [Carbon Footprint Calculator](https://www.carbonfootprint.com/calculatorfaqs.html) #### Sources 1. UK Government Report: Department for Energy Security and Net Zero. (2023). [Greenhouse Gas Reporting: Conversion Factors 2023](https://www.gov.uk/government/publications/greenhouse-gas-reporting-conversion-factors-2023). 2. UK Government Report: Department for Energy Security and Net Zero. (2024). [Greenhouse Gas Reporting: Conversion Factors 2024](https://www.gov.uk/government/publications/greenhouse-gas-reporting-conversion-factors-2024). 3. Radiative Forcing Factor: DEFRA, 2016. Government GHG conversion factors for company reporting. 4. Clinical Anaesthetic Emissions: Various sources including - Varughese, S. and Ahmed, R., 2021. Environmental and occupational considerations of anesthesia: a narrative review and update. Anesthesia & Analgesia, 133(4), pp.826-835; McGain, F., Muret, J., Lawson, C. and Sherman, J.D., 2020. Environmental sustainability in anaesthesia and critical care. British Journal of Anaesthesia, 125(5), pp.680-692; Wyssusek, K., Chan, K.L., Eames, G. and Whately, Y., 2022. Greenhouse gas reduction in anaesthesia practice: a departmental environmental strategy. BMJ Open Quality, 11(3), p.e001867; Sherman, J., Le, C., Lamers, V. and Eckelman, M., 2012. Life cycle greenhouse gas emissions of anesthetic drugs. Anesthesia & Analgesia, 114(5), pp.1086-1090. 5. Department of Climate Change, Energy, the Environment and Water (DCCEEW). National Greenhouse Accounts Factors: 2022. Australian Government, 2022.
Owner metadata
- Name: IDEMS International
- Login: IDEMSInternational
- Email: [email protected]
- Kind: organization
- Description:
- Website: https://www.idems.international/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/44813009?v=4
- Repositories: 123
- Last ynced at: 2024-04-15T09:32:43.798Z
- Profile URL: https://github.com/IDEMSInternational
GitHub Events
Total
- Create event: 1
- Issues event: 1
- Release event: 1
- Watch event: 3
- Issue comment event: 3
- Push event: 12
- Pull request review event: 2
- Pull request event: 8
Last Year
- Create event: 1
- Issues event: 1
- Release event: 1
- Watch event: 3
- Issue comment event: 3
- Push event: 12
- Pull request review event: 2
- Pull request event: 8
Committers metadata
Last synced: 7 days ago
Total Commits: 360
Total Committers: 2
Avg Commits per committer: 180.0
Development Distribution Score (DDS): 0.003
Commits in past year: 118
Committers in past year: 2
Avg Commits per committer in past year: 59.0
Development Distribution Score (DDS) in past year: 0.008
Name | Commits | |
---|---|---|
lilyclements | l****y@i****l | 359 |
Harald von Waldow | h****w@t****e | 1 |
Committer domains:
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 19
Total pull requests: 37
Average time to close issues: 6 months
Average time to close pull requests: 2 days
Total issue authors: 5
Total pull request authors: 3
Average comments per issue: 2.42
Average comments per pull request: 0.14
Merged pull request: 36
Bot issues: 0
Bot pull requests: 0
Past year issues: 9
Past year pull requests: 26
Past year average time to close issues: 19 days
Past year average time to close pull requests: 3 days
Past year issue authors: 3
Past year pull request authors: 3
Past year average comments per issue: 2.11
Past year average comments per pull request: 0.15
Past year merged pull request: 25
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- lilyclements (9)
- hvwaldow (7)
- dannyparsons (1)
- mengqi-z (1)
- genghiskhanofnz (1)
Top Pull Request Authors
- lilyclements (35)
- hvwaldow (1)
- PhyllisMuniu (1)
Top Issue Labels
Top Pull Request Labels
Dependencies
- R >= 2.10 depends
- airportr * imports
- checkmate * imports
- dplyr * imports
- htmltools * imports
- rlang * imports
- shiny * imports
- shinydashboard * imports
- sp * imports
- stringr * imports
- tibble * imports
- testthat >= 2.0.0 suggests
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
Score: 3.9889840465642745