oslpack

Analyze OSL using Bayesian

https://github.com/zink-antoine/oslpack

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Analyze OSL using Bayesian

Basic Info
  • Host: GitHub
  • Owner: Zink-Antoine
  • License: other
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 273 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 5 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Codemeta

README.md

OSLpack

some useful functions to analyze and plot OSL curves from my point of view based on RLum-package and WinBUGS (package R2WinBUGS).

This package required WinBUGS 1.4 (in the future it is planned to use OpenBUGS on Mac as well)

The WinBUGS software is available for free at https://www.mrc-bsu.cam.ac.uk/software/bugs/the-bugs-project-winbugs/

indicate the location of the WinBUGS14 folder in .Rprofile, by creating the global option R2WinBUGS.bugs.directory eg. R2WinBUGS.bugs.directory="c:/Program Files/WinBUGS14"

GitHub Workflow Status

Owner

  • Name: Antoine J.C. Zink
  • Login: Zink-Antoine
  • Kind: user
  • Location: Paris, FRANCE
  • Company: C2RMF - ministère de la culture

My research focuses on luminescence dating of objects in museum collections (small sampling, unknown / low environmental information)

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "OSLpack",
  "description": "this package presents Various functions to analyze and plot OSL measurements using Bayesian approach (BUGS code).",
  "name": "OSLpack: Analyze OSL using Bayesian",
  "license": "CeCILL-2",
  "version": "1.0.2",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.3.3 (2024-02-29 ucrt)",
  "author": [
    {
      "@type": "Person",
      "givenName": "Antoine",
      "familyName": "Zink",
      "email": "antoine.zink@culture.gouv.fr",
      "@id": "https://orcid.org/0000-0001-7146-1101"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Antoine",
      "familyName": "Zink",
      "email": "antoine.zink@culture.gouv.fr",
      "@id": "https://orcid.org/0000-0001-7146-1101"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "knitr",
      "name": "knitr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=knitr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rmarkdown",
      "name": "rmarkdown",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rmarkdown"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 3.5"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "rv",
      "name": "rv"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "R2WinBUGS",
      "name": "R2WinBUGS",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=R2WinBUGS"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "Luminescence",
      "name": "Luminescence",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=Luminescence"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "tcltk",
      "name": "tcltk"
    },
    "SystemRequirements": "WinBUGS 1.4 for function BayesCal()"
  },
  "fileSize": "190.781KB"
}

GitHub Events

Total
  • Push event: 4
Last Year
  • Push event: 4

Dependencies

DESCRIPTION cran
  • R >= 3.5 depends
  • Luminescence * imports
  • R2WinBUGS * imports
  • rv * imports
  • tcltk * imports
  • knitr * suggests
  • rmarkdown * suggests