{
  "_id": "6a102f36acfb0bcc41c94caf",
  "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-05-12 17:18:14 UTC",
    "User": "root"
  },
  "Author": "Lennart Oelschläger [aut, cre]",
  "Maintainer": "Lennart Oelschläger <oelschlaeger.lennart@gmail.com>",
  "MD5sum": "da852d40b6df57bb88d646fb0097d25c",
  "_user": "loelschlaeger",
  "_type": "src",
  "_file": "trackopt_0.1.1.tar.gz",
  "_fileid": "248b0d17e6f7b54b7a9feada35faaf7a12bd3734312266e79d05e211eaac472d",
  "_filesize": 125044,
  "_sha256": "248b0d17e6f7b54b7a9feada35faaf7a12bd3734312266e79d05e211eaac472d",
  "_created": "2026-05-12T17:18:14.000Z",
  "_published": "2026-05-22T10:25:58.942Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77361302641,
      "time": 206,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6951078379"
    },
    {
      "job": 77361302709,
      "time": 217,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6951079949"
    },
    {
      "job": 77361302344,
      "time": 153,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6951059491"
    },
    {
      "job": 77361302670,
      "time": 152,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6951058727"
    },
    {
      "job": 77361301697,
      "time": 263,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6950999436"
    },
    {
      "job": 77361301765,
      "time": 145,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158302824"
    },
    {
      "job": 77361302654,
      "time": 157,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6951057472"
    },
    {
      "job": 77361302620,
      "time": 143,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6951052713"
    },
    {
      "job": 77361302622,
      "time": 214,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6951078850"
    }
  ],
  "_buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25750242794",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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",
    "uuid": 57176318
  },
  "_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": "2025-26",
      "n": 2
    },
    {
      "week": "2025-27",
      "n": 1
    },
    {
      "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"
  },
  "_downloads": {
    "count": 180,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/trackopt"
  },
  "_devurl": "https://github.com/loelschlaeger/trackopt",
  "_searchresults": 1,
  "_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/trackopt.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/loelschlaeger/trackopt",
  "_realowner": "loelschlaeger",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-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",
    "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": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "trackopt",
  "_universes": [
    "loelschlaeger"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-12T17:21:01.000Z",
      "distro": "noble",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "89805403cef3199b547a8e159cf3f7b1bced3d0a3ffdcb64a3765c51d0e4a803",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25750242794"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-12T17:21:00.000Z",
      "distro": "noble",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "2dc717eea12e210ff905467e7bcfb6f0b4f1056ab6ed5bca7d2170c425b775f1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25750242794"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-12T17:20:15.000Z",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "b496930cc6dd52967b64be05e941aecda2866170d5cca4b14da37c351e2c3b5a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25750242794"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-12T17:20:23.000Z",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "c49166c4ddd343ae881664a4f99125930b9af61070080909389cab3bf5fb0d67",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25750242794"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-12T17:19:42.000Z",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "7ba39b773551b59df09a940a94227f1451312fc88d82fdf2f22e994e4f3a1f9c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25750242794"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-12T17:19:35.000Z",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "d5c159c0de44c82217a683c0672458591ff621db11aeda4a37694e8d25111f75",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25750242794"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-12T17:20:37.000Z",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "0f2183fd523e5fbdf1bb5c0c5320e01effcd4ab8913a720f9d67bfbe33fa9854",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25750242794"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-22T10:25:42.000Z",
      "commit": "adce0705e3bb14448e6f329a2b607fe06dce12bd",
      "fileid": "00d89b3326c4b558b8bc98e0a4631e71263c0bf3ebb358154a79857565a5861e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/25750242794"
    }
  ]
}