diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-22 15:38:03 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-22 15:38:03 +0200 |
commit | a4ab544373876cafd629f5018633d4c334a715fe (patch) | |
tree | 65fc6568a24c62f22f81975827027de45817a1c9 /codemeta.json | |
parent | 96f1522a50c8c3b3d1be16ef9414d69bc84817a9 (diff) |
Add codemeta file as created by R package codemeta
Diffstat (limited to 'codemeta.json')
-rw-r--r-- | codemeta.json | 322 |
1 files changed, 322 insertions, 0 deletions
diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 00000000..548df50d --- /dev/null +++ b/codemeta.json @@ -0,0 +1,322 @@ +{ + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", + "@type": "SoftwareSourceCode", + "identifier": "mkin", + "description": "Calculation routines based on the FOCUS Kinetics Report (2006, 2014). Includes a function for conveniently defining differential equation models, model solution based on eigenvalues if possible or using numerical solvers. If a C compiler (on windows: 'Rtools') is installed, differential equation models are solved using automatically generated C functions. Heteroscedasticity can be taken into account using variance by variable or two-component error models as described by Ranke and Meinecke (2018) <doi:10.3390/environments6120124>. Interfaces to several nonlinear mixed-effects model packages are available, some of which are described by Ranke et al. (2021) <doi:10.3390/environments8080071>. Please note that no warranty is implied for correctness of results or fitness for a particular purpose.", + "name": "mkin: Kinetic Evaluation of Chemical Degradation Data", + "codeRepository": "https://pkgdown.jrwb.de/mkin/", + "issueTracker": "https://github.com/jranke/mkin/issues/", + "license": "https://spdx.org/licenses/GPL-2.0", + "version": "1.1.2", + "programmingLanguage": { + "@type": "ComputerLanguage", + "name": "R", + "url": "https://r-project.org" + }, + "runtimePlatform": "R version 4.2.1 (2022-06-23)", + "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": "Johannes", + "familyName": "Ranke", + "email": "johannes.ranke@jrwb.de", + "@id": "https://orcid.org/0000-0003-4371-6538" + } + ], + "contributor": [ + { + "@type": "Person", + "givenName": "Katrin", + "familyName": "Lindenberger" + }, + { + "@type": "Person", + "givenName": "René", + "familyName": "Lehmann" + } + ], + "copyrightHolder": [ + { + "@type": "Person", + "givenName": "Johannes", + "familyName": "Ranke", + "email": "johannes.ranke@jrwb.de", + "@id": "https://orcid.org/0000-0003-4371-6538" + }, + { + "@type": "Organization", + "name": "Eurofins Regulatory AG" + } + ], + "maintainer": [ + { + "@type": "Person", + "givenName": "Johannes", + "familyName": "Ranke", + "email": "johannes.ranke@jrwb.de", + "@id": "https://orcid.org/0000-0003-4371-6538" + } + ], + "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": "rbenchmark", + "name": "rbenchmark", + "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=rbenchmark" + }, + { + "@type": "SoftwareApplication", + "identifier": "tikzDevice", + "name": "tikzDevice", + "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=tikzDevice" + }, + { + "@type": "SoftwareApplication", + "identifier": "testthat", + "name": "testthat", + "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": "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": "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": "vdiffr", + "name": "vdiffr", + "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=vdiffr" + }, + { + "@type": "SoftwareApplication", + "identifier": "benchmarkme", + "name": "benchmarkme", + "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=benchmarkme" + }, + { + "@type": "SoftwareApplication", + "identifier": "tibble", + "name": "tibble", + "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=tibble" + }, + { + "@type": "SoftwareApplication", + "identifier": "stats4", + "name": "stats4" + } + ], + "softwareRequirements": { + "1": { + "@type": "SoftwareApplication", + "identifier": "R", + "name": "R", + "version": ">= 2.15.1" + }, + "2": { + "@type": "SoftwareApplication", + "identifier": "parallel", + "name": "parallel" + }, + "3": { + "@type": "SoftwareApplication", + "identifier": "stats", + "name": "stats" + }, + "4": { + "@type": "SoftwareApplication", + "identifier": "graphics", + "name": "graphics" + }, + "5": { + "@type": "SoftwareApplication", + "identifier": "methods", + "name": "methods" + }, + "6": { + "@type": "SoftwareApplication", + "identifier": "deSolve", + "name": "deSolve", + "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=deSolve" + }, + "7": { + "@type": "SoftwareApplication", + "identifier": "R6", + "name": "R6", + "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=R6" + }, + "8": { + "@type": "SoftwareApplication", + "identifier": "inline", + "name": "inline", + "version": ">= 0.3.19", + "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=inline" + }, + "9": { + "@type": "SoftwareApplication", + "identifier": "numDeriv", + "name": "numDeriv", + "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=numDeriv" + }, + "10": { + "@type": "SoftwareApplication", + "identifier": "lmtest", + "name": "lmtest", + "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=lmtest" + }, + "11": { + "@type": "SoftwareApplication", + "identifier": "pkgbuild", + "name": "pkgbuild", + "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=pkgbuild" + }, + "12": { + "@type": "SoftwareApplication", + "identifier": "nlme", + "name": "nlme", + "version": ">= 3.1-151", + "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=nlme" + }, + "13": { + "@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" + }, + "14": { + "@type": "SoftwareApplication", + "identifier": "saemix", + "name": "saemix", + "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=saemix" + }, + "SystemRequirements": null + }, + "fileSize": "10546.616KB" +} |