{
  "_id": "6a23cd88530b9bc726be2217",
  "Package": "gains",
  "Version": "1.2",
  "Date": "2017-09-08",
  "Title": "Lift (Gains) Tables and Charts",
  "Author": "Craig A. Rolling <craig.rolling@slu.edu>",
  "Maintainer": "Craig A. Rolling <craig.rolling@slu.edu>",
  "Description": "Constructs gains tables and lift charts for prediction\nalgorithms. Gains tables and lift charts are commonly used in\ndirect marketing applications.  The method is described in\nDrozdenko and Drake (2002), \"Optimal Database Marketing\",\nChapter 11.",
  "LazyData": "Yes",
  "License": "GPL-3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-06 07:32:19 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2017-09-12 20:35:21 UTC",
  "RemoteUrl": "https://github.com/cran/gains",
  "RemoteRef": "HEAD",
  "RemoteSha": "52a8dd179c17ef27d0c9355aad65ac163aad2e7d",
  "MD5sum": "755fbff23a9c317529b5642be131f175",
  "_user": "cran",
  "_type": "src",
  "_file": "gains_1.2.tar.gz",
  "_fileid": "054eb256d8b6ae0e349a2cd0f6f6644c3cad336635a7862ff3d64623ebd53bca",
  "_filesize": 1768933,
  "_sha256": "054eb256d8b6ae0e349a2cd0f6f6644c3cad336635a7862ff3d64623ebd53bca",
  "_created": "2026-06-06T07:32:19.000Z",
  "_published": "2026-06-06T07:34:32.608Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79861289343,
      "time": 94,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7452464633"
    },
    {
      "job": 79861289347,
      "time": 83,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452463321"
    },
    {
      "job": 79861123586,
      "time": 160,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452452350"
    },
    {
      "job": 79861289345,
      "time": 80,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452463016"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27056244066",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/gains",
  "_commit": {
    "id": "52a8dd179c17ef27d0c9355aad65ac163aad2e7d",
    "author": "Craig A. Rolling <craig.rolling@slu.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.2\n",
    "time": 1505248521
  },
  "_maintainer": {
    "name": "Craig A. Rolling",
    "email": "craig.rolling@slu.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 47,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gains"
  },
  "_searchresults": 171,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gains.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1-0",
      "date": "2013-05-01"
    },
    {
      "version": "1.0-0",
      "date": "2013-07-19"
    },
    {
      "version": "1.1",
      "date": "2013-07-25"
    },
    {
      "version": "1.2",
      "date": "2017-09-12"
    }
  ],
  "_exports": [
    "gains",
    "plot.gains",
    "print.gains"
  ],
  "_datasets": [
    {
      "name": "ciaScores",
      "title": "Cell Phones per Country with Predictions",
      "object": "ciaScores",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Country",
        "CellPhonesPP",
        "PredOLS",
        "PredLasso",
        "PredTree",
        "PredRF",
        "PredSM",
        "PredGLM",
        "train"
      ],
      "rows": 194,
      "table": true,
      "tojson": true
    },
    {
      "name": "MineThatData",
      "title": "MineThatData E-Mail Analytics Challenge Data With Predictions",
      "object": "MineThatData",
      "class": [
        "data.frame"
      ],
      "fields": [
        "conversion",
        "spend",
        "train",
        "logistic.score",
        "svm.score",
        "linear.score",
        "rf.score"
      ],
      "rows": 64000,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "ciaScores",
      "title": "Cell Phones per Country with Predictions",
      "topics": [
        "ciaScores"
      ]
    },
    {
      "page": "gains",
      "title": "Gains Table for a Vector of Predictions",
      "topics": [
        "gains"
      ]
    },
    {
      "page": "MineThatData",
      "title": "MineThatData E-Mail Analytics Challenge Data With Predictions",
      "topics": [
        "MineThatData"
      ]
    },
    {
      "page": "plot.gains",
      "title": "Plotting Gains Table Objects",
      "topics": [
        "plot.gains"
      ]
    },
    {
      "page": "print.gains",
      "title": "Printing Gains Table Objects",
      "topics": [
        "print.gains"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 2.232996110392154,
  "_indexed": true,
  "_nocasepkg": "gains",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2",
      "date": "2026-06-06T07:34:02.000Z",
      "distro": "noble",
      "commit": "52a8dd179c17ef27d0c9355aad65ac163aad2e7d",
      "fileid": "9be9b6d2a01fadf9c9f591c823d51cd130eee5b8946f5ada6554d8aba36bedfb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27056244066"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2",
      "date": "2026-06-06T07:33:50.000Z",
      "distro": "noble",
      "commit": "52a8dd179c17ef27d0c9355aad65ac163aad2e7d",
      "fileid": "9d2f0a81baa71430bfde430282ee3f9de26253348fba3742739982e4faf6f262",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27056244066"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2",
      "date": "2026-06-06T07:33:57.000Z",
      "commit": "52a8dd179c17ef27d0c9355aad65ac163aad2e7d",
      "fileid": "8987e6bbc34fbbe3439ef428adc3400911c60fdb7ee6b1e342a55b7e00a540cf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27056244066"
    }
  ]
}