{
  "_id": "6a58988aff0138dec5d75903",
  "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-07-16 08:35:32 UTC",
    "User": "root"
  },
  "_user": "collinerickson",
  "_type": "src",
  "_file": "splitfngr_0.1.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/8c7656a42a22516b2eeadd33d3e6258d7a763ed905228feb8bd05426c7005918",
  "_filesize": 93559,
  "_sha256": "8c7656a42a22516b2eeadd33d3e6258d7a763ed905228feb8bd05426c7005918",
  "_expires": "2026-10-24T08:38:32.000Z",
  "_created": "2026-07-16T08:35:32.000Z",
  "_published": "2026-07-16T08:38:34.392Z",
  "_jobs": [
    {
      "job": 87574094706,
      "time": 102,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8369665249"
    },
    {
      "job": 87574094685,
      "time": 125,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8369673552"
    },
    {
      "job": 87574094658,
      "time": 65,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8369650623"
    },
    {
      "job": 87574094704,
      "time": 86,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8369659065"
    },
    {
      "job": 87573562228,
      "time": 165,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8369624461"
    },
    {
      "job": 87574094780,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8369662800"
    },
    {
      "job": 87574094707,
      "time": 58,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8369648114"
    },
    {
      "job": 87574094694,
      "time": 59,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8369648702"
    },
    {
      "job": 87574094722,
      "time": 71,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8369649153"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/collinerickson/actions/runs/29483828674",
  "_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": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "lbfgs",
      "role": "Imports"
    }
  ],
  "_owner": "collinerickson",
  "_selfowned": true,
  "_usedby": 53,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "collinerickson",
      "count": 17,
      "uuid": 2402685
    }
  ],
  "_userbio": {
    "uuid": 2402685,
    "type": "user",
    "name": "Collin Erickson",
    "followers": 15
  },
  "_downloads": {
    "count": 23483,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/splitfngr"
  },
  "_devurl": "https://github.com/collinerickson/splitfngr",
  "_searchresults": 6,
  "_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/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.271120706760973,
  "_indexed": true,
  "_nocasepkg": "splitfngr",
  "_universes": [
    "collinerickson"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-16T08:37:24.000Z",
      "distro": "resolute",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/2b815b93ad5aa77738211306498a374f855f51d33e7881635fbdea52fa1751e7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/29483828674"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-16T08:37:44.000Z",
      "distro": "resolute",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/a4e9ede4bcda0cc4c9e76b6f887a254f1cb72c35068bede82109fdd9678cdfb5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/29483828674"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-16T08:36:48.000Z",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/902a9421ce4d0209b8371ee2163465ce191585a95ecefde9808dbfc5b0466509",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/29483828674"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-16T08:37:07.000Z",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/5ba2400297a08804a7505f593efa79facc1a1bf0dfac7a487088446f65e0e5d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/29483828674"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-07-16T08:37:24.000Z",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/8c7f21ccebd4a61d50b225b831711cc4864179d1b58c5673ad78eeea59272ef3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/29483828674"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-16T08:36:36.000Z",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/0571f4dc8e52db454838ae25362a526ec14b54d7c4c0de7c233e8ce88e2ab4a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/29483828674"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-16T08:36:36.000Z",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/563800c8a73b6dbdb42df151e51d5581ddab6777ead627f122313c0d0add058c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/29483828674"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-16T08:36:38.000Z",
      "commit": "c3399e549254d20cc8ca906bbc7eece3f6ca28b9",
      "fileid": "https://r2.ropensci.org/e5a0749ed055d97b61ec20b3b895b9f421a08208589c16b26b7480c04ecc8c59",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/collinerickson/actions/runs/29483828674"
    }
  ]
}