{
  "_id": "6a1eb759b25058d4daade6de",
  "Package": "optimParallel",
  "Type": "Package",
  "Title": "Parallel Version of the L-BFGS-B Optimization Method",
  "Version": "1.0-2",
  "Date": "2021-02-10",
  "Authors@R": "c(person(\"Florian\", \"Gerber\", role = c(\"aut\", \"cre\"),\nemail = \"flora.fauna.gerber@gmail.com\",\ncomment = c(ORCID = \"0000-0001-8545-5263\")))",
  "Maintainer": "Florian Gerber <flora.fauna.gerber@gmail.com>",
  "Description": "Provides a parallel version of the L-BFGS-B method of\noptim(). The main function of the package is optimParallel(),\nwhich has the same usage and output as optim(). Using\noptimParallel() can significantly reduce the optimization time.",
  "License": "GPL (>= 2)",
  "URL": "https://github.com/florafauna/optimParallel-R",
  "BugReports": "https://github.com/florafauna/optimParallel-R/issues",
  "VignetteBuilder": "R.rsp",
  "RoxygenNote": "7.1.1",
  "Repository": "https://florafauna.r-universe.dev",
  "Date/Publication": "2021-02-10 18:51:29 UTC",
  "RemoteUrl": "https://github.com/florafauna/optimparallel-r",
  "RemoteRef": "HEAD",
  "RemoteSha": "fc25f4c711ceba5ec839a40a9a594d70c67b06c2",
  "RemoteSubdir": "optimParallel",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 10:47:54 UTC",
    "User": "root"
  },
  "Author": "Florian Gerber [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-8545-5263>)",
  "MD5sum": "5500be8d888d51bfd32c334ace5ca39b",
  "_user": "florafauna",
  "_type": "src",
  "_file": "optimParallel_1.0-2.tar.gz",
  "_fileid": "e0ed21cc9cdaac98e8a02e0107f94e40501ffa8dfbc132842dd6c42a2e4daba8",
  "_filesize": 296743,
  "_sha256": "e0ed21cc9cdaac98e8a02e0107f94e40501ffa8dfbc132842dd6c42a2e4daba8",
  "_created": "2026-06-02T10:47:54.000Z",
  "_published": "2026-06-02T10:58:33.947Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79053868517,
      "time": 119,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7355656038"
    },
    {
      "job": 79053868524,
      "time": 104,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355650842"
    },
    {
      "job": 79053868518,
      "time": 126,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7355727819"
    },
    {
      "job": 79053868527,
      "time": 173,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355803440"
    },
    {
      "job": 79053426495,
      "time": 164,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355615475"
    },
    {
      "job": 79053868515,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355648693"
    },
    {
      "job": 79053868533,
      "time": 74,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7355640983"
    },
    {
      "job": 79053868554,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7355646330"
    },
    {
      "job": 79053868557,
      "time": 69,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355639364"
    }
  ],
  "_buildurl": "https://github.com/r-universe/florafauna/actions/runs/26814689245",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/florafauna/optimparallel-r",
  "_commit": {
    "id": "fc25f4c711ceba5ec839a40a9a594d70c67b06c2",
    "author": "Florian Gerber <flora.fauna.gerber@gmail.com>",
    "committer": "Florian Gerber <flora.fauna.gerber@gmail.com>",
    "message": ".\n",
    "time": 1612983089
  },
  "_maintainer": {
    "name": "Florian Gerber",
    "email": "flora.fauna.gerber@gmail.com",
    "login": "florafauna",
    "description": "",
    "uuid": 17279001,
    "orcid": "0000-0001-8545-5263"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Depends"
    },
    {
      "package": "parallel",
      "role": "Depends"
    },
    {
      "package": "R.rsp",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "spam",
      "role": "Suggests"
    },
    {
      "package": "microbenchmark",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "numDeriv",
      "role": "Suggests"
    },
    {
      "package": "lbfgsb3c",
      "role": "Suggests"
    }
  ],
  "_owner": "florafauna",
  "_selfowned": true,
  "_usedby": 102,
  "_updates": [],
  "_tags": [],
  "_stars": 10,
  "_contributors": [
    {
      "user": "florafauna",
      "count": 2,
      "uuid": 17279001
    }
  ],
  "_userbio": {
    "uuid": 17279001,
    "type": "user",
    "name": "Florian Gerber"
  },
  "_downloads": {
    "count": 15458,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/optimParallel"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/florafauna/optimparallel-r",
  "_searchresults": 208,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/optimParallel.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/florafauna/optimparallel-r",
  "_realowner": "florafauna",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.7-2",
      "date": "2018-05-02"
    },
    {
      "version": "0.7-3",
      "date": "2018-07-28"
    },
    {
      "version": "0.7-4",
      "date": "2018-10-15"
    },
    {
      "version": "0.8",
      "date": "2019-02-25"
    },
    {
      "version": "0.8-1",
      "date": "2019-05-07"
    },
    {
      "version": "1.0",
      "date": "2020-02-25"
    },
    {
      "version": "1.0-1",
      "date": "2020-05-02"
    },
    {
      "version": "1.0-2",
      "date": "2021-02-11"
    }
  ],
  "_exports": [
    "optimParallel"
  ],
  "_help": [
    {
      "page": "optimParallel",
      "title": "parallel version of the L-BFGS-B method of 'optim'",
      "topics": [
        "OptimParallel-package",
        "optimParallel-package",
        "optimparallel-package",
        "optimParallel",
        "optimparallel",
        "OptimParallel-Package",
        "optimParallel-Package",
        "optimparallel-Package"
      ]
    }
  ],
  "_readme": "https://github.com/florafauna/optimparallel-r/raw/HEAD/optimParallel/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "optimParallel.pdf.asis",
      "filename": "optimParallel.pdf",
      "title": "A Parallel Version of the L-BFGS-B Optimization Method",
      "engine": "R.rsp::asis",
      "headings": [],
      "created": "2021-02-10 18:46:16",
      "modified": "2021-02-10 18:46:16",
      "commits": 1
    }
  ],
  "_score": 9.69190806874225,
  "_indexed": true,
  "_nocasepkg": "optimparallel",
  "_universes": [
    "florafauna"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0-2",
      "date": "2026-06-02T10:49:54.000Z",
      "distro": "noble",
      "commit": "fc25f4c711ceba5ec839a40a9a594d70c67b06c2",
      "fileid": "437a812312f1d43421236747656f1c8413830552c847a9a0e8a6786b61934452",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/florafauna/actions/runs/26814689245"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0-2",
      "date": "2026-06-02T10:49:40.000Z",
      "distro": "noble",
      "commit": "fc25f4c711ceba5ec839a40a9a594d70c67b06c2",
      "fileid": "79fbb7277a32ba73ca0bb4deaa9dc976954e57e3bc2e34d564e1bc363982c584",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/florafauna/actions/runs/26814689245"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0-2",
      "date": "2026-06-02T10:53:38.000Z",
      "commit": "fc25f4c711ceba5ec839a40a9a594d70c67b06c2",
      "fileid": "710e0e50b1317bcea523b584fbc457abc8f93847645161ffd51fd7acc2e38909",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/florafauna/actions/runs/26814689245"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0-2",
      "date": "2026-06-02T10:57:18.000Z",
      "commit": "fc25f4c711ceba5ec839a40a9a594d70c67b06c2",
      "fileid": "df086f4395f94737b4eae41b0f50d940ad6b5106d6a60136f80dfd744f8c95cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/florafauna/actions/runs/26814689245"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0-2",
      "date": "2026-06-02T10:49:47.000Z",
      "commit": "fc25f4c711ceba5ec839a40a9a594d70c67b06c2",
      "fileid": "f45ef3eaf66b70a3c63f6de06c2a1257288214f2d107523a31d53a9cbe4b1a65",
      "status": "success",
      "buildurl": "https://github.com/r-universe/florafauna/actions/runs/26814689245"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0-2",
      "date": "2026-06-02T10:49:06.000Z",
      "commit": "fc25f4c711ceba5ec839a40a9a594d70c67b06c2",
      "fileid": "89010cec728df387b02f18cbcb059d662424df6b10d4e15c258653f14724a05f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/florafauna/actions/runs/26814689245"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0-2",
      "date": "2026-06-02T10:49:21.000Z",
      "commit": "fc25f4c711ceba5ec839a40a9a594d70c67b06c2",
      "fileid": "5150573d30718841eccc1c1ada87e1a9fc27ab8fa65ee7988ed5cec1dc4ea289",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/florafauna/actions/runs/26814689245"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0-2",
      "date": "2026-06-02T10:49:01.000Z",
      "commit": "fc25f4c711ceba5ec839a40a9a594d70c67b06c2",
      "fileid": "311d26ea2fb9dc70932cdaa7e691b99fc361000f622effe9ee42cba96ebfb005",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/florafauna/actions/runs/26814689245"
    }
  ]
}