detrendr

An R package for detrending images.

https://github.com/rorynolan/detrendr

Science Score: 39.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 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (18.2%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

An R package for detrending images.

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 6
Created over 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Codemeta

README.Rmd

---
output: github_document
---

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

# `detrendr`  

Detrend fluorescence microscopy image series for fluorescence fluctuation and correlation spectroscopy (FCS and FFS) analysis. This package contains functionality published in a 2016 paper https://doi.org/10.1093/bioinformatics/btx434 but it has been extended since then with the _Robin Hood_ algorithm and thus contains unpublished work.

[![R-CMD-check](https://github.com/rorynolan/detrendr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rorynolan/detrendr/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/github/rorynolan/detrendr/graph/badge.svg?token=GkXMOLXlAH)](https://codecov.io/github/rorynolan/detrendr)

[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/detrendr)](https://cran.r-project.org/package=detrendr)
![RStudio CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/detrendr)
![RStudio CRAN monthly downloads](https://cranlogs.r-pkg.org/badges/detrendr)

[![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)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)


## Installation

You can install the release version of `detrendr` from [CRAN](https://CRAN.R-project.org/package=detrendr) with:

```{r, eval=FALSE}
install.packages("detrendr")
```

You can install the (unstable) development version of `detrendr` from [GitHub](https://github.com/rorynolan/detrendr/) with:

```{r, eval=FALSE}
devtools::install_github("rorynolan/detrendr")
```

I highly recommend using the release version. The dev version is just for the ultra-curious and should be thought of as unreliable.


## How to use the package

See the package website at https://rorynolan.github.io/detrendr/.


## Contribution
Contributions to this package are welcome. The preferred method of contribution is through a github pull request. Feel free to contact me by creating an issue. Please note that this project is released with a [Contributor Code of Conduct](https://github.com/rorynolan/detrendr/blob/master/CONDUCT.md). By participating in this project you agree to abide by its terms.

Owner

  • Name: Rory Nolan
  • Login: rorynolan
  • Kind: user
  • Location: Oakland, California.

Data scientist at mirvie.com. PhD in statistical image analysis.

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "detrendr",
  "description": "Detrend fluorescence microscopy image series for fluorescence fluctuation and correlation spectroscopy ('FCS' and 'FFS') analysis. This package contains functionality published in a 2016 paper <doi:10.1093/bioinformatics/btx434> but it has been extended since then with the Robin Hood algorithm and thus contains unpublished work.",
  "name": "detrendr: Detrend Images",
  "relatedLink": [
    "https://rorynolan.github.io/detrendr/",
    "https://CRAN.R-project.org/package=detrendr"
  ],
  "codeRepository": "https://github.com/rorynolan/detrendr",
  "issueTracker": "https://github.com/rorynolan/detrendr/issues",
  "license": "https://spdx.org/licenses/BSD-3-Clause",
  "version": "0.6.17",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.4.0 (2024-04-24)",
  "provider": {
    "@id": "https://cran.r-project.org",
    "@type": "Organization",
    "name": "Comprehensive R Archive Network (CRAN)",
    "url": "https://cran.r-project.org"
  },
  "author": [
    {
      "@type": "Person",
      "givenName": "Rory",
      "familyName": "Nolan",
      "email": "rorynoolan@gmail.com",
      "@id": "https://orcid.org/0000-0002-5239-4043"
    }
  ],
  "contributor": [
    {
      "@type": "Person",
      "givenName": "Luis",
      "familyName": "Alvarez",
      "email": "lalvarez@well.ox.ac.uk",
      "@id": "https://orcid.org/0000-0003-1316-1906"
    },
    {
      "@type": "Person",
      "givenName": "Sergi",
      "familyName": "Padilla-Parra",
      "email": "spadilla@well.ox.ac.uk",
      "@id": "https://orcid.org/0000-0002-8010-9481"
    },
    {
      "@type": "Person",
      "givenName": "Sergi",
      "familyName": "Padilla-Parra",
      "email": "spadilla@well.ox.ac.uk",
      "@id": "https://orcid.org/0000-0002-8010-9481"
    }
  ],
  "copyrightHolder": [
    {
      "@type": "Person",
      "givenName": "Luis",
      "familyName": "Alvarez",
      "email": "lalvarez@well.ox.ac.uk",
      "@id": "https://orcid.org/0000-0003-1316-1906"
    },
    {
      "@type": "Person",
      "givenName": "Sergi",
      "familyName": "Padilla-Parra",
      "email": "spadilla@well.ox.ac.uk",
      "@id": "https://orcid.org/0000-0002-8010-9481"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Rory",
      "familyName": "Nolan",
      "email": "rorynoolan@gmail.com",
      "@id": "https://orcid.org/0000-0002-5239-4043"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "abind",
      "name": "abind",
      "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=abind"
    },
    {
      "@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": "ggplot2",
      "name": "ggplot2",
      "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": "glue",
      "name": "glue",
      "version": ">= 1.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=glue"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "graphics",
      "name": "graphics"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "gridExtra",
      "name": "gridExtra",
      "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=gridExtra"
    },
    {
      "@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": "lattice",
      "name": "lattice",
      "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=lattice"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "MASS",
      "name": "MASS",
      "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=MASS"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "magick",
      "name": "magick",
      "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=magick"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "matrixStats",
      "name": "matrixStats",
      "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"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "mgcv",
      "name": "mgcv",
      "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=mgcv"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "pacman",
      "name": "pacman",
      "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=pacman"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "R.utils",
      "name": "R.utils",
      "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=R.utils"
    },
    {
      "@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": "spelling",
      "name": "spelling",
      "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=spelling"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "version": ">= 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=testthat"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "tidyr",
      "name": "tidyr",
      "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=tidyr"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 3.1"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "arrayhelpers",
      "name": "arrayhelpers",
      "version": ">= 1.1.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=arrayhelpers"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "autothresholdr",
      "name": "autothresholdr",
      "version": ">= 1.3.11",
      "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=autothresholdr"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "checkmate",
      "name": "checkmate",
      "version": ">= 1.9.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=checkmate"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "doParallel",
      "name": "doParallel",
      "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=doParallel"
    },
    "6": {
      "@type": "SoftwareApplication",
      "identifier": "dplyr",
      "name": "dplyr",
      "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=dplyr"
    },
    "7": {
      "@type": "SoftwareApplication",
      "identifier": "filesstrings",
      "name": "filesstrings",
      "version": ">= 3.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=filesstrings"
    },
    "8": {
      "@type": "SoftwareApplication",
      "identifier": "foreach",
      "name": "foreach",
      "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=foreach"
    },
    "9": {
      "@type": "SoftwareApplication",
      "identifier": "ijtiff",
      "name": "ijtiff",
      "version": ">= 2.2",
      "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=ijtiff"
    },
    "10": {
      "@type": "SoftwareApplication",
      "identifier": "iterators",
      "name": "iterators",
      "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=iterators"
    },
    "11": {
      "@type": "SoftwareApplication",
      "identifier": "magrittr",
      "name": "magrittr",
      "version": ">= 1.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=magrittr"
    },
    "12": {
      "@type": "SoftwareApplication",
      "identifier": "parallel",
      "name": "parallel"
    },
    "13": {
      "@type": "SoftwareApplication",
      "identifier": "plyr",
      "name": "plyr",
      "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=plyr"
    },
    "14": {
      "@type": "SoftwareApplication",
      "identifier": "purrr",
      "name": "purrr",
      "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=purrr"
    },
    "15": {
      "@type": "SoftwareApplication",
      "identifier": "Rcpp",
      "name": "Rcpp",
      "version": ">= 1.0.10",
      "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=Rcpp"
    },
    "16": {
      "@type": "SoftwareApplication",
      "identifier": "RcppParallel",
      "name": "RcppParallel",
      "version": ">= 5.1.7",
      "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=RcppParallel"
    },
    "17": {
      "@type": "SoftwareApplication",
      "identifier": "rlang",
      "name": "rlang",
      "version": ">= 0.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=rlang"
    },
    "18": {
      "@type": "SoftwareApplication",
      "identifier": "stringr",
      "name": "stringr",
      "version": ">= 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=stringr"
    },
    "19": {
      "@type": "SoftwareApplication",
      "identifier": "tools",
      "name": "tools"
    },
    "20": {
      "@type": "SoftwareApplication",
      "identifier": "withr",
      "name": "withr",
      "version": ">= 2.1",
      "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=withr"
    },
    "SystemRequirements": "GNU make"
  },
  "fileSize": "10268.027KB",
  "citation": [
    {
      "@type": "ScholarlyArticle",
      "datePublished": "2017",
      "author": [
        {
          "@type": "Person",
          "givenName": "Rory",
          "familyName": "Nolan"
        },
        {
          "@type": "Person",
          "givenName": "Luis",
          "familyName": "Alvarez"
        },
        {
          "@type": "Person",
          "givenName": "Jonathan",
          "familyName": "Elegheert"
        },
        {
          "@type": "Person",
          "givenName": "Maro",
          "familyName": "Iliopoulou"
        },
        {
          "@type": "Person",
          "givenName": "G. Maria",
          "familyName": "Jakobsdottir"
        },
        {
          "@type": "Person",
          "givenName": "Marina",
          "familyName": "Rodriguez-Munoz"
        },
        {
          "@type": "Person",
          "givenName": "A. Radu",
          "familyName": "Aricescu"
        },
        {
          "@type": "Person",
          "givenName": "Sergi",
          "familyName": "Padilla-Parra"
        }
      ],
      "name": "{nandb}--—number and brightness in R with a novel automatic detrending algorithm",
      "identifier": "10.1093/bioinformatics/btx434",
      "@id": "https://doi.org/10.1093/bioinformatics/btx434",
      "sameAs": "https://doi.org/10.1093/bioinformatics/btx434",
      "isPartOf": {
        "@type": "PublicationIssue",
        "datePublished": "2017",
        "isPartOf": {
          "@type": [
            "PublicationVolume",
            "Periodical"
          ],
          "name": "Bioinformatics"
        }
      }
    }
  ],
  "releaseNotes": "https://github.com/rorynolan/detrendr/blob/master/NEWS.md",
  "readme": "https://github.com/rorynolan/detrendr/blob/master/README.md",
  "contIntegration": [
    "https://github.com/rorynolan/detrendr/actions/workflows/R-CMD-check.yaml",
    "https://app.codecov.io/gh/rorynolan/detrendr"
  ],
  "developmentStatus": [
    "https://www.repostatus.org/#active",
    "https://lifecycle.r-lib.org/articles/stages.html"
  ]
}

GitHub Events

Total
  • Push event: 28
Last Year
  • Push event: 28

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 160
  • Total Committers: 2
  • Avg Commits per committer: 80.0
  • Development Distribution Score (DDS): 0.006
Past Year
  • Commits: 8
  • Committers: 1
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Rory Nolan r****n@g****m 159
Lionel Henry l****y@g****m 1

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 6
  • Total pull requests: 2
  • Average time to close issues: 7 months
  • Average time to close pull requests: 23 days
  • Total issue authors: 4
  • Total pull request authors: 2
  • Average comments per issue: 2.83
  • Average comments per pull request: 0.5
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rorynolan (3)
  • cb12ag (1)
  • Cumol (1)
  • kevinushey (1)
Pull Request Authors
  • andrjohns (2)
  • lionel- (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 1,019 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 20
  • Total maintainers: 1
cran.r-project.org: detrendr

Detrend Images

  • Versions: 20
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 1,019 Last month
Rankings
Downloads: 17.1%
Dependent packages count: 18.1%
Forks count: 21.0%
Average: 21.2%
Dependent repos count: 24.0%
Stargazers count: 25.5%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.1 depends
  • Rcpp >= 1.0.1 imports
  • RcppParallel >= 5.0.2 imports
  • arrayhelpers >= 1.1.0 imports
  • autothresholdr >= 1.3.11 imports
  • checkmate >= 1.9.3 imports
  • doParallel * imports
  • dplyr * imports
  • filesstrings >= 3.2 imports
  • foreach * imports
  • ijtiff >= 2.2 imports
  • iterators * imports
  • magrittr >= 1.5 imports
  • parallel * imports
  • plyr * imports
  • purrr * imports
  • rlang >= 0.3.3 imports
  • stringr >= 1.4 imports
  • tools * imports
  • withr >= 2.1 imports
  • MASS * suggests
  • R.utils * suggests
  • abind * suggests
  • covr * suggests
  • ggplot2 * suggests
  • glue >= 1.3.0 suggests
  • graphics * suggests
  • gridExtra * suggests
  • knitr * suggests
  • lattice * suggests
  • matrixStats * suggests
  • mgcv * suggests
  • pacman * suggests
  • rmarkdown * suggests
  • spelling * suggests
  • testthat >= 3.0 suggests
  • tidyr * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite