Science Score: 49.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
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: CLaag
  • License: gpl-3.0
  • Language: R
  • Default Branch: main
  • Size: 291 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Codemeta

README.Rmd

---
output: github_document
header-includes:
   - \usepackage{amsmath}
   - \usepackage{amssymb}
---


```{r, echo = FALSE, message=FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)
library(LESLIE)
```

# LESLIE 

**L**o**ES**s co**L**orimetry s**I**gnal **E**nhancement

[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7257766.svg)](https://doi.org/10.5281/zenodo.7257766)
[![CRAN](https://www.r-pkg.org/badges/version/LESLIE)](https://cran.r-project.org/package=LESLIE)
[![R-CMD-check](https://github.com/CLaag/LESLIE/workflows/GitHub%20Actions%20CI/badge.svg)](https://github.com/CLaag/LESLIE/actions)

## Installation

```{r, eval=FALSE}
if(!require("devtools"))
  install.packages("devtools")
devtools::install_github("https://github.com/CLaag/LESLIE@main")
```

## Examples

```{r, warning=FALSE}
library(LESLIE)
data(LESLIE_profile, envir = environment())
plot_colProfile(LESLIE_profile, cycles = 1:3)
plot_colProfile(LESLIE_profile, cycles = c(1,3), orientation = "landscape")
```

```{r, eval=FALSE}
app_LESLIE()
```

```{r, echo = FALSE}
knitr::include_graphics("man/figures/LESLIE_app.png")
```

## License

This 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.

This 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/CLaag/LESLIE/blob/master/LICENSE) for
more details.

Owner

  • Login: CLaag
  • Kind: user

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "LESLIE",
  "description": "Enhance and visualise stratigraphic colour profiles and decipher hidden features in loess-palaeosoil records.",
  "name": "LESLIE: LoESs coLorimetry sIgnal Enhancement",
  "issueTracker": "https://github.com/CLaag/LESLIE",
  "license": "https://spdx.org/licenses/GPL-3.0",
  "version": "0.1.1",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R Under development (unstable) (2022-09-26 r82921)",
  "author": [
    {
      "@type": "Person",
      "givenName": "Christian",
      "familyName": "Laag",
      "email": "laag@ipgp.fr",
      "@id": "https://orcid.org/0000-0002-6012-1029"
    },
    {
      "@type": "Person",
      "givenName": "Sebastian",
      "familyName": "Kreutzer",
      "@id": "https://orcid.org/0000-0002-0734-2199"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Christian",
      "familyName": "Laag",
      "email": "laag@ipgp.fr",
      "@id": "https://orcid.org/0000-0002-6012-1029"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "version": ">= 3.1.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=testthat"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 4.1"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "utils",
      "name": "utils"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "matrixStats",
      "name": "matrixStats",
      "version": ">= 0.62.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=matrixStats"
    },
    "SystemRequirements": null
  },
  "fileSize": "168.618KB",
  "codeRepository": "https://github.com/CLaag/LESLIE",
  "releaseNotes": "https://github.com/CLaag/LESLIE/blob/master/NEWS.md",
  "contIntegration": "https://github.com/CLaag/LESLIE/actions",
  "developmentStatus": "https://www.repostatus.org/#concept"
}

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Dependencies

DESCRIPTION cran
  • R >= 4.1 depends
  • utils * depends
  • matrixStats >= 0.62.0 imports
  • shiny >= 1.7.4 suggests
  • testthat >= 3.1.4 suggests