{
  "_id": "6a631e83d3420cf5dfdb75df",
  "Package": "DEoptim",
  "Version": "2.2-8",
  "Title": "Global Optimization by Differential Evolution",
  "Authors@R": "c(person(\"David\", \"Ardia\", role = c(\"aut\"), email = \"david.ardia.ch@gmail.com\", comment = c(ORCID = \"0000-0003-2823-782X\")), \nperson(\"Katharine\", \"Mullen\", role = c(\"aut\", \"cre\"), email=\"mullenkate@gmail.com\"),\nperson(\"Brian\", \"Peterson\", role = \"aut\"),\nperson(\"Joshua\", \"Ulrich\", role = \"aut\"),\nperson(\"Kris\", \"Boudt\", role = \"ctb\"))",
  "Description": "Implements the Differential Evolution algorithm for global\noptimization of a real-valued function of a real-valued\nparameter vector as described in Mullen et al. (2011)\n<doi:10.18637/jss.v040.i06>.",
  "BugReports": "https://github.com/ArdiaD/DEoptim/issues",
  "URL": "https://github.com/ArdiaD/DEoptim",
  "License": "GPL (>= 2)",
  "Maintainer": "Katharine Mullen <mullenkate@gmail.com>",
  "NeedsCompilation": "yes",
  "Repository": "https://ardiad.r-universe.dev",
  "Date/Publication": "2022-11-09 16:57:49 UTC",
  "RemoteUrl": "https://github.com/ardiad/deoptim",
  "RemoteRef": "HEAD",
  "RemoteSha": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
  "Packaged": {
    "Date": "2026-07-24 06:59:59 UTC",
    "User": "root"
  },
  "Author": "David Ardia [aut] (ORCID: <https://orcid.org/0000-0003-2823-782X>),\nKatharine Mullen [aut, cre],\nBrian Peterson [aut],\nJoshua Ulrich [aut],\nKris Boudt [ctb]",
  "_user": "ardiad",
  "_type": "src",
  "_file": "DEoptim_2.2-8.tar.gz",
  "_fileid": "https://r2.ropensci.org/361f2198fc6ab7477922c6876764466fd555c28d2a66b85581324b2931fb9672",
  "_filesize": 282779,
  "_sha256": "361f2198fc6ab7477922c6876764466fd555c28d2a66b85581324b2931fb9672",
  "_expires": "2026-11-01T08:12:50.000Z",
  "_created": "2026-07-24T06:59:59.000Z",
  "_published": "2026-07-24T08:12:51.681Z",
  "_jobs": [
    {
      "job": 89420700578,
      "time": 114,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8589155848"
    },
    {
      "job": 89420700640,
      "time": 167,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8589175946"
    },
    {
      "job": 89420700651,
      "time": 111,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8589154997"
    },
    {
      "job": 89420700601,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8589161962"
    },
    {
      "job": 89420700600,
      "time": 109,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8590579592"
    },
    {
      "job": 89420700643,
      "time": 139,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8590660012"
    },
    {
      "job": 89420700549,
      "time": 76,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8590528767"
    },
    {
      "job": 89420700551,
      "time": 186,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8590600616"
    },
    {
      "job": 89420202702,
      "time": 177,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8589111698"
    },
    {
      "job": 89420700544,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8589152153"
    },
    {
      "job": 89420700655,
      "time": 87,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8589146978"
    },
    {
      "job": 89420700554,
      "time": 73,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8589140125"
    },
    {
      "job": 89420700625,
      "time": 87,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8589145465"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131",
  "_status": "success",
  "_upstream": "https://github.com/ardiad/deoptim",
  "_commit": {
    "id": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
    "author": "Joshua Ulrich <josh.m.ulrich@gmail.com>",
    "committer": "Joshua Ulrich <josh.m.ulrich@gmail.com>",
    "message": "Check for parallelly before using availableCores()\n\nThis gives the user a better error than would be thrown if\nparallelly::availableCores() errors because parallelly isn't installed.\n\nSee #32.\n",
    "time": 1668013069
  },
  "_maintainer": {
    "name": "Katharine Mullen",
    "email": "mullenkate@gmail.com",
    "login": "k-m-m",
    "description": "",
    "uuid": 4985137
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "parallel",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Suggests"
    },
    {
      "package": "iterators",
      "role": "Suggests"
    },
    {
      "package": "colorspace",
      "role": "Suggests"
    },
    {
      "package": "lattice",
      "role": "Suggests"
    },
    {
      "package": "parallelly",
      "role": "Suggests"
    }
  ],
  "_owner": "ardiad",
  "_selfowned": true,
  "_usedby": 133,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "differential-evolution",
    "evolutionary-algorithm",
    "global-optimization",
    "optimization"
  ],
  "_stars": 31,
  "_contributors": [
    {
      "user": "k-m-m",
      "count": 71,
      "uuid": 4985137
    },
    {
      "user": "joshuaulrich",
      "count": 64,
      "uuid": 1023193
    },
    {
      "user": "braverock",
      "count": 30,
      "uuid": 1668391
    },
    {
      "user": "ardiad",
      "count": 24,
      "uuid": 11246455
    },
    {
      "user": "achubaty",
      "count": 1,
      "uuid": 3435577
    },
    {
      "user": "henrikbengtsson",
      "count": 1,
      "uuid": 1616850
    }
  ],
  "_userbio": {
    "uuid": 11246455,
    "type": "user",
    "name": "David Ardia",
    "followers": 155,
    "description": "Professor in Quantitative Finance"
  },
  "_downloads": {
    "count": 17156,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/DEoptim"
  },
  "_mentions": 18,
  "_devurl": "https://github.com/ardiad/deoptim",
  "_searchresults": 1328,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/DEoptim.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ardiad/deoptim",
  "_realowner": "ardiad",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0-6",
      "date": "2005-08-09"
    },
    {
      "version": "1.1-2",
      "date": "2005-10-05"
    },
    {
      "version": "1.1-5",
      "date": "2006-01-09"
    },
    {
      "version": "1.1-6",
      "date": "2006-07-10"
    },
    {
      "version": "1.1-8",
      "date": "2007-01-30"
    },
    {
      "version": "1.2-0",
      "date": "2007-09-10"
    },
    {
      "version": "1.2-1",
      "date": "2007-09-12"
    },
    {
      "version": "1.3-0",
      "date": "2008-12-04"
    },
    {
      "version": "1.3-3",
      "date": "2009-05-14"
    },
    {
      "version": "2.0-0",
      "date": "2009-10-01"
    },
    {
      "version": "2.0-1",
      "date": "2009-10-07"
    },
    {
      "version": "2.0-3",
      "date": "2009-11-29"
    },
    {
      "version": "2.0-4",
      "date": "2010-03-05"
    },
    {
      "version": "2.0-5",
      "date": "2010-04-19"
    },
    {
      "version": "2.0-6",
      "date": "2010-08-25"
    },
    {
      "version": "2.0-7",
      "date": "2010-10-15"
    },
    {
      "version": "2.0-8",
      "date": "2011-01-12"
    },
    {
      "version": "2.0-9",
      "date": "2011-03-01"
    },
    {
      "version": "2.1-0",
      "date": "2011-04-06"
    },
    {
      "version": "2.1-1",
      "date": "2011-05-16"
    },
    {
      "version": "2.1-2",
      "date": "2011-11-21"
    },
    {
      "version": "2.2-0",
      "date": "2012-04-06"
    },
    {
      "version": "2.2-1",
      "date": "2012-07-01"
    },
    {
      "version": "2.2-2",
      "date": "2013-04-20"
    },
    {
      "version": "2.2-3",
      "date": "2014-12-15"
    },
    {
      "version": "2.2-4",
      "date": "2016-12-19"
    },
    {
      "version": "2.2-5",
      "date": "2020-02-23"
    },
    {
      "version": "2.2-6",
      "date": "2021-05-05"
    },
    {
      "version": "2.2-7",
      "date": "2022-11-06"
    },
    {
      "version": "2.2-8",
      "date": "2022-11-11"
    }
  ],
  "_exports": [
    "DEoptim",
    "DEoptim.control"
  ],
  "_datasets": [
    {
      "name": "xrrData",
      "title": "X-ray reflectometry data",
      "object": "xrrData",
      "file": "xrrData.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "V1",
        "V2"
      ],
      "rows": 1095,
      "table": true,
      "tojson": true
    },
    {
      "name": "y",
      "title": "Swiss Market Index data",
      "object": "SMI",
      "file": "SMI.rda",
      "class": [
        "zoo"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "DEoptim",
      "title": "Differential Evolution Optimization",
      "concept": [
        "minimization"
      ],
      "topics": [
        "DEoptim"
      ]
    },
    {
      "page": "DEoptim-methods",
      "title": "DEoptim-methods",
      "topics": [
        "DEoptim-methods",
        "plot.DEoptim",
        "summary.DEoptim"
      ]
    },
    {
      "page": "DEoptim.control",
      "title": "Control various aspects of the DEoptim implementation",
      "topics": [
        "DEoptim.control"
      ]
    },
    {
      "page": "SMI",
      "title": "Swiss Market Index data",
      "topics": [
        "SMI",
        "y"
      ]
    },
    {
      "page": "xrrData",
      "title": "X-ray reflectometry data",
      "topics": [
        "xrrData"
      ]
    }
  ],
  "_readme": "https://github.com/ardiad/deoptim/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 11.847888710792093,
  "_indexed": true,
  "_nocasepkg": "deoptim",
  "_universes": [
    "ardiad",
    "k-m-m"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2-8",
      "date": "2026-07-24T07:01:57.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "https://r2.ropensci.org/ad4356aa0ee72759ac2de1a2550734b8af017f6571f43f210e703c9cc1cbedd7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2-8",
      "date": "2026-07-24T07:02:47.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "https://r2.ropensci.org/403c9a9f929357ba46a849b8c5512530bdbe1f6135c55a258346b34de0271bba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.2-8",
      "date": "2026-07-24T07:01:55.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "https://r2.ropensci.org/7717eb9254bc549103068559de81f1b913b0b07bd7bcf5c15e74fc521a18dfb1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.2-8",
      "date": "2026-07-24T07:02:13.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "https://r2.ropensci.org/5d2c64b3f5870f5da94bfb184f33fdddbe1689c433ca7401952d61588990346c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.2-8",
      "date": "2026-07-24T08:08:44.000Z",
      "arch": "aarch64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "https://r2.ropensci.org/6a1f7817717419b80390b4c5f1f5cc316dd745021788aa15e2c13a7c5daf347c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.2-8",
      "date": "2026-07-24T08:12:07.000Z",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "https://r2.ropensci.org/ee8bc94759b561b9907865645e9c9d4859e5553ffb96a8dacb2a19284fdf6e74",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.2-8",
      "date": "2026-07-24T08:06:33.000Z",
      "arch": "aarch64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "https://r2.ropensci.org/d56fd378015d310321f80bf298db8886f8b327d937e660c53b4aa4b26a5027ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.2-8",
      "date": "2026-07-24T08:09:24.000Z",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "https://r2.ropensci.org/a4c79d14371273cec6da1cc202365a1f3a749a6860a79e250f051d2de80d8951",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.2-8",
      "date": "2026-07-24T07:01:55.000Z",
      "arch": "emscripten",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "https://r2.ropensci.org/a3f42374377a5dc33dabf4545a6e8fc9f6e0f8e3eee0e240f83c43594b13ad13",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.2-8",
      "date": "2026-07-24T07:01:16.000Z",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "https://r2.ropensci.org/b55c459b14b0163d15ab238ce3658ecfad37a731728cf1c8aca15fe5c42f6d7f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.2-8",
      "date": "2026-07-24T07:01:01.000Z",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "https://r2.ropensci.org/a8f9b83456a9ea90e3eb537579ff8ed6dfe513152e4abf56d7e3b61e30eea0f4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "2.2-8",
      "date": "2026-07-24T07:01:15.000Z",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "https://r2.ropensci.org/9c13caf0db70089606fdf34d541fa09515a502314d34f08335334a674d227fd8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/30073824131"
    }
  ]
}