{
  "_id": "6a51d4699b92047c28d51667",
  "Package": "trackopt",
  "Type": "Package",
  "Title": "Track Numerical Optimization",
  "Version": "0.1.1",
  "Authors@R": "person(\n\"Lennart\", \"Oelschl\\u00e4ger\",\nemail = \"oelschlaeger.lennart@gmail.com\",\nrole = c(\"aut\", \"cre\")\n)",
  "Description": "Tracks parameter values, gradients, and Hessians at each\niteration of numerical optimizers. Useful for analyzing\noptimization progress, diagnosing issues, and studying\nconvergence behavior.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/loelschlaeger/trackopt",
  "BugReports": "https://github.com/loelschlaeger/trackopt/issues",
  "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-12 15:53:09 UTC",
  "RemoteUrl": "https://github.com/loelschlaeger/trackopt",
  "RemoteRef": "HEAD",
  "RemoteSha": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-11 05:23:52 UTC",
    "User": "root"
  },
  "Author": "Lennart Oelschläger [aut, cre]",
  "Maintainer": "Lennart Oelschläger <oelschlaeger.lennart@gmail.com>",
  "_user": "loelschlaeger",
  "_type": "src",
  "_file": "trackopt_0.1.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/de9c52e817a920d53456d1b4fe9b1f40c43c68c72ae33315e444c3ce74371309",
  "_filesize": 125143,
  "_sha256": "de9c52e817a920d53456d1b4fe9b1f40c43c68c72ae33315e444c3ce74371309",
  "_expires": "2026-10-19T05:28:07.000Z",
  "_created": "2026-07-11T05:23:52.000Z",
  "_published": "2026-07-11T05:28:09.203Z",
  "_jobs": [
    {
      "job": 86514507051,
      "time": 214,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8245194088"
    },
    {
      "job": 86514507049,
      "time": 195,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8245191111"
    },
    {
      "job": 86514507050,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8245177464"
    },
    {
      "job": 86514507056,
      "time": 119,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8245179538"
    },
    {
      "job": 86514196088,
      "time": 222,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8245160396"
    },
    {
      "job": 86514507044,
      "time": 160,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8245185998"
    },
    {
      "job": 86514507048,
      "time": 140,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8245182504"
    },
    {
      "job": 86514507047,
      "time": 155,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8245185095"
    },
    {
      "job": 86514507106,
      "time": 156,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8245185399"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/29141051696",
  "_status": "success",
  "_upstream": "https://github.com/loelschlaeger/trackopt",
  "_commit": {
    "id": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
    "author": "Lennart Oelschläger <oelschlaeger.lennart@gmail.com>",
    "committer": "Lennart Oelschläger <oelschlaeger.lennart@gmail.com>",
    "message": "submitted 0.1.1 to CRAN\n",
    "time": 1778601189
  },
  "_maintainer": {
    "name": "Lennart Oelschläger",
    "email": "oelschlaeger.lennart@gmail.com",
    "login": "loelschlaeger",
    "description": "",
    "uuid": 57176318
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "oeli",
      "version": ">= 0.7.2",
      "role": "Imports"
    },
    {
      "package": "optimizeR",
      "version": ">= 1.2.0",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "loelschlaeger",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-20",
      "n": 6
    }
  ],
  "_tags": [],
  "_topics": [
    "optimization"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "loelschlaeger",
      "count": 18,
      "uuid": 57176318
    }
  ],
  "_userbio": {
    "uuid": 57176318,
    "type": "user",
    "name": "Lennart Oelschläger",
    "followers": 26
  },
  "_downloads": {
    "count": 389,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/trackopt"
  },
  "_devurl": "https://github.com/loelschlaeger/trackopt",
  "_searchresults": 1,
  "_rbuild": "4.6.1",
  "_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/trackopt.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/loelschlaeger/trackopt",
  "_realowner": "loelschlaeger",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-05-12"
    },
    {
      "version": "0.1.1",
      "date": "2026-05-12"
    }
  ],
  "_exports": [
    "nlm_track",
    "optim_track"
  ],
  "_help": [
    {
      "page": "nlm_track",
      "title": "Track numerical optimization",
      "topics": [
        "autoplot.trackopt",
        "nlm_track",
        "optim_track",
        "summary.trackopt"
      ]
    }
  ],
  "_pkglogo": "https://github.com/loelschlaeger/trackopt/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/loelschlaeger/trackopt/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "backports",
    "base64enc",
    "BB",
    "bbmle",
    "bdsmatrix",
    "benchmarkme",
    "benchmarkmeData",
    "boot",
    "brio",
    "bslib",
    "cachem",
    "callr",
    "checkmate",
    "cli",
    "codetools",
    "ContourFunctions",
    "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",
    "lbfgsb3c",
    "lhs",
    "lifecycle",
    "listenv",
    "magick",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mime",
    "mnormt",
    "mvtnorm",
    "nleqslv",
    "nlme",
    "numDeriv",
    "oeli",
    "openssl",
    "optimizeR",
    "otel",
    "parallelly",
    "pillar",
    "pkgbuild",
    "pkgconfig",
    "pkgload",
    "pracma",
    "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",
    "TestFunctions",
    "testthat",
    "tibble",
    "tidyselect",
    "tinytex",
    "triangle",
    "ucminf",
    "utf8",
    "vctrs",
    "VGAM",
    "viridisLite",
    "waldo",
    "withr",
    "xfun",
    "yaml",
    "yulab.utils"
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "trackopt",
  "_universes": [
    "loelschlaeger"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-07-11T05:26:37.000Z",
      "distro": "resolute",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "https://r2.ropensci.org/283167da12ad37c6be2dc1a90a631845279926ce87736987258f2053b557f23c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/29141051696"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-07-11T05:26:24.000Z",
      "distro": "resolute",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "https://r2.ropensci.org/de6fc0b5bbf90989aa156f4a6303cc69fd1b745e9e607e34253a48e8d7c510ef",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/29141051696"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-07-11T05:25:20.000Z",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "https://r2.ropensci.org/cc8b86f387a13f6c47d152f72df85b3b7a85385e144728d34cb399211bb06b73",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/29141051696"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-07-11T05:25:28.000Z",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "https://r2.ropensci.org/59a5939a8a21345bca0103846127633809dd8288e736b22014182c5d9323dc0f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/29141051696"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-07-11T05:26:51.000Z",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "https://r2.ropensci.org/c7ef57bb185caadd930d10803a1933051b39a7c661f9dc4d2182b6171412c1c7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/29141051696"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-07-11T05:25:12.000Z",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "https://r2.ropensci.org/f3ffc7133b9b58c159f0fce7fc6bd5bd712ffa4c49763dcae618fce4f28f8b3e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/29141051696"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-07-11T05:25:18.000Z",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "https://r2.ropensci.org/aab9860282c93166988057d4a7160cb82c2bb8d758a3603137b8a1f3665f5b96",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/29141051696"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-07-11T05:25:24.000Z",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "https://r2.ropensci.org/be352fd12065d98b2091bb3e8e2a85d87e4c1ac94db3b578874f06cee5874649",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/29141051696"
    }
  ]
}