{
  "_id": "6a1d49161d7bb097a0a42c4d",
  "Package": "gauseR",
  "Title": "Lotka-Volterra Models for Gause's 'Struggle for Existence'",
  "Version": "1.2",
  "Authors@R": "c(person(\"Adam\", \"Clark\", role = c(\"aut\", \"cre\"),\nemail = c(\"adam.tclark@gmail.com\"),\ncomment = c(ORCID = \"0000-0002-8843-3278\")),\nperson(\"Lina\", \"Mühlbauer\", role = c(\"aut\")),\nperson(\"Maximilienne\", \"Schulze\", role = c(\"aut\")))",
  "Description": "A collection of tools and data for analyzing the Gause\nmicrocosm experiments, and for fitting Lotka-Volterra models to\ntime series data. Includes methods for fitting single-species\nlogistic growth, and multi-species interaction models, e.g. of\ncompetition, predator/prey relationships, or mutualism. See\ndocumentation for individual functions for examples. In\ngeneral, see the lv_optim() function for examples of how to fit\nparameter values in multi-species systems. Note that the\ngeneral methods applied here, as well as the form of the\ndifferential equations that we use, are described in detail in\nthe Quantitative Ecology textbook by Lehman et al., available\nat <http://hdl.handle.net/11299/204551>, and in Lina K.\nMühlbauer, Maximilienne Schulze, W. Stanley Harpole, and Adam\nT. Clark. 'gauseR': Simple methods for fitting Lotka-Volterra\nmodels describing Gause's 'Struggle for Existence' in the\njournal Ecology and Evolution.",
  "VignetteBuilder": "knitr",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 08:53:07 UTC",
    "User": "root"
  },
  "Author": "Adam Clark [aut, cre]\n(<https://orcid.org/0000-0002-8843-3278>), Lina Mühlbauer\n[aut], Maximilienne Schulze [aut]",
  "Maintainer": "Adam Clark <adam.tclark@gmail.com>",
  "Repository": "https://adamtclark.r-universe.dev",
  "Date/Publication": "2025-05-06 11:33:37 UTC",
  "RemoteUrl": "https://github.com/adamtclark/gauser",
  "RemoteRef": "HEAD",
  "RemoteSha": "d722791f47d133b4c8e44ecd7be8108f3deec71c",
  "MD5sum": "18eaaa4fc841f97d5762c3acf917dbd9",
  "_user": "adamtclark",
  "_type": "src",
  "_file": "gauseR_1.2.tar.gz",
  "_fileid": "915d6ea851cd2674605d596ee4e66696fbef8aea4de7678c11600f1864c6a44d",
  "_filesize": 797735,
  "_sha256": "915d6ea851cd2674605d596ee4e66696fbef8aea4de7678c11600f1864c6a44d",
  "_created": "2026-06-01T08:53:07.000Z",
  "_published": "2026-06-01T08:55:50.865Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78818103072,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7327282596"
    },
    {
      "job": 78818103128,
      "time": 113,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327278019"
    },
    {
      "job": 78818103042,
      "time": 79,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7327266568"
    },
    {
      "job": 78818103053,
      "time": 107,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327275726"
    },
    {
      "job": 78817625832,
      "time": 170,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327239031"
    },
    {
      "job": 78818103050,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327275332"
    },
    {
      "job": 78818103055,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7327267360"
    },
    {
      "job": 78818103079,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7327265763"
    },
    {
      "job": 78818103162,
      "time": 81,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327267284"
    }
  ],
  "_buildurl": "https://github.com/r-universe/adamtclark/actions/runs/26744840474",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/adamtclark/gauser",
  "_commit": {
    "id": "d722791f47d133b4c8e44ecd7be8108f3deec71c",
    "author": "aclark <adam.tclark@gmail.com>",
    "committer": "aclark <adam.tclark@gmail.com>",
    "message": "updated error in data files (found by C. Dormann)\n",
    "time": 1746531217
  },
  "_maintainer": {
    "name": "Adam Clark",
    "email": "adam.tclark@gmail.com",
    "login": "adamtclark",
    "mastodon": "@adam_t_clark@ecoevo.social",
    "twitter": "@adam_t_clark",
    "description": "Associate Professor in the Department of Biology at the University of Graz.",
    "uuid": 5502690,
    "orcid": "0000-0002-8843-3278"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "deSolve",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "adamtclark",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 6,
  "_contributors": [
    {
      "user": "adamtclark",
      "count": 22,
      "uuid": 5502690
    }
  ],
  "_userbio": {
    "uuid": 5502690,
    "type": "user",
    "name": "Adam Clark",
    "description": "Associate Professor in the Department of Biology at the University of Graz."
  },
  "_downloads": {
    "count": 607,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gauseR"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/adamtclark/gauser",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gauseR.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/adamtclark/gauser",
  "_realowner": "adamtclark",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2020-09-22"
    },
    {
      "version": "1.1",
      "date": "2021-11-28"
    },
    {
      "version": "1.2",
      "date": "2023-10-22"
    },
    {
      "version": "1.3",
      "date": "2025-05-06"
    }
  ],
  "_exports": [
    "gause_wrapper",
    "get_lag",
    "get_logistic",
    "lv_interaction",
    "lv_interaction_log",
    "lv_optim",
    "ode_prediction",
    "percap_growth",
    "test_goodness_of_fit"
  ],
  "_datasets": [
    {
      "name": "gause_1931_AmN_f01",
      "title": "Growth of population of the flour beetle Tribolium confusum in 16 and 64 grams of flour",
      "object": "gause_1931_AmN_f01",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Individuals",
        "Treatment"
      ],
      "rows": 18,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1931_AmN_f02",
      "title": "The influence of quantity of food on the asymptotic population of Triboliurn confusum.",
      "object": "gause_1931_AmN_f02",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Individuals",
        "Treatment"
      ],
      "rows": 4,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1931_AmN_f03",
      "title": "The influence of temperature on the asymptotic population of Moina macrocopa.",
      "object": "gause_1931_AmN_f03",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Individuals",
        "Treatment"
      ],
      "rows": 3,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1932_QR_t05",
      "title": "The influence of temperature on the growth of the yeast Saccharomyces cerevisiae",
      "object": "gause_1932_QR_t05",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Table",
        "Experiment",
        "Species",
        "Time",
        "Volume",
        "Treatment"
      ],
      "rows": 102,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_app_t01",
      "title": "Raw data on the abundances and volumes of Saccharomyces cerevisiae and Schizosaccharomyces kephir",
      "object": "gause_1934_book_app_t01",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Table",
        "Experiment",
        "Species",
        "Time",
        "Volume_Species",
        "Squares",
        "Individuals_Square",
        "Volume_Total",
        "Treatment"
      ],
      "rows": 60,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_app_t02",
      "title": "Alcohol production of Saccharomyces cerevisiae and Schizosaccharomyces kephir",
      "object": "gause_1934_book_app_t02",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Table",
        "Species",
        "Time",
        "Alcohol",
        "Alcohol.Yeast_Volume",
        "Treatment"
      ],
      "rows": 28,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_app_t03",
      "title": "Raw data of Paramecium caudatum and Paramecium aurelia grown in Monoculture and Mixture",
      "object": "gause_1934_book_app_t03",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Table",
        "Species",
        "Time",
        "Individuals",
        "Treatment"
      ],
      "rows": 104,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_app_t04",
      "title": "Raw data of Paramecium caudatum and Paramecium aurelia grown on different media",
      "object": "gause_1934_book_app_t04",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Table",
        "Species",
        "Time",
        "Individuals",
        "Individuals_Mixture",
        "Treatment"
      ],
      "rows": 68,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_app_t05",
      "title": "Raw data of Stylonychia pustulata in monoculture and mixture with and Paramecium aurelia and P. caudatum",
      "object": "gause_1934_book_app_t05",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Table",
        "Time",
        "Experiment",
        "Culture",
        "Species",
        "Individuals",
        "Treatment"
      ],
      "rows": 575,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f04",
      "title": "Growth of Paramecium caudatum",
      "object": "gause_1934_book_f04",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Individuals"
      ],
      "rows": 8,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f09",
      "title": "Growth of Saccharomyces cerevisiae",
      "object": "gause_1934_book_f09",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Volume"
      ],
      "rows": 9,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f10",
      "title": "Growth of Saccharomyces cerevisiae with medium change",
      "object": "gause_1934_book_f10",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Individuals",
        "Treatment"
      ],
      "rows": 29,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f11",
      "title": "Gause Yeast Data",
      "object": "gause_1934_book_f11",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Alcohol_Percent",
        "Yeast_Volume",
        "Treatment"
      ],
      "rows": 11,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f12",
      "title": "Growth of Saccharomyces cerevisiae with additional alcohol",
      "object": "gause_1934_book_f12",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Alcohol",
        "Population"
      ],
      "rows": 6,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f13",
      "title": "Growth of Saccharomyces cerevisiae and Schizosaccaromyces kephir in mixed population",
      "object": "gause_1934_book_f13",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Volume"
      ],
      "rows": 47,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f14",
      "title": "Growth of Saccharomyces cerevisiae in mixed population",
      "object": "gause_1934_book_f14",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Volume",
        "Treatment"
      ],
      "rows": 32,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f15",
      "title": "Growth of Schizosaccaromyces kephir in mixed population - anaerobic",
      "object": "gause_1934_book_f15",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Volume",
        "Treatment"
      ],
      "rows": 24,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f16",
      "title": "Growth of Schizosaccaromyces kephir and Saccharomyces cerevisiae in mixed population -aerobic",
      "object": "gause_1934_book_f16",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Volume",
        "Treatment"
      ],
      "rows": 27,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f18",
      "title": "Growth of Paramecium caudatum and Stylonychia mytilis in Mixture",
      "object": "gause_1934_book_f18",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Individuals",
        "Treatment"
      ],
      "rows": 28,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f19",
      "title": "Growth of Paramecium caudatum and Stylonychia mytilis in Mixture with Wild bacteria",
      "object": "gause_1934_book_f19",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Individuals",
        "Treatment"
      ],
      "rows": 17,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f21",
      "title": "Growth of Paramecium caudatum and Paramecium aurelia in Monoculture",
      "object": "gause_1934_book_f21",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Volume",
        "Individuals"
      ],
      "rows": 87,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f22",
      "title": "Paramecium competition experiment",
      "object": "gause_1934_book_f22",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Day",
        "Species1",
        "Volume_Species1",
        "Species2",
        "Volume_Species2",
        "Treatment"
      ],
      "rows": 72,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f23",
      "title": "Growth of Paramecium caudatum and Paramecium aurelia with wild bacteria",
      "object": "gause_1934_book_f23",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Volume",
        "Treatment"
      ],
      "rows": 61,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f24",
      "title": "Growth of Paramecium caudatum and Paramecium aurelia in Mixture on Half Loop Medium",
      "object": "gause_1934_book_f24",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Volume",
        "Treatment"
      ],
      "rows": 56,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f25",
      "title": "Growth of Paramecium caudatum and Paramecium aurelia in Mixture on One Loop Medium",
      "object": "gause_1934_book_f25",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Volume",
        "Treatment"
      ],
      "rows": 57,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f26",
      "title": "Growth of Stylorzychia pustulata in Monoculture and in Mixture",
      "object": "gause_1934_book_f26",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Individuals",
        "Treatment"
      ],
      "rows": 104,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f28",
      "title": "Elementary interaction between Didinium nasutum and Paramecium caudatum",
      "object": "gause_1934_book_f28",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Individuals",
        "Treatment"
      ],
      "rows": 12,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f29",
      "title": "Paramecium/Didinium predator-prey experiment",
      "object": "gause_1934_book_f29",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Volume",
        "Individuals",
        "Treatment"
      ],
      "rows": 62,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f30",
      "title": "The elementary interaction between Didinium nasutum and Paramecium caudatum",
      "object": "gause_1934_book_f30",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Time",
        "Species",
        "Individuals",
        "Treatment"
      ],
      "rows": 16,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f31",
      "title": "The interaction between Didinium nasutum and Paramecium caudatum on oat medium",
      "object": "gause_1934_book_f31",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Time",
        "Species",
        "Individuals",
        "Treatment"
      ],
      "rows": 12,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f32",
      "title": "Didinium/Paramecium predator/prey experiment",
      "object": "gause_1934_book_f32",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Day",
        "Prey",
        "Individuals_Prey",
        "Predator",
        "Individuals_Predator",
        "Immigration"
      ],
      "rows": 17,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_book_f39.1",
      "title": "The interaction between Paramecium bursaria and Schizosaccharomyces pombe",
      "object": "gause_1934_book_f39.1",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Time",
        "Species",
        "Individuals"
      ],
      "rows": 36,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_science_f01",
      "title": "Didinium/Paramecium predator/prey experiment",
      "object": "gause_1934_science_f01",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Day",
        "Prey",
        "Individuals_Prey",
        "Predator",
        "Individuals_Predator",
        "Immigration"
      ],
      "rows": 17,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1934_science_f02_03",
      "title": "Paramecium competition experiment",
      "object": "gause_1934_science_f02_03",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Day",
        "Species1",
        "Volume_Species1",
        "Species2",
        "Volume_Species2",
        "Treatment"
      ],
      "rows": 63,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1936_AnE_f01",
      "title": "Interaction between predators (Cheyletus eruditus) and prey (Aleuiroglyphus agilis) on millet, wheat flour and a mixture of these substances.",
      "object": "gause_1936_AnE_f01",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Time",
        "Individuals",
        "Treatment"
      ],
      "rows": 34,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1936_AnE_f03.1",
      "title": "Interaction between predators (Cheyletus eruditus) and prey (Aleuroglyphus agilis) with occasional immigration",
      "object": "gause_1936_AnE_f03.1",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Time",
        "Species",
        "Individuals",
        "Treatment"
      ],
      "rows": 22,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1936_AnE_f03.3a",
      "title": "Interaction between predators (Cheyletus eruditus) and prey (Aleuroglyphus agilis) with artifical immigration",
      "object": "gause_1936_AnE_f03.3a",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Time",
        "Species",
        "Individuals",
        "Treatment"
      ],
      "rows": 24,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1936_AnE_f03.3b",
      "title": "Interaction between predators (Cheyletus eruditus) and prey (Aleuroglyphus agilis) with artifical immigration",
      "object": "gause_1936_AnE_f03.3b",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Time",
        "Species",
        "Individuals",
        "Treatment"
      ],
      "rows": 26,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1936_AnE_t02",
      "title": "Interaction between predators (Cheyletus eruditus) and prey (Aleuroglyphus agilis)-Raw data",
      "object": "gause_1936_AnE_t02",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Table",
        "Time",
        "Species",
        "Total_Individuals",
        "Female",
        "Male",
        "Imago",
        "Hexapod",
        "Octapod",
        "Initial_Fraction",
        "Treatment"
      ],
      "rows": 191,
      "table": true,
      "tojson": true
    },
    {
      "name": "gause_1936_AnE_t03",
      "title": "Interaction between predators (Paramecium bursaria) and prey (Saccharomyces exiguus)",
      "object": "gause_1936_AnE_t03",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Table",
        "Experiment",
        "Time",
        "Species",
        "Individuals"
      ],
      "rows": 266,
      "table": true,
      "tojson": true
    },
    {
      "name": "huffaker_1963",
      "title": "Huffaker Mite Data",
      "object": "huffaker_1963",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "Species",
        "Weeks",
        "Individuals",
        "Treatment"
      ],
      "rows": 168,
      "table": true,
      "tojson": true
    },
    {
      "name": "mclaren_1994_f03",
      "title": "Wolf, Moose, and Fir dynamics from Isle Royale",
      "object": "mclaren_1994_f03",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Paper",
        "Figure",
        "year",
        "Species",
        "width",
        "individuals",
        "AET..mm."
      ],
      "rows": 140,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "gause_1931_AmN_f01",
      "title": "Growth of population of the flour beetle Tribolium confusum in 16 and 64 grams of flour",
      "topics": [
        "gause_1931_AmN_f01"
      ]
    },
    {
      "page": "gause_1931_AmN_f02",
      "title": "The influence of quantity of food on the asymptotic population of Triboliurn confusum.",
      "topics": [
        "gause_1931_AmN_f02"
      ]
    },
    {
      "page": "gause_1931_AmN_f03",
      "title": "The influence of temperature on the asymptotic population of Moina macrocopa.",
      "topics": [
        "gause_1931_AmN_f03"
      ]
    },
    {
      "page": "gause_1932_QR_t05",
      "title": "The influence of temperature on the growth of the yeast Saccharomyces cerevisiae",
      "topics": [
        "gause_1932_QR_t05"
      ]
    },
    {
      "page": "gause_1934_book_app_t01",
      "title": "Raw data on the abundances and volumes of Saccharomyces cerevisiae and Schizosaccharomyces kephir",
      "topics": [
        "gause_1934_book_app_t01"
      ]
    },
    {
      "page": "gause_1934_book_app_t02",
      "title": "Alcohol production of Saccharomyces cerevisiae and Schizosaccharomyces kephir",
      "topics": [
        "gause_1934_book_app_t02"
      ]
    },
    {
      "page": "gause_1934_book_app_t03",
      "title": "Raw data of Paramecium caudatum and Paramecium aurelia grown in Monoculture and Mixture",
      "topics": [
        "gause_1934_book_app_t03"
      ]
    },
    {
      "page": "gause_1934_book_app_t04",
      "title": "Raw data of Paramecium caudatum and Paramecium aurelia grown on different media",
      "topics": [
        "gause_1934_book_app_t04"
      ]
    },
    {
      "page": "gause_1934_book_app_t05",
      "title": "Raw data of Stylonychia pustulata in monoculture and mixture with and Paramecium aurelia and P. caudatum",
      "topics": [
        "gause_1934_book_app_t05"
      ]
    },
    {
      "page": "gause_1934_book_f04",
      "title": "Growth of Paramecium caudatum",
      "topics": [
        "gause_1934_book_f04"
      ]
    },
    {
      "page": "gause_1934_book_f09",
      "title": "Growth of Saccharomyces cerevisiae",
      "topics": [
        "gause_1934_book_f09"
      ]
    },
    {
      "page": "gause_1934_book_f10",
      "title": "Growth of Saccharomyces cerevisiae with medium change",
      "topics": [
        "gause_1934_book_f10"
      ]
    },
    {
      "page": "gause_1934_book_f11",
      "title": "Gause Yeast Data",
      "topics": [
        "gause_1934_book_f11"
      ]
    },
    {
      "page": "gause_1934_book_f12",
      "title": "Growth of Saccharomyces cerevisiae with additional alcohol",
      "topics": [
        "gause_1934_book_f12"
      ]
    },
    {
      "page": "gause_1934_book_f13",
      "title": "Growth of Saccharomyces cerevisiae and Schizosaccaromyces kephir in mixed population",
      "topics": [
        "gause_1934_book_f13"
      ]
    },
    {
      "page": "gause_1934_book_f14",
      "title": "Growth of Saccharomyces cerevisiae in mixed population",
      "topics": [
        "gause_1934_book_f14"
      ]
    },
    {
      "page": "gause_1934_book_f15",
      "title": "Growth of Schizosaccaromyces kephir in mixed population - anaerobic",
      "topics": [
        "gause_1934_book_f15"
      ]
    },
    {
      "page": "gause_1934_book_f16",
      "title": "Growth of Schizosaccaromyces kephir and Saccharomyces cerevisiae in mixed population -aerobic",
      "topics": [
        "gause_1934_book_f16"
      ]
    },
    {
      "page": "gause_1934_book_f18",
      "title": "Growth of Paramecium caudatum and Stylonychia mytilis in Mixture",
      "topics": [
        "gause_1934_book_f18"
      ]
    },
    {
      "page": "gause_1934_book_f19",
      "title": "Growth of Paramecium caudatum and Stylonychia mytilis in Mixture with Wild bacteria",
      "topics": [
        "gause_1934_book_f19"
      ]
    },
    {
      "page": "gause_1934_book_f21",
      "title": "Growth of Paramecium caudatum and Paramecium aurelia in Monoculture",
      "topics": [
        "gause_1934_book_f21"
      ]
    },
    {
      "page": "gause_1934_book_f22",
      "title": "Paramecium competition experiment",
      "topics": [
        "gause_1934_book_f22"
      ]
    },
    {
      "page": "gause_1934_book_f23",
      "title": "Growth of Paramecium caudatum and Paramecium aurelia with wild bacteria",
      "topics": [
        "gause_1934_book_f23"
      ]
    },
    {
      "page": "gause_1934_book_f24",
      "title": "Growth of Paramecium caudatum and Paramecium aurelia in Mixture on Half Loop Medium",
      "topics": [
        "gause_1934_book_f24"
      ]
    },
    {
      "page": "gause_1934_book_f25",
      "title": "Growth of Paramecium caudatum and Paramecium aurelia in Mixture on One Loop Medium",
      "topics": [
        "gause_1934_book_f25"
      ]
    },
    {
      "page": "gause_1934_book_f26",
      "title": "Growth of Stylorzychia pustulata in Monoculture and in Mixture",
      "topics": [
        "gause_1934_book_f26"
      ]
    },
    {
      "page": "gause_1934_book_f28",
      "title": "Elementary interaction between Didinium nasutum and Paramecium caudatum",
      "topics": [
        "gause_1934_book_f28"
      ]
    },
    {
      "page": "gause_1934_book_f29",
      "title": "Paramecium/Didinium predator-prey experiment",
      "topics": [
        "gause_1934_book_f29"
      ]
    },
    {
      "page": "gause_1934_book_f30",
      "title": "The elementary interaction between Didinium nasutum and Paramecium caudatum",
      "topics": [
        "gause_1934_book_f30"
      ]
    },
    {
      "page": "gause_1934_book_f31",
      "title": "The interaction between Didinium nasutum and Paramecium caudatum on oat medium",
      "topics": [
        "gause_1934_book_f31"
      ]
    },
    {
      "page": "gause_1934_book_f32",
      "title": "Didinium/Paramecium predator/prey experiment",
      "topics": [
        "gause_1934_book_f32"
      ]
    },
    {
      "page": "gause_1934_book_f39.1",
      "title": "The interaction between Paramecium bursaria and Schizosaccharomyces pombe",
      "topics": [
        "gause_1934_book_f39.1"
      ]
    },
    {
      "page": "gause_1934_science_f01",
      "title": "Didinium/Paramecium predator/prey experiment",
      "topics": [
        "gause_1934_science_f01"
      ]
    },
    {
      "page": "gause_1934_science_f02_03",
      "title": "Paramecium competition experiment",
      "topics": [
        "gause_1934_science_f02_03"
      ]
    },
    {
      "page": "gause_1936_AnE_f01",
      "title": "Interaction between predators (Cheyletus eruditus) and prey (Aleuiroglyphus agilis) on millet, wheat flour and a mixture of these substances.",
      "topics": [
        "gause_1936_AnE_f01"
      ]
    },
    {
      "page": "gause_1936_AnE_f03.1",
      "title": "Interaction between predators (Cheyletus eruditus) and prey (Aleuroglyphus agilis) with occasional immigration",
      "topics": [
        "gause_1936_AnE_f03.1"
      ]
    },
    {
      "page": "gause_1936_AnE_f03.3a",
      "title": "Interaction between predators (Cheyletus eruditus) and prey (Aleuroglyphus agilis) with artifical immigration",
      "topics": [
        "gause_1936_AnE_f03.3a"
      ]
    },
    {
      "page": "gause_1936_AnE_f03.3b",
      "title": "Interaction between predators (Cheyletus eruditus) and prey (Aleuroglyphus agilis) with artifical immigration",
      "topics": [
        "gause_1936_AnE_f03.3b"
      ]
    },
    {
      "page": "gause_1936_AnE_t02",
      "title": "Interaction between predators (Cheyletus eruditus) and prey (Aleuroglyphus agilis)-Raw data",
      "topics": [
        "gause_1936_AnE_t02"
      ]
    },
    {
      "page": "gause_1936_AnE_t03",
      "title": "Interaction between predators (Paramecium bursaria) and prey (Saccharomyces exiguus)",
      "topics": [
        "gause_1936_AnE_t03"
      ]
    },
    {
      "page": "gause_wrapper",
      "title": "Automated wrapper for Gause fitting functions",
      "concept": [
        "Gause",
        "Lokta-Volterra",
        "interaction",
        "optimization"
      ],
      "topics": [
        "gause_wrapper"
      ]
    },
    {
      "page": "get_lag",
      "title": "Get timelag",
      "concept": [
        "Gause",
        "competition",
        "time lag"
      ],
      "topics": [
        "get_lag"
      ]
    },
    {
      "page": "get_logistic",
      "title": "Logistic Growth",
      "concept": [
        "Gause",
        "competition",
        "logistic growth"
      ],
      "topics": [
        "get_logistic"
      ]
    },
    {
      "page": "huffaker_1963",
      "title": "Huffaker Mite Data",
      "topics": [
        "huffaker_1963"
      ]
    },
    {
      "page": "lv_interaction",
      "title": "Lotka-Volterra Interactions",
      "concept": [
        "Gause",
        "Lokta-Volterra",
        "interaction"
      ],
      "topics": [
        "lv_interaction"
      ]
    },
    {
      "page": "lv_interaction_log",
      "title": "Lotka-Volterra Interactions in Log Space",
      "concept": [
        "Gause",
        "Lokta-Volterra",
        "interaction"
      ],
      "topics": [
        "lv_interaction_log"
      ]
    },
    {
      "page": "lv_optim",
      "title": "Optimizer for Lotka-Volterra Interactions",
      "concept": [
        "Gause",
        "Lokta-Volterra",
        "interaction",
        "optimization"
      ],
      "topics": [
        "lv_optim"
      ]
    },
    {
      "page": "mclaren_1994_f03",
      "title": "Wolf, Moose, and Fir dynamics from Isle Royale",
      "topics": [
        "mclaren_1994_f03"
      ]
    },
    {
      "page": "ode_prediction",
      "title": "Optimizer extension",
      "concept": [
        "Gause",
        "competition",
        "optimization"
      ],
      "topics": [
        "ode_prediction"
      ]
    },
    {
      "page": "percap_growth",
      "title": "Per-capita growth rate",
      "concept": [
        "Gause",
        "competition",
        "growth"
      ],
      "topics": [
        "percap_growth"
      ]
    },
    {
      "page": "test_goodness_of_fit",
      "title": "Test goodness of fit",
      "topics": [
        "test_goodness_of_fit"
      ]
    }
  ],
  "_rundeps": [
    "deSolve"
  ],
  "_vignettes": [
    {
      "source": "gauseR_examples.Rmd",
      "filename": "gauseR_examples.html",
      "title": "Example Analyses in gauseR",
      "author": "Lina K. Mühlbauer, Maximilienne Schulze, and Adam T. Clark",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The GauseR package",
        "Linearized estimates",
        "Goodness of fit",
        "The optimizer",
        "The wrapper function",
        "Further examples"
      ],
      "created": "2020-04-15 08:57:15",
      "modified": "2023-10-22 17:58:06",
      "commits": 3
    }
  ],
  "_score": 3.8195439355418688,
  "_indexed": true,
  "_nocasepkg": "gauser",
  "_universes": [
    "adamtclark"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2",
      "date": "2026-06-01T08:55:02.000Z",
      "distro": "noble",
      "commit": "d722791f47d133b4c8e44ecd7be8108f3deec71c",
      "fileid": "394eda31c2e09617ddaf69c08ca10eee424e1e97c7112066c12179dd29b74a76",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adamtclark/actions/runs/26744840474"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2",
      "date": "2026-06-01T08:55:00.000Z",
      "distro": "noble",
      "commit": "d722791f47d133b4c8e44ecd7be8108f3deec71c",
      "fileid": "6e26122c6f2d63732df857706d8f2d020c498f2d24efbf866620e6e423f209c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adamtclark/actions/runs/26744840474"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2",
      "date": "2026-06-01T08:54:31.000Z",
      "commit": "d722791f47d133b4c8e44ecd7be8108f3deec71c",
      "fileid": "ffb241fbf789fde93c053b827537a2a2288c6b2e21f868b7c86a74af09682d9e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adamtclark/actions/runs/26744840474"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2",
      "date": "2026-06-01T08:54:54.000Z",
      "commit": "d722791f47d133b4c8e44ecd7be8108f3deec71c",
      "fileid": "89495541dd028b665572f5e219c2650d6556226bbd354929690219f384fc2345",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adamtclark/actions/runs/26744840474"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2",
      "date": "2026-06-01T08:55:08.000Z",
      "commit": "d722791f47d133b4c8e44ecd7be8108f3deec71c",
      "fileid": "9bb06d90f3029b6b5bd2c8a5502640896dde2ab2826cfb9aab6d5c3cfc5fd924",
      "status": "success",
      "buildurl": "https://github.com/r-universe/adamtclark/actions/runs/26744840474"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2",
      "date": "2026-06-01T08:54:13.000Z",
      "commit": "d722791f47d133b4c8e44ecd7be8108f3deec71c",
      "fileid": "475334867aa2995e48cb3df19c352635f70d78b6fdd1911a729076863200dc98",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adamtclark/actions/runs/26744840474"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2",
      "date": "2026-06-01T08:54:16.000Z",
      "commit": "d722791f47d133b4c8e44ecd7be8108f3deec71c",
      "fileid": "6afa98844b3a693c52eb55d3cb441df46da7727fdd6816bff1f8ba96f69034af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adamtclark/actions/runs/26744840474"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2",
      "date": "2026-06-01T08:54:20.000Z",
      "commit": "d722791f47d133b4c8e44ecd7be8108f3deec71c",
      "fileid": "00cadf18d31398a4ca042af374a6f80b18b14663a25879eb08b2be0303c78241",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adamtclark/actions/runs/26744840474"
    }
  ]
}