https://github.com/crp2a/gamma
Raw File
Tip revision: 1b3baf8821267ed656d780ae154d347769141d0c authored by nfrerebeau on 02 May 2020, 09:21:12 UTC
Update documentation
Tip revision: 1b3baf8
codemeta.json
{
  "@context": [
    "https://doi.org/10.5063/schema/codemeta-2.0",
    "http://schema.org"
  ],
  "@type": "SoftwareSourceCode",
  "identifier": "gamma",
  "description": "Process in-situ Gamma-Ray Spectrometry for\n    Luminescence Dating. This package allows to import, inspect and\n    correct the energy shifts of Gamma-ray spectra. It provides methods\n    for estimating the gamma dose rate by the use of a calibration curve.\n    The package only supports Canberra CNF and TKA files.",
  "name": "gamma: Dose Rate Estimation from In-Situ Gamma-Ray Spectrometry\n    Measurements",
  "codeRepository": "https://github.com/crp2a/gamma",
  "relatedLink": "https://crp2a.github.io/gamma",
  "issueTracker": "https://github.com/crp2a/gamma/issues",
  "license": "https://spdx.org/licenses/GPL-3.0",
  "version": "0.2.0",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "version": "3.6.3",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 3.6.3 (2020-02-29)",
  "author": [
    {
      "@type": "Person",
      "givenName": "Nicolas",
      "familyName": "Frerebeau",
      "email": "nicolas.frerebeau@u-bordeaux-montaigne.fr",
      "@id": "https://orcid.org/0000-0001-5759-4944"
    },
    {
      "@type": "Person",
      "givenName": "Brice",
      "familyName": "Lebrun",
      "email": "brice.lebrun@u-bordeaux-montaigne.fr",
      "@id": "https://orcid.org/0000-0001-7503-8685"
    },
    {
      "@type": "Person",
      "givenName": "Guilhem",
      "familyName": "Paradol",
      "email": "guilhem.paradol@phelma.grenoble-inp.fr"
    }
  ],
  "contributor": [
    {
      "@type": "Person",
      "givenName": "Guillaume",
      "familyName": "Guérin",
      "email": "guillaume.guerin@u-bordeaux-montaigne.fr",
      "@id": "https://orcid.org/0000-0001-6298-5579"
    },
    {
      "@type": "Person",
      "givenName": "Pierre",
      "familyName": "Guibert",
      "email": "pierre.guibert@u-bordeaux-montaigne.fr",
      "@id": "https://orcid.org/0000-0001-8969-8684"
    },
    {
      "@type": "Person",
      "givenName": "Norbert",
      "familyName": "Mercier",
      "email": "norbert.mercier@u-bordeaux-montaigne.fr",
      "@id": "https://orcid.org/0000-0002-6375-9108"
    },
    {
      "@type": "Person",
      "givenName": "Chantal",
      "familyName": "Tribolo",
      "email": "chantal.tribolo@u-bordeaux-montaigne.fr",
      "@id": "https://orcid.org/0000-0003-0506-2430"
    }
  ],
  "copyrightHolder": [
    {
      "@type": "Organization",
      "name": "Université Bordeaux Montaigne"
    }
  ],
  "funder": [
    {
      "@type": "Organization",
      "name": "Université Bordeaux Montaigne"
    },
    {
      "@type": "Organization",
      "name": "CNRS"
    },
    {
      "@type": "Organization",
      "name": "LabEx Sciences archéologiques de Bordeaux"
    },
    {
      "@type": "Organization",
      "name": "Idex Aix-Marseille"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Nicolas",
      "familyName": "Frerebeau",
      "email": "nicolas.frerebeau@u-bordeaux-montaigne.fr",
      "@id": "https://orcid.org/0000-0001-5759-4944"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "covr",
      "name": "covr",
      "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=covr"
    },
    {
      "@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": "magrittr",
      "name": "magrittr",
      "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=magrittr"
    },
    {
      "@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"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "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=testthat"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "vdiffr",
      "name": "vdiffr",
      "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=vdiffr"
    }
  ],
  "softwareRequirements": [
    {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 3.3"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "ggplot2",
      "name": "ggplot2",
      "version": ">= 3.3.0",
      "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=ggplot2"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "graphics",
      "name": "graphics"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "IsoplotR",
      "name": "IsoplotR",
      "version": ">= 3.3",
      "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=IsoplotR"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "methods",
      "name": "methods"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rlang",
      "name": "rlang",
      "version": ">= 0.4.5",
      "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=rlang"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rxylib",
      "name": "rxylib",
      "version": ">= 0.2.4",
      "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=rxylib"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "stats",
      "name": "stats"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "tools",
      "name": "tools"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "utils",
      "name": "utils"
    }
  ],
  "releaseNotes": "https://github.com/crp2a/gamma/blob/master/NEWS.md",
  "readme": "https://github.com/crp2a/gamma/blob/master/README.md",
  "contIntegration": [
    "https://ci.appveyor.com/project/nfrerebeau/gamma/branch/master",
    "https://travis-ci.org/crp2a/gamma",
    "https://codecov.io/gh/crp2a/gamma"
  ],
  "developmentStatus": [
    "https://www.repostatus.org/#wip",
    "https://www.tidyverse.org/lifecycle/#experimental"
  ],
  "keywords": [
    "geochronology",
    "luminescence-dating",
    "archaeology",
    "archaeological-science",
    "r-package"
  ],
  "citation": [
    {
      "@type": "SoftwareSourceCode",
      "datePublished": "2019",
      "author": [
        {
          "@type": "Person",
          "givenName": "Nicolas",
          "familyName": "Frerebeau"
        },
        {
          "@type": "Person",
          "givenName": "Brice",
          "familyName": "Lebrun"
        },
        {
          "@type": "Person",
          "givenName": "Guilhem",
          "familyName": "Paradol"
        }
      ],
      "name": "{gamma}: Dose Rate Estimation from In-Situ Gamma-Ray Spectrometry Measurements",
      "url": "https://doi.org/10.5281/zenodo.2652393",
      "description": "R package version 0.2.0"
    }
  ],
  "fileSize": "1516.708KB"
}
back to top