Science Score: 36.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
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.0%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Tools for Nonlinear Regression Analysis
Basic Info
Statistics
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 5
- Releases: 3
Created over 5 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
Codemeta
README.md
The stable version of nlstools can be installed from CRAN using:
r
install.packages("nlstools")
The development version of nlstools can be installed from GitHub (remotes needed):
```r
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github("lbbe-software/nlstools") ```
Finally load the package in your current R session with the following R command:
r
library(nlstools)
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": "nlstools",
"description": "Several tools for assessing the quality of fit of a gaussian nonlinear model are provided.",
"name": "nlstools: Tools for Nonlinear Regression Analysis",
"codeRepository": "https://github.com/lbbe-software/nlstools",
"issueTracker": "https://github.com/lbbe-software/nlstools/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "2.1.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"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Sandrine",
"familyName": "Charles"
},
{
"@type": "Person",
"givenName": "Jean-Pierre",
"familyName": "Flandrois"
},
{
"@type": "Person",
"givenName": "Christian",
"familyName": "Ritz"
}
],
"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"
},
{
"@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": "rticles",
"name": "rticles",
"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=rticles"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "graphics",
"name": "graphics"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "grDevices",
"name": "grDevices"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"SystemRequirements": null
},
"fileSize": "863.357KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2015",
"author": [
{
"@type": "Organization",
"name": "Florent Baty"
},
{
"@type": "Organization",
"name": "Christian Ritz"
},
{
"@type": "Organization",
"name": "Sandrine Charles"
},
{
"@type": "Organization",
"name": "Martin Brutsche"
},
{
"@type": "Organization",
"name": "Jean-Pierre Flandrois"
},
{
"@type": "Organization",
"name": "Marie-Laure Delignette-Muller"
}
],
"name": "A Toolbox for Nonlinear Regression in {R}: The Package {nlstools}",
"identifier": "10.18637/jss.v066.i05",
"pagination": "1--21",
"@id": "https://doi.org/10.18637/jss.v066.i05",
"sameAs": "https://doi.org/10.18637/jss.v066.i05",
"isPartOf": {
"@type": "PublicationIssue",
"issueNumber": "5",
"datePublished": "2015",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"volumeNumber": "66",
"name": "Journal of Statistical Software"
}
}
}
],
"readme": "https://github.com/lbbe-software/nlstools/blob/main/README.md",
"contIntegration": "https://github.com/lbbe-software/nlstools/actions",
"relatedLink": "https://CRAN.R-project.org/package=nlstools"
}
GitHub Events
Total
- Issue comment event: 1
- Push event: 3
Last Year
- Issue comment event: 1
- Push event: 3
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Aurélie Siberchicot | a****t@u****r | 39 |
| Marie-Laure DELIGNETTE-MULLER | m****e | 7 |
| Florent-Baty | f****y@g****m | 1 |
Committer Domains (Top 20 + Academic)
Packages
- Total packages: 1
-
Total downloads:
- cran 3,601 last-month
- Total docker downloads: 43,390
- Total dependent packages: 9
- Total dependent repositories: 20
- Total versions: 16
- Total maintainers: 1
cran.r-project.org: nlstools
Tools for Nonlinear Regression Analysis
- Homepage: https://github.com/lbbe-software/nlstools
- Documentation: http://cran.r-project.org/web/packages/nlstools/nlstools.pdf
- License: GPL-3
-
Latest release: 2.1-0
published over 2 years ago
Rankings
Docker downloads count: 0.6%
Dependent packages count: 5.7%
Dependent repos count: 6.2%
Downloads: 8.6%
Average: 10.7%
Forks count: 21.0%
Stargazers count: 21.9%
Maintainers (1)
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- grDevices * imports
- graphics * imports
- stats * imports
- knitr * suggests
- rmarkdown * suggests
- rticles * 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
- r-lib/actions/setup-tinytex v2 composite