{
  "_id": "6a104471acfb0bcc41c9e41e",
  "Package": "nlopt",
  "Type": "Package",
  "Title": "Call Optimization Solvers with .nl Files",
  "Version": "0.1.1",
  "Authors@R": "c(person(given=\"Brais\",family=\"Gonzalez-Rodriguez\",email=\"braisgonzalez.rodriguez@usc.es\",role=c(\"aut\",\"cre\")))",
  "Description": "The purpose of this library is to to call different\noptimization solvers (such as Gonzalez Rodriguez et al. (2022)\n<doi:10.1007/s10898-022-01229-w>, Tawarmalani and Sahinidis\n(2005) <doi:10.1007/s10107-005-0581-8>, and Byrd et al. (2006)\n<doi:10.1007/0-387-30065-1_4>) to solve problems given by a\nstandard nl file.",
  "License": "GPL-3",
  "Language": "en-US",
  "RoxygenNote": "7.2.3",
  "Encoding": "UTF-8",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-11 06:30:53 UTC",
    "User": "root"
  },
  "Author": "Brais Gonzalez-Rodriguez [aut, cre]",
  "Maintainer": "Brais Gonzalez-Rodriguez <braisgonzalez.rodriguez@usc.es>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2023-11-18 02:38:27 UTC",
  "RemoteUrl": "https://github.com/cran/nlopt",
  "RemoteRef": "HEAD",
  "RemoteSha": "13642cf51ca2deb752488b2a58193d801d378ea0",
  "MD5sum": "775be90529c26ed767655f1c8dc0f310",
  "_user": "cran",
  "_type": "src",
  "_file": "nlopt_0.1.1.tar.gz",
  "_fileid": "83f629fa3ca9e9f9b52789d01bd81bb6033a5e0f1abbbf536f9dc812bdd11b85",
  "_filesize": 87968,
  "_sha256": "83f629fa3ca9e9f9b52789d01bd81bb6033a5e0f1abbbf536f9dc812bdd11b85",
  "_created": "2026-05-11T06:30:53.000Z",
  "_published": "2026-05-22T11:56:33.371Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77374596336,
      "time": 110,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6911740100"
    },
    {
      "job": 77374596347,
      "time": 106,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911739167"
    },
    {
      "job": 77374595766,
      "time": 160,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911714570"
    },
    {
      "job": 77374595956,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159888929"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25654054332",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/nlopt",
  "_commit": {
    "id": "13642cf51ca2deb752488b2a58193d801d378ea0",
    "author": "Brais Gonzalez-Rodriguez <braisgonzalez.rodriguez@usc.es>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.1\n",
    "time": 1700275107
  },
  "_maintainer": {
    "name": "Brais Gonzalez-Rodriguez",
    "email": "braisgonzalez.rodriguez@usc.es"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "stringr",
      "role": "Imports"
    }
  ],
  "_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": 377,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nlopt"
  },
  "_searchresults": 2,
  "_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/nlopt.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2023-11-17"
    }
  ],
  "_exports": [
    "check_solver",
    "example_sol_file",
    "get_available_options",
    "get_minlplib_problem",
    "optimize",
    "print_available_options",
    "print_help",
    "print_solver_version",
    "read_sol_file"
  ],
  "_help": [
    {
      "page": "check_solver",
      "title": "Checks if solver exists",
      "topics": [
        "check_solver"
      ]
    },
    {
      "page": "example_sol_file",
      "title": "Returns an example.sol file",
      "topics": [
        "example_sol_file"
      ]
    },
    {
      "page": "get_available_options",
      "title": "Gets the available options for a solver",
      "topics": [
        "get_available_options"
      ]
    },
    {
      "page": "get_minlplib_problem",
      "title": "Gets problem from MINLPLib",
      "topics": [
        "get_minlplib_problem"
      ]
    },
    {
      "page": "optimize",
      "title": "Optimizes the problem",
      "topics": [
        "optimize"
      ]
    },
    {
      "page": "print_available_options",
      "title": "Prints the available options of the solver",
      "topics": [
        "print_available_options"
      ]
    },
    {
      "page": "print_help",
      "title": "Prints the help of the solver",
      "topics": [
        "print_help"
      ]
    },
    {
      "page": "print_solver_version",
      "title": "Prints the version of the solver",
      "topics": [
        "print_solver_version"
      ]
    },
    {
      "page": "read_sol_file",
      "title": "Reads the .sol file",
      "topics": [
        "read_sol_file"
      ]
    }
  ],
  "_readme": "https://github.com/cran/nlopt/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "magrittr",
    "rlang",
    "stringi",
    "stringr",
    "vctrs"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "nlopt",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-11T06:32:44.000Z",
      "distro": "noble",
      "commit": "13642cf51ca2deb752488b2a58193d801d378ea0",
      "fileid": "5bee20e697aabb395dad6e7fb3ac7f3da796b986ea47bb78ec7db4ddc6296d65",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25654054332"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-11T06:32:39.000Z",
      "distro": "noble",
      "commit": "13642cf51ca2deb752488b2a58193d801d378ea0",
      "fileid": "e1bfa42bbac132e7256f1aefd61e29bd1e41f86e89372d4c0a3df89506aeddd1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25654054332"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-22T11:56:21.000Z",
      "commit": "13642cf51ca2deb752488b2a58193d801d378ea0",
      "fileid": "9ed2174dbbcb14c5a601e93fbb685ff4a66824d823ba0271bdc5158f4bc5afa2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25654054332"
    }
  ]
}