Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-lum/rlumstarr
SpaTiAlly Resolved Radiofluorescence
https://github.com/r-lum/rlumstarr
Last synced: about 3 hours ago
JSON representation
SpaTiAlly Resolved Radiofluorescence
- Host: GitHub
- URL: https://github.com/r-lum/rlumstarr
- Owner: R-Lum
- License: agpl-3.0
- Created: 2020-08-29T16:20:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T20:33:40.000Z (4 months ago)
- Last Synced: 2024-07-12T22:41:01.695Z (4 months ago)
- Language: ImageJ Macro
- Size: 22.5 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
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(RLumSTARR)
```# RLumSTARR
**S**pa**T**i**A**lly **R**esolved **R**adiofluorescence
[![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)
[![CRAN](https://www.r-pkg.org/badges/version/RLumSTARR)](https://cran.r-project.org/package=RLumSTARR)
[![R-CMD-check](https://github.com/R-Lum/RLumSTARR/workflows/GitHub Actions CI/badge.svg)](https://github.com/R-Lum/RLumSTARR/actions)**Note: This is an experimental R package and not (yet) recommended for productive usage.**
## Installation
To install the latest development builds directly from GitHub, run
```{r, eval=FALSE}
if(!require("devtools"))
install.packages("devtools")
devtools::install_github("R-Lum/RLumSTARR@")
```## 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/R-Lum/RLumSTARR/blob/master/LICENSE) for more details.## Funding
Sebastian Kreutzer received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No [844457 (project: CREDit)](https://cordis.europa.eu/project/id/844457).
## Related projects
* [Luminescence](https://github.com/R-Lum/Luminescence)