nlsmicrobio
Nonlinear regression in predictive microbiology
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 (8.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Nonlinear regression in predictive microbiology
Basic Info
- Host: GitHub
- Owner: lbbe-software
- Language: R
- Default Branch: main
- Size: 1.25 MB
Statistics
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 2
Created over 5 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Codemeta
README.md
The stable version of nlsMicrobio can be installed from CRAN using:
r
install.packages("nlsMicrobio")
The development version of nlsMicrobio can be installed from GitHub (remotes needed):
```r
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github("lbbe-software/nlsMicrobio") ```
Finally load the package in your current R session with the following R command:
r
library(nlsMicrobio)
Owner
- Name: lbbe-software
- Login: lbbe-software
- Kind: organization
- Location: France
- Repositories: 1
- Profile: https://github.com/lbbe-software
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "nlsMicrobio",
"description": "Data sets and nonlinear regression models dedicated to predictive microbiology.",
"name": "nlsMicrobio: Nonlinear Regression in Predictive Microbiology",
"codeRepository": "https://github.com/lbbe-software/nlsMicrobio",
"issueTracker": "https://github.com/lbbe-software/nlsMicrobio/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.0.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.2 (2024-10-31)",
"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": "Florent",
"familyName": "Baty",
"email": "florent.baty@gmail.com"
},
{
"@type": "Person",
"givenName": "Marie-Laure",
"familyName": "Delignette-Muller",
"email": "marielaure.delignettemuller@vetagro-sup.fr"
},
{
"@type": "Person",
"givenName": "Aurelie",
"familyName": "Siberchicot",
"email": "aurelie.siberchicot@univ-lyon1.fr"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Aurelie",
"familyName": "Siberchicot",
"email": "aurelie.siberchicot@univ-lyon1.fr"
}
],
"softwareSuggestions": [
{
"@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"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "nlstools",
"name": "nlstools",
"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=nlstools"
},
"SystemRequirements": null
},
"fileSize": "925.977KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2014",
"author": [
{
"@type": "Organization",
"name": "Florent Baty"
},
{
"@type": "Organization",
"name": "Marie-Laure Delignette-Muller"
}
],
"name": "nlsMicrobio: data sets and nonlinear regression models dedicated to predictive microbiology",
"description": "R package version 0.0-1"
}
],
"readme": "https://github.com/lbbe-software/nlsMicrobio/blob/main/README.md",
"contIntegration": "https://github.com/lbbe-software/nlsMicrobio/actions",
"relatedLink": "https://CRAN.R-project.org/package=nlsMicrobio"
}
GitHub Events
Total
- Push event: 3
Last Year
- Push event: 3
Packages
- Total packages: 1
-
Total downloads:
- cran 286 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: nlsMicrobio
Nonlinear Regression in Predictive Microbiology
- Homepage: https://github.com/lbbe-software/nlsMicrobio
- Documentation: http://cran.r-project.org/web/packages/nlsMicrobio/nlsMicrobio.pdf
- License: GPL-3
-
Latest release: 1.0-0
published over 2 years ago
Rankings
Dependent repos count: 24.4%
Dependent packages count: 28.0%
Average: 37.9%
Downloads: 61.3%
Maintainers (1)
Last synced:
10 months ago
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- r-lib/actions/setup-tinytex master composite
DESCRIPTION
cran
- nlstools * depends
- stats * depends
- knitr * suggests