{
  "_id": "6a1049bfacfb0bcc41c9f8c4",
  "Package": "fastAdaboost",
  "Type": "Package",
  "Title": "a Fast Implementation of Adaboost",
  "Description": "Implements Adaboost based on C++ backend code. This is\nblazingly fast and especially useful for large, in memory data\nsets. The package uses decision trees as weak classifiers. Once\nthe classifiers have been trained, they can be used to predict\nnew data. Currently, we support only binary classification\ntasks. The package implements the Adaboost.M1 algorithm and the\nreal Adaboost(SAMME.R) algorithm.",
  "Version": "1.0.0",
  "Date": "2016-02-23",
  "Author": "Sourav Chatterjee [aut, cre]",
  "Maintainer": "Sourav Chatterjee <souravc83@gmail.com>",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/souravc83/fastAdaboost",
  "BugReports": "https://github.com/souravc83/fastAdaboost/issues",
  "RoxygenNote": "5.0.1",
  "Repository": "https://rickhelmus.r-universe.dev",
  "Date/Publication": "2016-03-10 03:10:22 UTC",
  "RemoteUrl": "https://github.com/souravc83/fastAdaboost",
  "RemoteRef": "HEAD",
  "RemoteSha": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-10 08:28:59 UTC",
    "User": "root"
  },
  "MD5sum": "fc2b9bd14d843c64cae792b9417a62e9",
  "_user": "rickhelmus",
  "_type": "src",
  "_file": "fastAdaboost_1.0.0.tar.gz",
  "_fileid": "fc5b8b03817ae46341a8f0261564094ef68ca390847e6c6c4b17a869417b53fe",
  "_filesize": 110860,
  "_sha256": "fc5b8b03817ae46341a8f0261564094ef68ca390847e6c6c4b17a869417b53fe",
  "_created": "2026-05-10T08:28:59.000Z",
  "_published": "2026-05-22T12:19:11.413Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77377948987,
      "time": 118,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902319670"
    },
    {
      "job": 77377949399,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902320234"
    },
    {
      "job": 77377949034,
      "time": 115,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902319479"
    },
    {
      "job": 77377949046,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902319574"
    },
    {
      "job": 77377949155,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902436263"
    },
    {
      "job": 77377948377,
      "time": 173,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902403117"
    },
    {
      "job": 77377948815,
      "time": 128,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902405643"
    },
    {
      "job": 77377948257,
      "time": 207,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902399429"
    },
    {
      "job": 77377948179,
      "time": 172,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902308378"
    },
    {
      "job": 77377947975,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160295010"
    },
    {
      "job": 77377948514,
      "time": 100,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902318094"
    },
    {
      "job": 77377948784,
      "time": 100,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902318743"
    },
    {
      "job": 77377948827,
      "time": 101,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902318148"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/souravc83/fastAdaboost",
  "_commit": {
    "id": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
    "author": "Sourav Chatterjee <souravc83@gmail.com>",
    "committer": "Sourav Chatterjee <souravc83@gmail.com>",
    "message": "readme add downloads3\n",
    "time": 1457579422
  },
  "_maintainer": {
    "name": "Sourav Chatterjee",
    "email": "souravc83@gmail.com",
    "login": "souravc83",
    "uuid": 6020793
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.2",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.0",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "rpart",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    }
  ],
  "_owner": "souravc83",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 11,
  "_contributors": [
    {
      "user": "souravc83",
      "count": 18,
      "uuid": 6020793
    }
  ],
  "_userbio": {
    "uuid": 37015911,
    "type": "user",
    "name": "rickhelmus"
  },
  "_downloads": {
    "count": 17,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fastAdaboost"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/souravc83/fastadaboost",
  "_searchresults": 146,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fastAdaboost.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2016-02-28"
    }
  ],
  "_exports": [
    "adaboost",
    "get_tree",
    "real_adaboost"
  ],
  "_help": [
    {
      "page": "adaboost",
      "title": "Adaboost.M1 algorithm",
      "topics": [
        "adaboost"
      ]
    },
    {
      "page": "fastAdaboost",
      "title": "fastAdaboost: fast adaboost implementation for R",
      "topics": [
        "fastAdaboost-package",
        "fastAdaboost"
      ]
    },
    {
      "page": "get_tree",
      "title": "Fetches a decision tree",
      "topics": [
        "get_tree"
      ]
    },
    {
      "page": "predict.adaboost",
      "title": "predict method for adaboost objects",
      "topics": [
        "predict.adaboost"
      ]
    },
    {
      "page": "predict.real_adaboost",
      "title": "predict method for real_adaboost objects",
      "topics": [
        "predict.real_adaboost"
      ]
    },
    {
      "page": "print.adaboost",
      "title": "Print adaboost.m1 model summary",
      "topics": [
        "print.adaboost"
      ]
    },
    {
      "page": "print.real_adaboost",
      "title": "Print real adaboost model summary",
      "topics": [
        "print.real_adaboost"
      ]
    },
    {
      "page": "real_adaboost",
      "title": "Real Adaboost algorithm",
      "topics": [
        "real_adaboost"
      ]
    }
  ],
  "_readme": "https://github.com/souravc83/fastAdaboost/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "rpart"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 3.904715545278681,
  "_indexed": false,
  "_nocasepkg": "fastadaboost",
  "_universes": [
    "rickhelmus"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-10T08:31:04.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "a789e12589262f5df2ef84cf4c3ebddb84c60b8892e3d8b90ad5cb7fde2188e7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-10T08:31:07.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "57ef7291a9331a418abe5e46161f3ca8eca5436c3cc661d2777c4bae62bf2ab7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-10T08:31:03.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "2bd8b893c62936b96339191d8149b87fa96c28bbc862b2ab45a539d460e35255",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-10T08:31:03.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "a0b43e75c71cbcd5c5b8cc2a795810a4eb99f689759660373fa0e769b6de47f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-10T08:49:31.000Z",
      "arch": "aarch64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "1cf6212cfc275f01b46b76d634eff140311b8c91303b2bfc6ca272aaf4cd6398",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-10T08:44:25.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "f024dce9bf5408dbab546f9fbb2773ce656091448ef5b47aba0b49e562415ed8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-10T08:45:00.000Z",
      "arch": "aarch64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "cf77760d4dac99f0c4413213a763ca072b630d4edee409da566024cfbd324525",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-10T08:43:50.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "de31b8f0cae3a94d1c96239701740344ad4a8d5f40f1f505a787635f4f3da32a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-10T08:30:23.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "83381ee7fb9047a2e62d93292d28225eb8b8ad0c6a4e36306c773deb1456c41a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-10T08:30:30.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "98645dd9519e1ad30a4079c819603ab859e301d7b556d2e493b11ba919232dd2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-10T08:30:26.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "462f8c236f8e624d8d80183757219308226a8f4190645726ee7c8524a6e1afa4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-05-22T12:18:45.000Z",
      "arch": "emscripten",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "195f5dba386e5037567dda0828c2479d8c435df0125759ab89f7f0555af338d7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/25624009237"
    }
  ]
}