{
  "_id": "6a106a2dacfb0bcc41ca9e76",
  "Package": "vntrs",
  "Title": "Variable Neighborhood Trust Region Search",
  "Version": "0.2.1",
  "Authors@R": "person(given = \"Lennart\",\nfamily = \"Oelschl\\U00E4ger\",\nrole = c(\"aut\", \"cre\"),\nemail = \"oelschlaeger.lennart@gmail.com\",\ncomment = c(ORCID = \"0000-0001-5421-9313\"))",
  "Description": "Implements the variable neighborhood trust region search\n(VNTRS) algorithm for nonlinear global optimization, following\nBierlaire et al. (2009) \"A Heuristic for Nonlinear Global\nOptimization\" <doi:10.1287/ijoc.1090.0343>. The method combines\nneighborhood exploration with a trust-region framework to\nsearch the solution space efficiently. It can terminate a local\nsearch early when the iterates converge toward a previously\nvisited local optimum or when further improvement within the\ncurrent region is unlikely. The algorithm can also be used to\nidentify multiple local optima.",
  "URL": "https://loelschlaeger.de/vntrs/",
  "BugReports": "https://github.com/loelschlaeger/vntrs/issues",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libcairo2-dev cmake libfontconfig1-dev\nlibfreetype6-dev make libmagick++-dev gsfonts libicu-dev\nlibpng-dev libuv1-dev libssl-dev zlib1g-dev",
  "Repository": "https://loelschlaeger.r-universe.dev",
  "Date/Publication": "2026-05-07 15:47:06 UTC",
  "RemoteUrl": "https://github.com/loelschlaeger/vntrs",
  "RemoteRef": "HEAD",
  "RemoteSha": "691977e55dd3d458966533aa7e4d7a281accdcdd",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-07 16:15:52 UTC",
    "User": "root"
  },
  "Author": "Lennart Oelschläger [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-5421-9313>)",
  "Maintainer": "Lennart Oelschläger <oelschlaeger.lennart@gmail.com>",
  "MD5sum": "d0bee886ee61ea272bdf5aede341161a",
  "_user": "loelschlaeger",
  "_type": "src",
  "_file": "vntrs_0.2.1.tar.gz",
  "_fileid": "9c97e011a4face9cf914831c1e27b087cbe6a820d597e7b2122af75214c7c6a0",
  "_filesize": 106448,
  "_sha256": "9c97e011a4face9cf914831c1e27b087cbe6a820d597e7b2122af75214c7c6a0",
  "_created": "2026-05-07T16:15:52.000Z",
  "_published": "2026-05-22T14:37:33.663Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77401425382,
      "time": 189,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6860510486"
    },
    {
      "job": 77401425421,
      "time": 194,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6860511968"
    },
    {
      "job": 77401425983,
      "time": 166,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6860501644"
    },
    {
      "job": 77401425990,
      "time": 178,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6860506438"
    },
    {
      "job": 77401425753,
      "time": 135,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6860489514"
    },
    {
      "job": 77401425699,
      "time": 253,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6860536308"
    },
    {
      "job": 77401425385,
      "time": 148,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6860494122"
    },
    {
      "job": 77401425357,
      "time": 249,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6860534925"
    },
    {
      "job": 77401424798,
      "time": 214,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6860435431"
    },
    {
      "job": 77401424533,
      "time": 155,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7163146466"
    },
    {
      "job": 77401425386,
      "time": 134,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6860490491"
    },
    {
      "job": 77401425431,
      "time": 142,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6860491536"
    },
    {
      "job": 77401425547,
      "time": 127,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6860486193"
    }
  ],
  "_buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/loelschlaeger/vntrs",
  "_commit": {
    "id": "691977e55dd3d458966533aa7e4d7a281accdcdd",
    "author": "Lennart Oelschläger <oelschlaeger.lennart@gmail.com>",
    "committer": "Lennart Oelschläger <oelschlaeger.lennart@gmail.com>",
    "message": "submitted vntrs 0.2.1 to CRAN\n",
    "time": 1778168826
  },
  "_maintainer": {
    "name": "Lennart Oelschläger",
    "email": "oelschlaeger.lennart@gmail.com",
    "login": "loelschlaeger",
    "uuid": 57176318,
    "orcid": "0000-0001-5421-9313"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "oeli",
      "version": ">= 0.7.5",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "loelschlaeger",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-43",
      "n": 3
    },
    {
      "week": "2026-19",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "loelschlaeger",
      "count": 7,
      "uuid": 57176318
    }
  ],
  "_userbio": {
    "uuid": 57176318,
    "type": "user",
    "name": "Lennart Oelschläger"
  },
  "_downloads": {
    "count": 226,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/vntrs"
  },
  "_devurl": "https://github.com/loelschlaeger/vntrs",
  "_pkgdown": "https://loelschlaeger.de/vntrs/",
  "_searchresults": 2,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_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/readme.html",
    "extra/readme.md",
    "extra/vntrs.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/loelschlaeger/vntrs",
  "_realowner": "loelschlaeger",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-10-18"
    },
    {
      "version": "0.1.1",
      "date": "2023-12-21"
    },
    {
      "version": "0.2.0",
      "date": "2025-10-25"
    }
  ],
  "_exports": [
    "vntrs"
  ],
  "_help": [
    {
      "page": "vntrs",
      "title": "Variable neighborhood trust region search",
      "topics": [
        "vntrs"
      ]
    }
  ],
  "_pkglogo": "https://github.com/loelschlaeger/vntrs/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/loelschlaeger/vntrs/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "backports",
    "base64enc",
    "BB",
    "bbmle",
    "bdsmatrix",
    "benchmarkme",
    "benchmarkmeData",
    "boot",
    "brio",
    "bslib",
    "cachem",
    "callr",
    "checkmate",
    "cli",
    "codetools",
    "cpp11",
    "crayon",
    "cubature",
    "curl",
    "desc",
    "diffobj",
    "digest",
    "doParallel",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fontBitstreamVera",
    "fontLiberation",
    "fontquiver",
    "foreach",
    "fs",
    "future",
    "future.apply",
    "gdtools",
    "generics",
    "GenOrd",
    "ggfun",
    "ggimage",
    "ggiraph",
    "ggplot2",
    "ggplotify",
    "globals",
    "glue",
    "GPArotation",
    "gridGraphics",
    "gtable",
    "hexbin",
    "hexSticker",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httr",
    "isoband",
    "iterators",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lattice",
    "lifecycle",
    "listenv",
    "magick",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mime",
    "mnormt",
    "mvtnorm",
    "nleqslv",
    "nlme",
    "numDeriv",
    "oeli",
    "openssl",
    "parallelly",
    "pillar",
    "pkgbuild",
    "pkgconfig",
    "pkgload",
    "praise",
    "processx",
    "progressr",
    "ps",
    "psych",
    "purrr",
    "quadprog",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "rmarkdown",
    "rprojroot",
    "S7",
    "sass",
    "scales",
    "showtext",
    "showtextdb",
    "SimMultiCorrData",
    "stringi",
    "stringr",
    "sys",
    "sysfonts",
    "systemfonts",
    "testthat",
    "tibble",
    "tidyselect",
    "tinytex",
    "triangle",
    "utf8",
    "vctrs",
    "VGAM",
    "viridisLite",
    "waldo",
    "withr",
    "xfun",
    "yaml",
    "yulab.utils"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "vntrs",
  "_universes": [
    "loelschlaeger"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-07T16:19:06.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "691977e55dd3d458966533aa7e4d7a281accdcdd",
      "fileid": "fadf46e22f94950e80dc36a1590b5a083ecad20aa7e27c97423eceec5c355d3e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-07T16:19:09.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "691977e55dd3d458966533aa7e4d7a281accdcdd",
      "fileid": "1a8fb259fc4ce3c5d33c37ec412772a58f0491bc998e4dbfed162a99e4a1f9bc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-07T16:18:45.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "691977e55dd3d458966533aa7e4d7a281accdcdd",
      "fileid": "42c6d9881035df86e20df38796e98fa34c5fe409e5602d477377f36cb20c6545",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-07T16:18:53.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "691977e55dd3d458966533aa7e4d7a281accdcdd",
      "fileid": "a756d66612290577cb9c1977707ecccb8e3cfc009e0a985792a9cc081c1a538f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-07T16:18:14.000Z",
      "arch": "aarch64",
      "commit": "691977e55dd3d458966533aa7e4d7a281accdcdd",
      "fileid": "206f0b7ae8ebe209bf8935a8b01247490b002a21c8235aa75d1d70e6d9a279b6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-07T16:19:45.000Z",
      "arch": "x86_64",
      "commit": "691977e55dd3d458966533aa7e4d7a281accdcdd",
      "fileid": "f7552b9d35f8ac8d2e0a32827c12bc83b6b87bd300a6adf4d5be375d453b3209",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-07T16:18:10.000Z",
      "arch": "aarch64",
      "commit": "691977e55dd3d458966533aa7e4d7a281accdcdd",
      "fileid": "843939aaaa698ce1a12ff9bac5378911561da219da488d4d44199402944179a7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-07T16:19:40.000Z",
      "arch": "x86_64",
      "commit": "691977e55dd3d458966533aa7e4d7a281accdcdd",
      "fileid": "f79021731fc7813601ae5b915a1119cec4f8165dd0ec5ee3b379a2588e9ec053",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-07T16:17:42.000Z",
      "arch": "x86_64",
      "commit": "691977e55dd3d458966533aa7e4d7a281accdcdd",
      "fileid": "ea5777499fc4daca61d986d6d6f3e2d14dc39440db93792e53dba7d7b8b4e01f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-07T16:17:32.000Z",
      "arch": "x86_64",
      "commit": "691977e55dd3d458966533aa7e4d7a281accdcdd",
      "fileid": "e45a85b87de464e34ce4e09dd83da3399ac5c5083aba11cff3f35cf2df9f0050",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-07T16:17:36.000Z",
      "arch": "x86_64",
      "commit": "691977e55dd3d458966533aa7e4d7a281accdcdd",
      "fileid": "e06b917e3f6a43ad5bc86cdd3d6abb69a13add0d03b533ce496f8f2bbf910033",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-05-22T14:36:55.000Z",
      "arch": "emscripten",
      "commit": "691977e55dd3d458966533aa7e4d7a281accdcdd",
      "fileid": "1ed57dea2e4b98c09e6d8ec02a422ebd218b78241b6ecece36bd768b7a3e7753",
      "status": "success",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25507811462"
    }
  ]
}