{
  "_id": "6a1f11f1b401979e7341db99",
  "Package": "ROptimus",
  "Title": "A Parallel General-Purpose Adaptive Optimisation Engine",
  "Version": "3.0.0",
  "Authors@R": "c(\nperson(\"Nicholas Andre G.\", \"Johnson\", email = \"nagj@mit.edu\", role = \"aut\"),\nperson(\"Liezel\", \"Tamon\", email = \"lizheltamon@gmail.com\", role = \"aut\"),\nperson(\"Xin\", \"Liu\", email = \"xin.liu.bio@gmail.com\", role = \"aut\"),\nperson(\"Aleksandr B.\", \"Sahakyan\", email = \"sahakyanlab@cantab.net\", role = c(\"aut\", \"cre\")))",
  "Description": "A general-purpose optimisation engine that supports i)\nMonte Carlo optimisation with Metropolis criterion [Metropolis\net al. (1953) <doi:10.1063/1.1699114>, Hastings (1970)\n<doi:10.1093/biomet/57.1.97>] and Acceptance Ratio Simulated\nAnnealing [Kirkpatrick et al. (1983)\n<doi:10.1126/science.220.4598.671>, Černý (1985)\n<doi:10.1007/BF00940812>] on multiple cores, and ii) Acceptance\nRatio Replica Exchange Monte Carlo Optimisation. In each case,\nthe system pseudo-temperature is dynamically adjusted such that\nthe observed acceptance ratio is kept near to the desired\n(fixed or changing) acceptance ratio.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "LazyData": "true",
  "URL": "https://github.com/SahakyanLab/ROptimus",
  "NeedsCompilation": "no",
  "Repository": "https://sahakyanlab.r-universe.dev",
  "Date/Publication": "2023-02-02 15:17:33 UTC",
  "RemoteUrl": "https://github.com/sahakyanlab/roptimus",
  "RemoteRef": "HEAD",
  "RemoteSha": "d1f24ef6610c850b3dc024d344216a43f1d84fdb",
  "Packaged": {
    "Date": "2026-05-17 07:48:36 UTC",
    "User": "root"
  },
  "Author": "Nicholas Andre G. Johnson [aut],\nLiezel Tamon [aut],\nXin Liu [aut],\nAleksandr B. Sahakyan [aut, cre]",
  "Maintainer": "Aleksandr B. Sahakyan <sahakyanlab@cantab.net>",
  "MD5sum": "03ed52a8103933a07565302080bfc48c",
  "_user": "sahakyanlab",
  "_type": "src",
  "_file": "ROptimus_3.0.0.tar.gz",
  "_fileid": "ca20c409546d2b1d914897aeb63fc626b337c616ab030c59d9619a42d1d2ea87",
  "_filesize": 37139139,
  "_sha256": "ca20c409546d2b1d914897aeb63fc626b337c616ab030c59d9619a42d1d2ea87",
  "_created": "2026-05-17T07:48:36.000Z",
  "_published": "2026-06-02T17:25:05.913Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79131307360,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7040566130"
    },
    {
      "job": 79131307383,
      "time": 102,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7040565015"
    },
    {
      "job": 79131307893,
      "time": 147,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7040566433"
    },
    {
      "job": 79131307529,
      "time": 137,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7040566838"
    },
    {
      "job": 79131306437,
      "time": 151,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040554323"
    },
    {
      "job": 79131306583,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365023275"
    },
    {
      "job": 79131307188,
      "time": 85,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7040563096"
    },
    {
      "job": 79131307430,
      "time": 63,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7040560805"
    },
    {
      "job": 79131307610,
      "time": 73,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7040562919"
    }
  ],
  "_buildurl": "https://github.com/r-universe/sahakyanlab/actions/runs/25985007893",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/sahakyanlab/roptimus",
  "_commit": {
    "id": "d1f24ef6610c850b3dc024d344216a43f1d84fdb",
    "author": "Liezel Tamon <lizheltamon@gmail.com>",
    "committer": "Liezel Tamon <lizheltamon@gmail.com>",
    "message": "update\n",
    "time": 1675351053
  },
  "_maintainer": {
    "name": "Aleksandr B. Sahakyan",
    "email": "sahakyanlab@cantab.net"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "doParallel",
      "version": ">= 1.0.11",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "version": ">= 1.4.4",
      "role": "Imports"
    },
    {
      "package": "iterators",
      "version": ">= 1.0.9",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "version": ">= 3.4.2",
      "role": "Imports"
    }
  ],
  "_owner": "sahakyanlab",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "optimisation",
    "parallel"
  ],
  "_stars": 4,
  "_contributors": [
    {
      "user": "nicholasjohnson2020",
      "count": 77,
      "uuid": 35481278
    },
    {
      "user": "liezeltamon",
      "count": 47,
      "uuid": 45236685
    },
    {
      "user": "aleksahak",
      "count": 26,
      "uuid": 1277923
    },
    {
      "user": "xinliu-bio",
      "count": 11,
      "uuid": 56167181
    }
  ],
  "_userbio": {
    "uuid": 40893390,
    "type": "organization",
    "name": "SahakyanLab",
    "description": "Integrative Computational Biology and Machine Learning Laboratory, University of Oxford"
  },
  "_downloads": {
    "count": 199,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ROptimus"
  },
  "_devurl": "https://github.com/sahakyanlab/roptimus",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/ROptimus.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sahakyanlab/roptimus",
  "_realowner": "sahakyanlab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "3.0.0",
      "date": "2023-01-14"
    }
  ],
  "_exports": [
    "Optimus",
    "OptimusExamples"
  ],
  "_datasets": [
    {
      "name": "ex.m.fun",
      "title": "Tutorial 5 m() function",
      "object": "ex.m.fun",
      "class": [
        "function"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ex.r.fun",
      "title": "Tutorial 5 r() function",
      "object": "ex.r.fun",
      "class": [
        "function"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ex.u.fun",
      "title": "Tutorial 5 u() function",
      "object": "ex.u.fun",
      "class": [
        "function"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "IJ_ORIG",
      "title": "Tutorial 5 Genomic Contact Data",
      "object": "IJ_ORIG",
      "class": [
        "data.frame"
      ],
      "fields": [
        "i",
        "j"
      ],
      "rows": 734,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "ex.m.fun",
      "title": "Tutorial 5 m() function",
      "topics": [
        "ex.m.fun"
      ]
    },
    {
      "page": "ex.r.fun",
      "title": "Tutorial 5 r() function",
      "topics": [
        "ex.r.fun"
      ]
    },
    {
      "page": "ex.u.fun",
      "title": "Tutorial 5 u() function",
      "topics": [
        "ex.u.fun"
      ]
    },
    {
      "page": "IJ_ORIG",
      "title": "Tutorial 5 Genomic Contact Data",
      "topics": [
        "IJ_ORIG"
      ]
    },
    {
      "page": "Optimus",
      "title": "Acceptance Ratio Simulated Annealing and Acceptance Ratio Replica Exchange Monte Carlo Optimisation Engine",
      "topics": [
        "Optimus"
      ]
    },
    {
      "page": "OptimusExamples",
      "title": "Generate script for reproducing a tutorial",
      "topics": [
        "OptimusExamples"
      ]
    }
  ],
  "_readme": "https://github.com/sahakyanlab/roptimus/raw/HEAD/README.md",
  "_rundeps": [
    "codetools",
    "doParallel",
    "foreach",
    "iterators"
  ],
  "_score": 3.778151250383644,
  "_indexed": true,
  "_nocasepkg": "roptimus",
  "_universes": [
    "sahakyanlab"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.0.0",
      "date": "2026-05-17T07:50:34.000Z",
      "distro": "noble",
      "commit": "d1f24ef6610c850b3dc024d344216a43f1d84fdb",
      "fileid": "6602a0576aee27f3add3d90f01368eb7160f4577d3447fdf3986705cf98fd334",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/sahakyanlab/actions/runs/25985007893"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "3.0.0",
      "date": "2026-05-17T07:50:27.000Z",
      "distro": "noble",
      "commit": "d1f24ef6610c850b3dc024d344216a43f1d84fdb",
      "fileid": "3940f903179825f4a24ad07fe476b3edc653742fafb1c0e3cc81bbf45b08af21",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/sahakyanlab/actions/runs/25985007893"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.0.0",
      "date": "2026-05-17T07:50:43.000Z",
      "commit": "d1f24ef6610c850b3dc024d344216a43f1d84fdb",
      "fileid": "45e0ef3a2d5d449326d19051f74c485b6ca60265ab9dfce1c80414d7b4877190",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/sahakyanlab/actions/runs/25985007893"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "3.0.0",
      "date": "2026-05-17T07:50:46.000Z",
      "commit": "d1f24ef6610c850b3dc024d344216a43f1d84fdb",
      "fileid": "addb02c7d17117e21f3a11a9ccbaffec76d3701e372ee4b05d42dcb02ba293a3",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/sahakyanlab/actions/runs/25985007893"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "3.0.0",
      "date": "2026-05-17T07:50:04.000Z",
      "commit": "d1f24ef6610c850b3dc024d344216a43f1d84fdb",
      "fileid": "b04bae18c57baf50bc105bfd2a2da13143da8180f26ebccab5bd94deb37cf74d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/sahakyanlab/actions/runs/25985007893"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "3.0.0",
      "date": "2026-05-17T07:49:44.000Z",
      "commit": "d1f24ef6610c850b3dc024d344216a43f1d84fdb",
      "fileid": "2866f86a26cb9b38d3b6bd5e79d2b897694e6ab73d0fabe75ae9acb933b661a1",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/sahakyanlab/actions/runs/25985007893"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "3.0.0",
      "date": "2026-05-17T07:50:03.000Z",
      "commit": "d1f24ef6610c850b3dc024d344216a43f1d84fdb",
      "fileid": "3b6e5bc804f5aa808652d0e30cd527fa8a6ce0f65aeb8ec2ea90b5058750c03f",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/sahakyanlab/actions/runs/25985007893"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "3.0.0",
      "date": "2026-06-02T17:24:33.000Z",
      "commit": "d1f24ef6610c850b3dc024d344216a43f1d84fdb",
      "fileid": "3d6d8fbc1c89adc378aba2492f6f839cff80eaa28bda6ad576d3351f1fd4d7f3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sahakyanlab/actions/runs/25985007893"
    }
  ]
}