{"id":18918396,"url":"https://github.com/r-lum/rlummodel","last_synced_at":"2025-04-15T10:32:48.377Z","repository":{"id":83882881,"uuid":"47547833","full_name":"R-Lum/RLumModel","owner":"R-Lum","description":"Solving Ordinary Differential Equations to Understand Luminescence","archived":false,"fork":false,"pushed_at":"2024-08-19T14:50:05.000Z","size":22920,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-08-19T16:44:46.016Z","etag":null,"topics":["differential-equations","energy-band-model","geochronology","luminescence","luminescence-models","modelling","quartz","r","simulation"],"latest_commit_sha":null,"homepage":"","language":"R","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":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":"codemeta.json"}},"created_at":"2015-12-07T11:22:04.000Z","updated_at":"2024-04-02T12:00:47.000Z","dependencies_parsed_at":"2024-07-12T22:26:59.285Z","dependency_job_id":"75cab1b7-2773-42f0-a433-609e2605b4cc","html_url":"https://github.com/R-Lum/RLumModel","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Lum%2FRLumModel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Lum%2FRLumModel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Lum%2FRLumModel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Lum%2FRLumModel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R-Lum","download_url":"https://codeload.github.com/R-Lum/RLumModel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223668606,"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":["differential-equations","energy-band-model","geochronology","luminescence","luminescence-models","modelling","quartz","r","simulation"],"created_at":"2024-11-08T10:31:40.660Z","updated_at":"2024-11-08T10:32:18.181Z","avatar_url":"https://github.com/R-Lum.png","language":"R","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\n```{r, echo = FALSE, message=FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\"\n)\nlibrary(RLumModel)\n```\n\n# RLumModel \u003cimg width=120px src=\"man/figures/RLumModel_logo.svg\" align=\"right\" /\u003e\n\n[![DOI](https://zenodo.org/badge/47547833.svg)](https://zenodo.org/badge/latestdoi/47547833)\n[![CRAN](https://www.r-pkg.org/badges/version/RLumModel)](https://CRAN.R-project.org/package=RLumModel )\n[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/RLumModel)](https://www.r-pkg.org/pkg/RLumModel)\n[![Downloads](https://cranlogs.r-pkg.org/badges/RLumModel)](https://www.r-pkg.org/pkg/RLumModel)\n[![Downloads](https://cranlogs.r-pkg.org/badges/last-week/RLumModel)](https://www.r-pkg.org/pkg/RLumModel)\n[![Downloads](https://cranlogs.r-pkg.org/badges/last-day/RLumModel)](https://www.r-pkg.org/pkg/RLumModel)\n[![R-CMD-check](https://github.com/R-Lum/RLumModel/workflows/GitHub Actions CI/badge.svg)](https://github.com/R-Lum/RLumModel/actions)\n[![Build status](https://ci.appveyor.com/api/projects/status/42umfq97ifr021mk/branch/master?svg=true)](https://ci.appveyor.com/project/RLumSK/rlummodel/branch/master)\n[![Coverage Status](https://img.shields.io/codecov/c/github/R-Lum/RLumModel.svg)](https://codecov.io/github/R-Lum/RLumModel?branch=master)\n\nThe **R** package `'RLumModel'` by Johannes Friedrich (University of Bayreuth, Germany), \nSebastian Kreutzer (Geography \u0026 Earth Sciences, Aberystwyth University, United Kingdom) and Christoph Schmidt \n(University of Lausanne, Switzerland)\nprovides a collection of various R functions modelling luminescence signals in quartz and Al\u003csub\u003e2\u003c/sub\u003eO\u003csub\u003e3\u003c/sub\u003e, based on energy-band models.\n\nFor an introduction and further details, visit the [RLumModel homepage](https://r-lum.github.io/RLumModel/).\n\n## Installation\n\n### Install the package\n\nTo install the stable version from CRAN, simply run the following from an R console:\n\n```{r, eval = FALSE}\ninstall.packages(\"RLumModel\")\n```\n\nTo install the latest development builds directly from GitHub, run\n\n```{r, eval = FALSE}\nif(!require(\"devtools\"))\n  install.packages(\"devtools\")\ndevtools::install_github(\"R-Lum/RLumModel@master\")\n```\n\nTo install a developer build other than 'master', replace the term 'master' in the codeline by the name\nof the wanted developer build. \n\n### Requirements \n\nDepending on your OS please download and install one of the following:\n\n* *Windows*: [Rtools](https://cran.r-project.org/bin/windows/Rtools/) (provided by CRAN)\n* *macOS*: [Xcode](https://developer.apple.com/xcode/) (provided by Apple)\n* *Linux*: [gcc](https://gcc.gnu.org) often comes pre-installed in most distributions. Should [gcc](https://gcc.gnu.org) be not available, however, we kindly refer to the exhaustive collection of installation guides depending on the Linux distribution.\n\n## Using RLumModel\n\n### Simple Example\n\n```{r}\nmodel \u003c- \"Bailey2001\"\n\nsequence \u003c- list(\n    IRR = c(20, 10, 1),\n    TL = c(20, 500, 5))\n    \nmodel.output \u003c- model_LuminescenceSignals(\n    model = model,\n    sequence = sequence,\n    verbose = FALSE\n)\n```\n\n\n## Note\n\n**The package comes without any guarantee!**\n\nPlease further note that this version is a development version and may change day by day. \nFor stable branches please visit the package on CRAN.\n\n## License\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU 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/RLumModel/blob/master/LICENSE) for more details.\n\n## \u003cspan class=\"glyphicon glyphicon-euro\"\u003e\u003c/span\u003e Funding\n\nThe [development of RLumModel](https://github.com/R-Lum/RLumModel)\nbenefited from the support by various funding bodies:\n\n-   The initial work by Johannes Friedrich, Sebastian Kreutzer and\n    Christoph Schmidt was supported by the DFG (2015–2018, SCHM\n    3051/4-1, “Modelling quartz luminescence signal dynamics relevant\n    for dating and dosimetry”, SCHM\n    3051/4-1)\n\n-   The work of Sebastian Kreutzer as package author was\n    supported by [LabEx LaScArBx (ANR -\n    n. ANR-10-LABX-52)](https://lascarbx.labex.u-bordeaux.fr) between\n    2017 and 2019.\n\n-   From 2020, Sebastian Kreutzer received funding from the European\n    Union’s Horizon 2020 research and innovation programme under the\n    Marie Skłodowska-Curie grant agreement No 844457 (project: CREDit).\n\n## Related projects \n\n* [Luminescence](https://github.com/R-Lum/Luminescence)\n* [RLumShiny](https://github.com/tzerk/RLumShiny)\n* [RLumCarlo](https://github.com/R-Lum/RLumCarlo)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-lum%2Frlummodel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-lum%2Frlummodel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-lum%2Frlummodel/lists"}