al2o3_analysisapp

Shiny app to analyse Al2O3:C measurements

https://github.com/crp2a/al2o3_analysisapp

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 (14.0%) to scientific vocabulary

Keywords

archaeometry geochronology luminescence-dating shiny-apps
Last synced: 4 months ago · JSON representation

Repository

Shiny app to analyse Al2O3:C measurements

Basic Info
  • Host: GitHub
  • Owner: crp2a
  • License: gpl-3.0
  • Language: HTML
  • Default Branch: master
  • Homepage:
  • Size: 3.47 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 3
Topics
archaeometry geochronology luminescence-dating shiny-apps
Created over 7 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Code of conduct Codemeta Zenodo

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# Al2O3AnalysisApp


[![R-CMD-check](https://github.com/crp2a/Al2O3_AnalysisApp/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/crp2a/Al2O3_AnalysisApp/actions/workflows/R-CMD-check.yaml)

[![r-universe](https://crp2a.r-universe.dev/badges/Al2O3AnalysisApp)](https://crp2a.r-universe.dev)

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)


The *Al2O3:C Analysis App* is a [**Shiny**](https://shiny.rstudio.com) application providing an exhanced graphical user interface to the function `analyse_Al2O3C_Measurement()` from the [**Luminescence**](https://github.com/R-Lum/Luminescence) package. 

## Installation

You can install **Al2O3AnalysisApp** from [our repository](https://crp2a.r-universe.dev) with:

```{r universe-installation, eval=FALSE}
options(repos = c(CRAN = "https://cloud.r-project.org",
                  crp2a = "https://crp2a.r-universe.dev"))

install.packages("Al2O3AnalysisApp")
```

## Usage

```{r shiny, eval=FALSE}
# Load the package
library(Al2O3AnalysisApp)

# Run the app
run_app()
```

![](man/figures/README-screenshots-1.png)

## Contributing

Please note that the **Al2O3AnalysisApp** project is released with a [Contributor Code of Conduct](https://github.com/crp2a/Al2O3_AnalysisApp/blob/master/.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.

## Acknowledgements

This work received a state financial support managed by the Agence Nationale de la Recherche (France) throught the program *Investissements d'avenir* (ref. 10-LABX-0052).

Owner

  • Name: Archéosciences Bordeaux
  • Login: crp2a
  • Kind: organization
  • Location: Pessac, France

Archaeological Science Laboratory at Bordeaux Montaigne University

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "Al2O3AnalysisApp",
  "description": "A 'Shiny' application providing an exhanced graphical user interface to the function analyse_Al2O3C_Measurement() from the R package 'Luminescence'.",
  "name": "Al2O3AnalysisApp: 'Shiny' Application for the Analysis of Al2O3:C Chips Measurements",
  "codeRepository": "https://github.com/crp2a/Al2O3_AnalysisApp",
  "issueTracker": "https://github.com/crp2a/Al2O3_AnalysisApp/issues",
  "license": "https://spdx.org/licenses/GPL-3.0",
  "version": "0.1.2.9000",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.2.2 Patched (2022-11-10 r83330)",
  "author": [
    {
      "@type": "Person",
      "givenName": "Sebastian",
      "familyName": "Kreutzer",
      "email": "sebastian.kreutzer@uni-heidelberg.de",
      "@id": "https://orcid.org/0000-0002-0734-2199"
    },
    {
      "@type": "Person",
      "givenName": "Nicolas",
      "familyName": "Frerebeau",
      "email": "nicolas.frerebeau@u-bordeaux-montaigne.fr",
      "@id": "https://orcid.org/0000-0001-5759-4944"
    }
  ],
  "copyrightHolder": [
    {
      "@type": "Organization",
      "name": "Universit Bordeaux Montaigne"
    }
  ],
  "funder": [
    {
      "@type": "Organization",
      "name": "Universit Bordeaux Montaigne"
    },
    {
      "@type": "Organization",
      "name": "CNRS"
    },
    {
      "@type": "Organization",
      "name": "LabEx Sciences archologiques de Bordeaux"
    }
  ],
  "maintainer": [
    {
      "@type": "Organization",
      "name": "Archosciences Bordeaux",
      "email": "services-archeosciences@u-bordeaux-montaigne.fr"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "pander",
      "name": "pander",
      "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=pander"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 2.10"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "digest",
      "name": "digest",
      "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=digest"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "graphics",
      "name": "graphics"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "grDevices",
      "name": "grDevices"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "htmlwidgets",
      "name": "htmlwidgets",
      "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=htmlwidgets"
    },
    "6": {
      "@type": "SoftwareApplication",
      "identifier": "Luminescence",
      "name": "Luminescence",
      "version": ">= 0.9.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=Luminescence"
    },
    "7": {
      "@type": "SoftwareApplication",
      "identifier": "rhandsontable",
      "name": "rhandsontable",
      "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=rhandsontable"
    },
    "8": {
      "@type": "SoftwareApplication",
      "identifier": "shiny",
      "name": "shiny",
      "version": ">= 1.6.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=shiny"
    },
    "9": {
      "@type": "SoftwareApplication",
      "identifier": "shinyjs",
      "name": "shinyjs",
      "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=shinyjs"
    },
    "10": {
      "@type": "SoftwareApplication",
      "identifier": "utils",
      "name": "utils"
    },
    "SystemRequirements": null
  },
  "fileSize": "5176.492KB",
  "releaseNotes": "https://github.com/crp2a/Al2O3_AnalysisApp/blob/master/NEWS.md",
  "readme": "https://github.com/crp2a/Al2O3_AnalysisApp/blob/master/README.md",
  "developmentStatus": "https://www.repostatus.org/#active",
  "keywords": [
    "luminescence-dating",
    "shiny-apps",
    "geochronology"
  ]
}

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • Luminescence >= 0.9.0 imports
  • digest * imports
  • grDevices * imports
  • graphics * imports
  • htmlwidgets * imports
  • rhandsontable * imports
  • shiny >= 1.6.0 imports
  • shinyjs * imports
  • stats * imports
  • utils * imports
  • pander * suggests