{
  "_id": "6a49607677d6db3f2f9661c4",
  "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-06-24 11:09:23 UTC",
    "User": "root"
  },
  "Author": "Yi Pan [aut, cre]",
  "Maintainer": "Yi Pan <ypan1988@gmail.com>",
  "_user": "ypan1988",
  "_type": "src",
  "_file": "roptim_0.1.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/388bae379ee495e760ba76ba731dcf8b18f9efae10700eb8b8e5482708fed004",
  "_filesize": 280122,
  "_sha256": "388bae379ee495e760ba76ba731dcf8b18f9efae10700eb8b8e5482708fed004",
  "_expires": "2026-10-12T19:35:16.000Z",
  "_created": "2026-06-24T11:09:23.000Z",
  "_published": "2026-07-04T19:35:18.504Z",
  "_jobs": [
    {
      "job": 85160996093,
      "time": 143,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7847773736"
    },
    {
      "job": 85160996102,
      "time": 131,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7847768455"
    },
    {
      "job": 85160996096,
      "time": 172,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7847785686"
    },
    {
      "job": 85160996030,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7847767434"
    },
    {
      "job": 85160996028,
      "time": 134,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7847762825"
    },
    {
      "job": 85160996172,
      "time": 373,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7847840810"
    },
    {
      "job": 85160996175,
      "time": 141,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7847764212"
    },
    {
      "job": 85160996036,
      "time": 352,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7847835730"
    },
    {
      "job": 85160995892,
      "time": 164,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7847719305"
    },
    {
      "job": 85160996046,
      "time": 132,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7847769199"
    },
    {
      "job": 85160996097,
      "time": 105,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7847759559"
    },
    {
      "job": 85160996104,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7847757805"
    },
    {
      "job": 85160996210,
      "time": 123,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7847766655"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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": 29,
  "_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",
    "followers": 4
  },
  "_downloads": {
    "count": 2644,
    "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.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "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": [
        "Introduction",
        "Design of package roptim",
        "Examples",
        "Conclusion",
        "Reimplementing two simple optimization tasks in C++",
        "Profile vs Non-profile for joint mean-covariance models"
      ],
      "created": "2018-11-12 21:54:35",
      "modified": "2018-11-12 21:54:35",
      "commits": 1
    }
  ],
  "_score": 7.880294643310108,
  "_indexed": true,
  "_nocasepkg": "roptim",
  "_universes": [
    "ypan1988"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-06-24T11:11:55.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "https://r2.ropensci.org/80d5d8f1010d260674252a87a0484483c108c9e5350ce6eb2976c287ea1ee37a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-06-24T11:11:36.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "https://r2.ropensci.org/2b9f14a03500999c4d11c949d5513c4f5e517e91f3824c4be318293e35e3cd7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-06-24T11:12:26.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "https://r2.ropensci.org/cb3d659396c58fb6a7a85de87c09414a1b616b1d9b1d1298be90938e0fc83b92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-06-24T11:11:33.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "https://r2.ropensci.org/ed9030ca8c0d859ed8614af9ea9fbe107453172c206918b7c9e0a433250ad4f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-06-24T11:11:29.000Z",
      "arch": "aarch64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "https://r2.ropensci.org/95cd5894ea6d0b5db2d4302b948981b258302e8a9f41555646d1f3c486c458ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-06-24T11:14:26.000Z",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "https://r2.ropensci.org/ff0a5b75948cc6ec53b1f3a3f26a64f11f2d799ae70fdabac0557d247699ce28",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-06-24T11:11:28.000Z",
      "arch": "aarch64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "https://r2.ropensci.org/f8994ae2623896844d4276e8b10d65172e83065956f00eccce42a2a5a4ad77e7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-06-24T11:14:13.000Z",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "https://r2.ropensci.org/23b105cb74204a5f4f1e63fe3c976a8386450bc0b03e4979997b39314a0cb34b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.7",
      "date": "2026-06-24T11:11:52.000Z",
      "arch": "emscripten",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "https://r2.ropensci.org/bf20a522d0d4f0338e7a463f413019d54f0cb31c2d4a4e0337e4ec3378607ead",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-06-24T11:10:44.000Z",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "https://r2.ropensci.org/0285c29a46e623a103284dee083080142d3421a37463a4f0f44c522730a6b96c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-06-24T11:10:45.000Z",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "https://r2.ropensci.org/3203578eb3c0266272e982fd4218f91a3df88fed02b06bd110689f703be4ae23",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-06-24T11:10:50.000Z",
      "arch": "x86_64",
      "commit": "f01c360c4f67ffae5ea18ba5c4add5b2cd9dc6f8",
      "fileid": "https://r2.ropensci.org/18657a94a4f3bc1604f9a98fdff11cd96018b092785726a0bb1e6643f5d09a63",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ypan1988/actions/runs/28094104249"
    }
  ]
}