{"id":16697930,"url":"https://github.com/richfitz/rlsoda","last_synced_at":"2026-07-02T18:03:21.532Z","repository":{"id":66276655,"uuid":"70241700","full_name":"richfitz/rlsoda","owner":"richfitz","description":"R interface to liblsoda","archived":false,"fork":false,"pushed_at":"2016-10-10T15:10:01.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T22:54:19.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richfitz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-10-07T11:45:54.000Z","updated_at":"2016-10-07T11:46:07.000Z","dependencies_parsed_at":"2023-03-18T05:30:28.393Z","dependency_job_id":null,"html_url":"https://github.com/richfitz/rlsoda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richfitz%2Frlsoda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richfitz%2Frlsoda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richfitz%2Frlsoda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richfitz%2Frlsoda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richfitz","download_url":"https://codeload.github.com/richfitz/rlsoda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243521258,"owners_count":20304186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T17:49:46.926Z","updated_at":"2025-10-28T08:03:58.869Z","avatar_url":"https://github.com/richfitz.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rlsoda\n\n[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)\n[![Travis-CI Build Status](https://travis-ci.org/richfitz/rlsoda.svg?branch=master)](https://travis-ci.org/richfitz/rlsoda)\n[![Coverage Status](https://img.shields.io/codecov/c/github/richfitz/rlsoda/master.svg)](https://codecov.io/github/richfitz/rlsoda?branch=master)\n\nHighly experimental.\n\n## Installation\n\nFor now, run `./setup.sh` in the root to clone/update the upstream liblsoda sources.  Yes, this could be done with submodules, but they're a total faff.  Soon I'll include the sources directly as we'll need that for travis really, and to work with things like `install_github`.\n\nAfter that, running `make install` will install the package into your default R library.\n\n## The interface\n\nThe interface here is related to `dde` and differs slightly from `deSolve`.  Probably the `dde` / `rlsoda` differences can be smoothed over.  The interface is tuned so that all modifications to the integrated data are optional so that where speed is really important (e.g., running an MCMC chain with the output of the ODE) unnecessary modifications are not done.  This will require some modifications for functions expecting `deSolve`-like output.\n\n## The library\n\nThis package uses [Simon Frost](https://github.com/sdwfrost)'s [`liblsoda`](https://github.com/sdwfrost/liblsoda).  For ease of installation, this is bundled into the package here.\n\n`liblsoda` is a thread-safe C rewrite of the venerable Fortran `LSODA` algorith (from the Linda Petzold and Alan Hindmarsh).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichfitz%2Frlsoda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichfitz%2Frlsoda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichfitz%2Frlsoda/lists"}