{"id":18918392,"url":"https://github.com/r-lum/rcarb","last_synced_at":"2025-04-15T10:32:48.044Z","repository":{"id":48175095,"uuid":"151577249","full_name":"R-Lum/RCarb","owner":"R-Lum","description":"R package 'RCarb'","archived":false,"fork":false,"pushed_at":"2024-08-26T19:14:15.000Z","size":25520,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-28T17:24:19.649Z","etag":null,"topics":["dose-rate-modelling","geochronology","luminescence-dating","r","rpackage"],"latest_commit_sha":null,"homepage":"https://r-lum.github.io/RCarb/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/R-Lum.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.Rmd","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json"}},"created_at":"2018-10-04T13:36:37.000Z","updated_at":"2024-08-26T19:14:18.000Z","dependencies_parsed_at":"2024-08-26T22:35:54.343Z","dependency_job_id":null,"html_url":"https://github.com/R-Lum/RCarb","commit_stats":{"total_commits":154,"total_committers":4,"mean_commits":38.5,"dds":0.3441558441558441,"last_synced_commit":"0950a398026b28bbab4166b807d48474a3f102aa"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Lum%2FRCarb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Lum%2FRCarb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Lum%2FRCarb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Lum%2FRCarb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R-Lum","download_url":"https://codeload.github.com/R-Lum/RCarb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223668600,"owners_count":17182953,"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":["dose-rate-modelling","geochronology","luminescence-dating","r","rpackage"],"created_at":"2024-11-08T10:31:40.197Z","updated_at":"2024-11-08T10:32:18.060Z","avatar_url":"https://github.com/R-Lum.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\nheader-includes:\n   - \\usepackage{amsmath}\n   - \\usepackage{amssymb}\n---\n\u003c!-- README.md was auto-generated by README.Rmd. Please DO NOT edit by hand!--\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\"\n)\nlibrary(RCarb)\n```\n\n# RCarb \u003cimg width=120px src=\"man/figures/Logo_RCarb.svg\" align=\"right\" /\u003e\n\n[![CRAN](https://www.r-pkg.org/badges/version/RCarb)](https://CRAN.R-project.org/package=RCarb)\n[![CRAN DOI](https://img.shields.io/badge/doi-10.32614/CRAN.package.RCarb-blue.svg)](https://doi.org/10.32614/CRAN.package.RCarb)\n[![DOI](https://zenodo.org/badge/151577249.svg)](https://zenodo.org/badge/latestdoi/151577249)\n[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/RCarb)](https://www.r-pkg.org/pkg/RCarb)\n[![R-CMD-check](https://github.com/R-Lum/RCarb/workflows/GitHub Actions CI/badge.svg)](https://github.com/R-Lum/RCarb/actions)\n[![codecov](https://codecov.io/gh/R-Lum/RCarb/graph/badge.svg?token=yAbeonoPiC)](https://codecov.io/gh/R-Lum/RCarb)\n\nThe **R** package `'RCarb'` provides a collection of various R functions to model dose rates in carbonate-rich samples. The package is a translation of the `'MATLAB'` program *Carb* by Roger P. Nathan.\n\n## Installation of the developer version\n\nTo install the latest development builds of `'RCarb'` directly from GitHub, run\n\n```r\nif(!require(\"devtools\"))\n  install.packages(\"devtools\")\ndevtools::install_github(\"R-Lum/RCarb@master\")\n```\n\nTo install a developer build other than `'master'`, replace the term `'master'` in the code line by the name of the wanted developer build (not available yet). \n\nPlease further note that our 'GitHub' versions are developer versions and subject to daily changes. For stable please versions download the package from  [CRAN](https://CRAN.R-project.org/package=RCarb).\n\n## License\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the \nGNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [GNU General Public License](https://github.com/R-Lum/RCarb/blob/master/LICENSE) for more details.\n\n## Related projects \n\n* [Luminescence](https://github.com/R-Lum/Luminescence)\n* [RLumModel](https://github.com/R-Lum/RLumModel)\n* [RLumCarlo](https://github.com/R-Lum/RLumCarlo)\n* [RLumShiny](https://github.com/R-Lum/RLumShiny) \n\n## References\n\nKreutzer, S., Mauz, B., Martin, L., Mercier, N., 2019. 'RCarb':\nDose Rate Modelling of Carbonate-Rich Samples - an Implementation of Carb in R -.\nAncient TL 37, 1–8. http://ancienttl.org/ATL_37-2_2019/ATL_37-2_Kreutzer_p1-8.pdf\n\nNathan, R.P., Mauz, B., 2008. On the dose-rate estimate of carbonate-rich sediments for trapped charge dating. Radiation Measurements 43, 14–25. doi: [10.1016/j.radmeas.2007.12.012](https://dx.doi.org/10.1016/j.radmeas.2007.12.012)\n\nMauz, B., Hoffmann, D., 2014. What to do when carbonate replaced water: Carb, the model for estimating the dose rate of carbonate-rich samples. \nAncient TL 32, 24–32. http://ancienttl.org/ATL_32-2_2014/ATL_32-2_Mauz_p24-32.pdf\n\n**Further reading**\n\nNathan, R.P., 2010. Numerical modelling of environmental dose rate and its application to trapped-charge dating.\nDPhil thesis, St Hugh’s College, Oxford. https://ora.ox.ac.uk/objects/ora:6421\n\n## \u003cspan class=\"glyphicon glyphicon-euro\"\u003e\u003c/span\u003e Funding\n\n* Between 2018-2019, the work of Sebastian Kreutzer as maintainer of the package was supported\nby LabEx LaScArBxSK (ANR - n. ANR-10-LABX-52).\n\n* Between 01/2020-04/2022, Sebastian Kreutzer received funding from the European Union’s Horizon 2020 \nresearch and innovation programme under the Marie Skłodowska-Curie grant agreement \nNo 844457 (project: CREDit).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-lum%2Frcarb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-lum%2Frcarb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-lum%2Frcarb/lists"}