{
  "_id": "6a1beae71d7bb097a0a1ef54",
  "Package": "roptim",
  "Type": "Package",
  "Title": "General Purpose Optimization in R using C++",
  "Version": "0.1.7",
  "Authors@R": "person(given = \"Yi\",\nfamily = \"Pan\",\nrole = c(\"aut\", \"cre\"),\nemail = \"ypan1988@gmail.com\")",
  "Description": "Perform general purpose optimization in R using C++. A\nunified wrapper interface is provided to call C functions of\nthe five optimization algorithms ('Nelder-Mead', 'BFGS', 'CG',\n'L-BFGS-B' and 'SANN') underlying optim().",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "URL": "https://github.com/ypan1988/roptim/",
  "BugReports": "https://github.com/ypan1988/roptim/issues",
  "VignetteBuilder": "R.rsp",
  "Config/testthat/edition": "3",
  "Repository": "https://ypan1988.r-universe.dev",
  "Date/Publication": "2025-10-02 19:43:31 UTC",
  "RemoteUrl": "https://github.com/ypan1988/roptim",
  "RemoteRef": "HEAD",
  "RemoteSha": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-31 07:23:39 UTC",
    "User": "root"
  },
  "Author": "Yi Pan [aut, cre]",
  "Maintainer": "Yi Pan <ypan1988@gmail.com>",
  "MD5sum": "d7d711f446449ad4f0cb54740c88fde3",
  "_user": "ypan1988",
  "_type": "src",
  "_file": "roptim_0.1.7.tar.gz",
  "_fileid": "c46ecb0498404843f7c35e28ea00394e03f04ef06ead7531f906175c0367757e",
  "_filesize": 277804,
  "_sha256": "c46ecb0498404843f7c35e28ea00394e03f04ef06ead7531f906175c0367757e",
  "_created": "2026-05-31T07:23:39.000Z",
  "_published": "2026-05-31T08:01:43.440Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78708479522,
      "time": 123,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314792569"
    },
    {
      "job": 78708479538,
      "time": 103,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314790101"
    },
    {
      "job": 78708479566,
      "time": 115,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314791563"
    },
    {
      "job": 78708479579,
      "time": 125,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314792851"
    },
    {
      "job": 78708479535,
      "time": 117,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315039478"
    },
    {
      "job": 78708479531,
      "time": 421,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7314835541"
    },
    {
      "job": 78708479516,
      "time": 93,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315028099"
    },
    {
      "job": 78708479536,
      "time": 325,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314826512"
    },
    {
      "job": 78708314422,
      "time": 180,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314777131"
    },
    {
      "job": 78708479489,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314790788"
    },
    {
      "job": 78708479498,
      "time": 128,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314793106"
    },
    {
      "job": 78708479506,
      "time": 135,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7314794157"
    },
    {
      "job": 78708479501,
      "time": 107,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314790610"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ypan1988/roptim",
  "_commit": {
    "id": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
    "author": "Yi Pan <ypan1988@gmail.com>",
    "committer": "Yi Pan <ypan1988@gmail.com>",
    "message": "fix NOTE\n",
    "time": 1759434211
  },
  "_maintainer": {
    "name": "Yi Pan",
    "email": "ypan1988@gmail.com",
    "login": "ypan1988",
    "description": "",
    "uuid": 8374747
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.14",
      "role": "Imports"
    },
    {
      "package": "R.rsp",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "ypan1988",
  "_selfowned": true,
  "_usedby": 28,
  "_updates": [
    {
      "week": "2025-40",
      "n": 2
    }
  ],
  "_tags": [],
  "_topics": [
    "armadillo",
    "bfgs",
    "conjugate-gradient",
    "l-bfgs-b",
    "nelder-mead",
    "optim",
    "rcpp",
    "simulated-annealing",
    "openblas",
    "cpp"
  ],
  "_stars": 22,
  "_contributors": [
    {
      "user": "ypan1988",
      "count": 20,
      "uuid": 8374747
    },
    {
      "user": "eddelbuettel",
      "count": 1,
      "uuid": 673121
    },
    {
      "user": "privefl",
      "count": 1,
      "uuid": 11161036
    }
  ],
  "_userbio": {
    "uuid": 8374747,
    "type": "user",
    "name": "Yi Pan"
  },
  "_downloads": {
    "count": 2540,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/roptim"
  },
  "_devurl": "https://github.com/ypan1988/roptim",
  "_searchresults": 15,
  "_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/roptim.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ypan1988/roptim",
  "_realowner": "ypan1988",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-09-30"
    },
    {
      "version": "0.1.1",
      "date": "2018-10-18"
    },
    {
      "version": "0.1.2",
      "date": "2018-11-12"
    },
    {
      "version": "0.1.3",
      "date": "2020-03-28"
    },
    {
      "version": "0.1.4",
      "date": "2020-04-02"
    },
    {
      "version": "0.1.5",
      "date": "2020-06-29"
    },
    {
      "version": "0.1.6",
      "date": "2022-08-06"
    },
    {
      "version": "0.1.7",
      "date": "2025-10-03"
    }
  ],
  "_exports": [
    "example1_rosen_bfgs",
    "example1_rosen_grad_hess_check",
    "example1_rosen_nograd_bfgs",
    "example1_rosen_other_methods",
    "example2_tsp_sann",
    "example3_flb_25_dims_box_con",
    "example4_wild_fun"
  ],
  "_help": [
    {
      "page": "example1_rosen_bfgs",
      "title": "Example 1: Minimize Rosenbrock function using BFGS",
      "topics": [
        "example1_rosen_bfgs"
      ]
    },
    {
      "page": "example1_rosen_grad_hess_check",
      "title": "Example 1: Gradient/Hessian checks for the implemented C++ class of Rosenbrock function",
      "topics": [
        "example1_rosen_grad_hess_check"
      ]
    },
    {
      "page": "example1_rosen_nograd_bfgs",
      "title": "Example 1: Minimize Rosenbrock function (with numerical gradient) using BFGS",
      "topics": [
        "example1_rosen_nograd_bfgs"
      ]
    },
    {
      "page": "example1_rosen_other_methods",
      "title": "Example 1: Minimize Rosenbrock function using other methods",
      "topics": [
        "example1_rosen_other_methods"
      ]
    },
    {
      "page": "example2_tsp_sann",
      "title": "Example 2: Solve Travelling Salesman Problem (TSP) using SANN",
      "topics": [
        "example2_tsp_sann"
      ]
    },
    {
      "page": "example3_flb_25_dims_box_con",
      "title": "Example 3: Minimize a function using L-BFGS-B with 25-dimensional box constrained",
      "topics": [
        "example3_flb_25_dims_box_con"
      ]
    },
    {
      "page": "example4_wild_fun",
      "title": "Example 4: Minimize a \"wild\" function using SANN and BFGS",
      "topics": [
        "example4_wild_fun"
      ]
    },
    {
      "page": "roptim",
      "title": "roptim",
      "topics": [
        "roptim"
      ]
    }
  ],
  "_readme": "https://github.com/ypan1988/roptim/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "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"
    }
  ],
  "_vignettes": [
    {
      "source": "article.pdf.asis",
      "filename": "article.pdf",
      "title": "roptim: An R Package for General Purpose Optimization with C++",
      "engine": "R.rsp::asis",
      "headings": [],
      "created": "2018-11-12 21:54:35",
      "modified": "2018-11-12 21:54:35",
      "commits": 1
    }
  ],
  "_score": 7.847626942559707,
  "_indexed": true,
  "_nocasepkg": "roptim",
  "_universes": [
    "ypan1988"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-05-31T07:25:44.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "d0e1bd7f7f2319bab481fa5769b61c226736f7d0878ca1b8a7427006ab71563d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-05-31T07:25:26.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "7b9d0bddff347dbc4213bb9d87b953343f45472e650ab01ed3380084edfb460a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-05-31T07:25:38.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "8a6301e66aafe4d5ef08a622b93e87a9b255a030d288ef26f6bee3a38a51931a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-05-31T07:25:45.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "85542f2bec45f736a9f0cbbdbbb2c0cc30208c384b3b69287116434bf483c851",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-05-31T08:01:01.000Z",
      "arch": "aarch64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "7735b2001effe7c934b0efd1268a9d42f11129ab57c045db49437a6ff5b9a679",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-05-31T07:30:54.000Z",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "5c9065da4c1e5220b67effcb46941c1d72c0e28563a40024697c22525b3691a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-05-31T07:59:23.000Z",
      "arch": "aarch64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "76b982226be54eca61e30b4a54393abfe14ca08b1850e24fb534d962d7a46006",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-05-31T07:29:36.000Z",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "e8894ed9bbae73ce8a2a377e0399b63ca4aa74da493fd36263f5a1336ca89e50",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.7",
      "date": "2026-05-31T07:25:47.000Z",
      "arch": "emscripten",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "0ef0ed2f64693bf36927009fbb91dc16174084cfa153b367781bb4d79b44c0eb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-05-31T07:25:27.000Z",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "3958afe628d5c9c44f7b0f6b0f1d751f3faac2cd93bb24fc2cade6069528afa2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-05-31T07:25:14.000Z",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "d045330483992162f9c835340c3ad8682d7de6602a27b52edfc1d1ef32d8446d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-05-31T07:25:00.000Z",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "82e7fb439b5b0053dce22a752190f99f7b10f5e4c9c2e4d8152cb55d8a435573",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/26706366834"
    }
  ]
}