{
  "_id": "6a114bfdacfb0bcc41ce8aee",
  "Package": "Simile",
  "Type": "Package",
  "Title": "Interact with Simile Models",
  "Version": "1.3.4",
  "Date": "2024-12-10",
  "Authors@R": "c(person(given = \"Simulistics Ltd\",\nrole = \"cph\"),\nperson(given = \"Jasper\",\nfamily = \"Taylor\",\nrole = c(\"aut\", \"cre\"),\nemail = \"support@simulistics.com\"))",
  "Description": "Allows a Simile model saved as a compiled binary to be\nloaded, parameterized, executed and interrogated. This version\nworks with Simile v6 on.",
  "License": "Unlimited",
  "LazyLoad": "yes",
  "Packaged": {
    "Date": "2026-05-23 06:38:51 UTC",
    "User": "root"
  },
  "RoxygenNote": "7.3.2",
  "NeedsCompilation": "no",
  "Author": "Simulistics Ltd [cph], Jasper Taylor [aut, cre]",
  "Maintainer": "Jasper Taylor <support@simulistics.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2024-12-11 18:00:02 UTC",
  "RemoteUrl": "https://github.com/cran/Simile",
  "RemoteRef": "HEAD",
  "RemoteSha": "18a5539a59e1b0017c288c895ec1507db7330c20",
  "MD5sum": "19ae5b0b5a072751d24f4e96234b706a",
  "_user": "cran",
  "_type": "src",
  "_file": "Simile_1.3.4.tar.gz",
  "_fileid": "43114ea5e463ef567ec32ec27e1e4f0fe97933954552788021d81efc0b9e969e",
  "_filesize": 140832,
  "_sha256": "43114ea5e463ef567ec32ec27e1e4f0fe97933954552788021d81efc0b9e969e",
  "_created": "2026-05-23T06:38:51.000Z",
  "_published": "2026-05-23T06:41:01.037Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77503711026,
      "time": 102,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7174997606"
    },
    {
      "job": 77503711027,
      "time": 90,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174996460"
    },
    {
      "job": 77503583384,
      "time": 158,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174987567"
    },
    {
      "job": 77503711024,
      "time": 96,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174997046"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26325921709",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/Simile",
  "_commit": {
    "id": "18a5539a59e1b0017c288c895ec1507db7330c20",
    "author": "Jasper Taylor <support@simulistics.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.3.4\n",
    "time": 1733940002
  },
  "_maintainer": {
    "name": "Jasper Taylor",
    "email": "support@simulistics.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "tcltk",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 200,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/Simile"
  },
  "_mentions": 12,
  "_searchresults": 18,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/Simile.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.1",
      "date": "2012-01-04"
    },
    {
      "version": "1.2",
      "date": "2013-01-15"
    },
    {
      "version": "1.3",
      "date": "2013-05-31"
    },
    {
      "version": "1.3.2",
      "date": "2015-02-14"
    },
    {
      "version": "1.3.3",
      "date": "2015-02-19"
    },
    {
      "version": "1.3.4",
      "date": "2024-12-11"
    }
  ],
  "_exports": [
    "consult.parameter.metafile",
    "create.model",
    "create.param.array",
    "execute.model",
    "get.model.property",
    "get.model.time",
    "get.value.array",
    "get.value.list",
    "is.dummy",
    "list.objects",
    "load.model",
    "reset.model",
    "set.model.parameter",
    "set.model.step",
    "use.simile.at"
  ],
  "_help": [
    {
      "page": "Simile-package",
      "title": "Interface to executable Simile models",
      "topics": [
        "Simile-package",
        "Simile"
      ]
    },
    {
      "page": "consult.parameter.metafile",
      "title": "Set a model's parameters from a file saved by Simile",
      "topics": [
        "consult.parameter.metafile"
      ]
    },
    {
      "page": "create.model",
      "title": "Create an executable model instance",
      "topics": [
        "create.model"
      ]
    },
    {
      "page": "create.param.array",
      "title": "Allocates memory for interactively loading model parameters",
      "topics": [
        "create.param.array"
      ]
    },
    {
      "page": "execute.model",
      "title": "Execute a Simile model to a given time point",
      "topics": [
        "execute.model"
      ]
    },
    {
      "page": "get.model.property",
      "title": "Get properties of model components",
      "topics": [
        "get.model.property"
      ]
    },
    {
      "page": "get.model.time",
      "title": "Gets the time in the simulation.",
      "topics": [
        "get.model.time"
      ]
    },
    {
      "page": "get.value.array",
      "title": "Get values from model components",
      "topics": [
        "get.value.array"
      ]
    },
    {
      "page": "get.value.list",
      "title": "Get values from model components",
      "topics": [
        "get.value.list"
      ]
    },
    {
      "page": "is.dummy",
      "title": "Test if a path or handle is a 'dummy' whose only purpose is to allow tests to run.",
      "topics": [
        "is.dummy"
      ]
    },
    {
      "page": "list.objects",
      "title": "List Simile model components",
      "topics": [
        "list.objects"
      ]
    },
    {
      "page": "load.model",
      "title": "Load a Simile executable model",
      "topics": [
        "load.model"
      ]
    },
    {
      "page": "reset.model",
      "title": "resets the model to its initial state.",
      "topics": [
        "reset.model"
      ]
    },
    {
      "page": "set.model.parameter",
      "title": "Sets a model parameter with data in an array",
      "topics": [
        "set.model.parameter"
      ]
    },
    {
      "page": "set.model.step",
      "title": "Sets the time step used to execute a model.",
      "topics": [
        "set.model.step"
      ]
    },
    {
      "page": "tcl.paired.to.array",
      "title": "Re-format model value array",
      "topics": [
        "tcl.paired.to.array"
      ]
    },
    {
      "page": "use.simile.at",
      "title": "Initialize the Simile interface",
      "topics": [
        "use.simile.at"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 2.255272505103306,
  "_indexed": true,
  "_nocasepkg": "simile",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.4",
      "date": "2026-05-23T06:40:36.000Z",
      "distro": "noble",
      "commit": "18a5539a59e1b0017c288c895ec1507db7330c20",
      "fileid": "be7418e41cca6be73ab6b7abbc12d604d76dcc9931e5f3a182e91608f16c9142",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26325921709"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3.4",
      "date": "2026-05-23T06:40:22.000Z",
      "distro": "noble",
      "commit": "18a5539a59e1b0017c288c895ec1507db7330c20",
      "fileid": "c947841469ec3005a02ef81e7d40918db1aded932b28a45b34270f392316bd5e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26325921709"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3.4",
      "date": "2026-05-23T06:40:42.000Z",
      "commit": "18a5539a59e1b0017c288c895ec1507db7330c20",
      "fileid": "8785a8b31516ff5689dced95b2cc5cf56f315a09f862138777dd90ba52e7bab9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26325921709"
    }
  ]
}