{
  "_id": "6a49d3d4b48287dcb3fdacb0",
  "Package": "splitfngr",
  "Type": "Package",
  "Title": "Combined Evaluation and Split Access of Functions",
  "Version": "0.1.2",
  "Author": "Collin Erickson",
  "Maintainer": "Collin Erickson <collinberickson@gmail.com>",
  "Description": "Some R functions, such as optim(), require a function its\ngradient passed as separate arguments. When these are expensive\nto calculate it may be much faster to calculate the function\n(fn) and gradient (gr) together since they often share many\ncalculations (chain rule). This package allows the user to pass\nin a single function that returns both the function and\ngradient, then splits (hence 'splitfngr') them so the results\ncan be accessed separately. The functions provided allow this\nto be done with any number of functions/values, not just for\nfunctions and gradients.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "6.1.1",
  "Repository": "https://collinerickson.r-universe.dev",
  "Date/Publication": "2019-01-30 13:48:36 UTC",
  "RemoteUrl": "https://github.com/collinerickson/splitfngr",
  "RemoteRef": "HEAD",
  "RemoteSha": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-16 11:25:45 UTC",
    "User": "root"
  },
  "_user": "collinerickson",
  "_type": "src",
  "_file": "splitfngr_0.1.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/f69af065ff637d67f9f8ceca270d2c127049b0f632c0497942e8e591a3103e4b",
  "_filesize": 95857,
  "_sha256": "f69af065ff637d67f9f8ceca270d2c127049b0f632c0497942e8e591a3103e4b",
  "_expires": "2026-10-13T03:47:30.000Z",
  "_created": "2026-06-16T11:25:45.000Z",
  "_published": "2026-07-05T03:47:32.317Z",
  "_jobs": [
    {
      "job": 85190344554,
      "time": 86,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7665384012"
    },
    {
      "job": 85190344632,
      "time": 96,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7665389574"
    },
    {
      "job": 85190344634,
      "time": 79,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7665380975"
    },
    {
      "job": 85190344474,
      "time": 92,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7665385828"
    },
    {
      "job": 85190344424,
      "time": 146,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7665352610"
    },
    {
      "job": 85190344435,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7665387275"
    },
    {
      "job": 85190344433,
      "time": 56,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7665375008"
    },
    {
      "job": 85190344552,
      "time": 97,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7665387718"
    },
    {
      "job": 85190344488,
      "time": 62,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7665376158"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/collinerickson/actions/runs/27613992147",
  "_status": "success",
  "_upstream": "https://github.com/collinerickson/splitfngr",
  "_commit": {
    "id": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
    "author": "Collin Erickson <collinberickson@gmail.com>",
    "committer": "Collin Erickson <collinberickson@gmail.com>",
    "message": "Fix spelling error\n\n",
    "time": 1548856116
  },
  "_maintainer": {
    "name": "Collin Erickson",
    "email": "collinberickson@gmail.com",
    "login": "collinerickson",
    "description": "",
    "uuid": 2402685
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "lbfgs",
      "role": "Imports"
    }
  ],
  "_owner": "collinerickson",
  "_selfowned": true,
  "_usedby": 54,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "collinerickson",
      "count": 17,
      "uuid": 2402685
    }
  ],
  "_userbio": {
    "uuid": 2402685,
    "type": "user",
    "name": "Collin Erickson",
    "followers": 15
  },
  "_downloads": {
    "count": 29860,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/splitfngr"
  },
  "_devurl": "https://github.com/collinerickson/splitfngr",
  "_searchresults": 6,
  "_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/splitfngr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/collinerickson/splitfngr",
  "_realowner": "collinerickson",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2016-09-14"
    },
    {
      "version": "0.1.1",
      "date": "2016-09-16"
    },
    {
      "version": "0.1.2",
      "date": "2019-01-30"
    }
  ],
  "_exports": [
    "fngr",
    "grad_share",
    "lbfgs_share",
    "make_share",
    "nlminb_share",
    "optim_share"
  ],
  "_help": [
    {
      "page": "fngr",
      "title": "Access a list of values separately but calculate them together. This function generalizes grad_share for any number of functions.",
      "topics": [
        "fngr"
      ]
    },
    {
      "page": "grad_share",
      "title": "Split function and gradient calculation",
      "topics": [
        "grad_share"
      ]
    },
    {
      "page": "lbfgs_share",
      "title": "Use splitfngr with lbfgs",
      "topics": [
        "lbfgs_share"
      ]
    },
    {
      "page": "make_share",
      "title": "Convert a function from multiple function arguments to a single function",
      "topics": [
        "make_share"
      ]
    },
    {
      "page": "nlminb_share",
      "title": "Use splitfngr with nlminb",
      "topics": [
        "nlminb_share"
      ]
    },
    {
      "page": "optim_share",
      "title": "Use splitfngr with optim",
      "topics": [
        "optim_share"
      ]
    }
  ],
  "_readme": "https://github.com/collinerickson/splitfngr/raw/HEAD/README.md",
  "_rundeps": [
    "lbfgs",
    "Rcpp"
  ],
  "_score": 6.383574822267656,
  "_indexed": true,
  "_nocasepkg": "splitfngr",
  "_universes": [
    "collinerickson"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-16T11:27:17.000Z",
      "distro": "noble",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/d8bc28c55858143824434f0b78dcebe413c0dbf8f5ceefe582e18b88bdf27800",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/27613992147"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-16T11:27:32.000Z",
      "distro": "noble",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/7573f1261bec9b566b0ff01607ccfee3fc330a0ddd7ead816f991bba30208d77",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/27613992147"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-06-16T11:27:09.000Z",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/12242f2aba3e24a1f3ae1888396aea02d4513e893ad9a68267032ef2bf637819",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/27613992147"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-06-16T11:27:21.000Z",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/3c3729fbaa7aeb94a4d4ee46c6dd7b709fc35cdc377b6ce8c1e33c9151be448a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/27613992147"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-06-16T11:27:32.000Z",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/4dd6e851376531a2caa90f31f8b7e1cdb68095e56ffb580c493a6dcf63d44cdf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/27613992147"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-16T11:26:47.000Z",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/b7368908099aad0ed821fa87d02d0ea6328989ddfee89f72fb7d063480b81186",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/27613992147"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-16T11:27:24.000Z",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/20002dee1aae20a7d87ce2f7888fd488d6e564fa360c635f0d007e38b5634d8a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/27613992147"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-16T11:26:50.000Z",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/758088f8138d11bdb73108e02cece85c158de6478e42759d8274ac14ed672173",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/27613992147"
    }
  ]
}