{
  "_id": "6a105929acfb0bcc41ca3633",
  "Package": "KneeArrower",
  "Type": "Package",
  "Title": "Finds Cutoff Points on Knee Curves",
  "Version": "1.0.0",
  "Author": "Alan Tseng",
  "Maintainer": "Alan Tseng <alan.tseng@alum.utoronto.ca>",
  "Description": "Given a set of points around a knee curve, analyzes first\nand second derivatives to find knee points.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-09 06:33:26 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2020-09-24 07:30:02 UTC",
  "RemoteUrl": "https://github.com/cran/KneeArrower",
  "RemoteRef": "HEAD",
  "RemoteSha": "ceab7e5dc83580fd51afc23ea694f431e1187b28",
  "MD5sum": "d8044f5fe7674981df5b72c87530f16e",
  "_user": "cran",
  "_type": "src",
  "_file": "KneeArrower_1.0.0.tar.gz",
  "_fileid": "13c7ce2a9539eb1baba2bc7812b7ee06c0c74406bdba51dba2d0e4ba1e508b37",
  "_filesize": 209671,
  "_sha256": "13c7ce2a9539eb1baba2bc7812b7ee06c0c74406bdba51dba2d0e4ba1e508b37",
  "_created": "2026-05-09T06:33:26.000Z",
  "_published": "2026-05-22T13:24:57.151Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77388631831,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6893629962"
    },
    {
      "job": 77388631666,
      "time": 115,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893629886"
    },
    {
      "job": 77388630759,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893617130"
    },
    {
      "job": 77388630966,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161599860"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25594169440",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/KneeArrower",
  "_commit": {
    "id": "ceab7e5dc83580fd51afc23ea694f431e1187b28",
    "author": "Alan Tseng <alan.tseng@alum.utoronto.ca>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.0\n",
    "time": 1600932602
  },
  "_maintainer": {
    "name": "Alan Tseng",
    "email": "alan.tseng@alum.utoronto.ca"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "signal",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 285,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/KneeArrower"
  },
  "_searchresults": 27,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/KneeArrower.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2020-09-24"
    }
  ],
  "_exports": [
    "derivative",
    "findCutoff",
    "inverse"
  ],
  "_help": [
    {
      "page": "derivative",
      "title": "Derivative of a function with respect to x",
      "topics": [
        "derivative"
      ]
    },
    {
      "page": "findCutoff",
      "title": "Finds cutoff point on knee curve",
      "topics": [
        "findCutoff"
      ]
    },
    {
      "page": "findCutoffCurvature",
      "title": "Finds the point on the curve that has the maximum curvature",
      "topics": [
        "findCutoffCurvature"
      ]
    },
    {
      "page": "findCutoffFirstDerivative",
      "title": "Finds the point where the derivative is a fraction of the steepest slope",
      "topics": [
        "findCutoffFirstDerivative"
      ]
    },
    {
      "page": "inverse",
      "title": "Inverse of a function",
      "topics": [
        "inverse"
      ]
    }
  ],
  "_readme": "https://github.com/cran/KneeArrower/raw/HEAD/README.md",
  "_rundeps": [
    "MASS",
    "signal"
  ],
  "_vignettes": [
    {
      "source": "Example.Rmd",
      "filename": "Example.html",
      "title": "KneeArrower Guide",
      "author": "Alan Tseng",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Input data",
        "Finding cutoff points",
        "First derivative cutoff",
        "Maximum curvature cutoff"
      ],
      "created": "2020-09-24 07:30:02",
      "modified": "2020-09-24 07:30:02",
      "commits": 1
    }
  ],
  "_score": 3.6074550232146683,
  "_indexed": true,
  "_nocasepkg": "kneearrower",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-09T06:35:28.000Z",
      "distro": "noble",
      "commit": "ceab7e5dc83580fd51afc23ea694f431e1187b28",
      "fileid": "a094859befb2fec4fe7a120cbce536ba1a4911a8d8e6eb17098c5a561e9c0b55",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25594169440"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-09T06:35:26.000Z",
      "distro": "noble",
      "commit": "ceab7e5dc83580fd51afc23ea694f431e1187b28",
      "fileid": "4f3ac4d85419f6b8b7dd761bc7d627c6b437faeb515f7ad187c0297d05f0d564",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25594169440"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-05-22T13:24:42.000Z",
      "commit": "ceab7e5dc83580fd51afc23ea694f431e1187b28",
      "fileid": "7459078b0af23d240605828bf78a15655129a6ee7f4b1eec1c11b580dd41655e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25594169440"
    }
  ]
}