{
  "_id": "6a63122ed3420cf5dfdb6b19",
  "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-07-24 06:29:07 UTC",
    "User": "root"
  },
  "_user": "rickhelmus",
  "_type": "src",
  "_file": "fastAdaboost_1.0.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/146ed534ac0ef80513834bbc3bb067f2148ed995c789efa7e201fd53775aa77b",
  "_filesize": 110897,
  "_sha256": "146ed534ac0ef80513834bbc3bb067f2148ed995c789efa7e201fd53775aa77b",
  "_expires": "2026-11-01T07:20:12.000Z",
  "_created": "2026-07-24T06:29:07.000Z",
  "_published": "2026-07-24T07:20:14.194Z",
  "_jobs": [
    {
      "job": 89415884999,
      "time": 109,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8588546366"
    },
    {
      "job": 89415885066,
      "time": 131,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8588552951"
    },
    {
      "job": 89415885057,
      "time": 151,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588558603"
    },
    {
      "job": 89415885069,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588551273"
    },
    {
      "job": 89415884993,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8589466827"
    },
    {
      "job": 89415884988,
      "time": 201,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8589483715"
    },
    {
      "job": 89415885002,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8589409200"
    },
    {
      "job": 89415885005,
      "time": 226,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8589520453"
    },
    {
      "job": 89415466010,
      "time": 176,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588513280"
    },
    {
      "job": 89415884992,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8588545248"
    },
    {
      "job": 89415885006,
      "time": 92,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8588541399"
    },
    {
      "job": 89415885032,
      "time": 104,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8588545727"
    },
    {
      "job": 89415885021,
      "time": 95,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588542496"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566",
  "_status": "success",
  "_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",
    "description": "Machine Learning",
    "uuid": 6020793
  },
  "_distro": "resolute",
  "_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",
    "followers": 24
  },
  "_downloads": {
    "count": 14,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fastAdaboost"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/souravc83/fastadaboost",
  "_searchresults": 156,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_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",
    "LICENSE",
    "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": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 3.9334872878487053,
  "_indexed": false,
  "_nocasepkg": "fastadaboost",
  "_universes": [
    "rickhelmus"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-24T06:30:58.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "https://r2.ropensci.org/5bb6abe3968ccadb3c79b4fc4061723b2e0d7191facd73ff7b939b80e414e528",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-24T06:31:18.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "https://r2.ropensci.org/6db7c7762c19c5d9e2a0955780386774f429f803e80939a7cdb5c78870cbcc49",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-24T06:31:41.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "https://r2.ropensci.org/6e89102f9c6447d7441362eac486c82a53bc907b63218d54b38ae01dd95a4a4e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-24T06:31:14.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "https://r2.ropensci.org/911402a248da0d7353b9a5bee793dc743465a30523f76d6e1327f0412bd51a77",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-07-24T07:16:27.000Z",
      "arch": "aarch64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "https://r2.ropensci.org/b219f5761fd2e5cab91ffa19a8407b5a7c5fa30b1fbb3a447285a5a3947a41c9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-07-24T07:17:00.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "https://r2.ropensci.org/e2a1f343bc60278c6de3a902d08ace88daa7bdf1e063c90059f5dd3b6bb0ae09",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-07-24T07:13:35.000Z",
      "arch": "aarch64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "https://r2.ropensci.org/3df9366c0e0dc19ab2544c43f5c6dc76d10efe44abbb510e65f70d85b9d9e738",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-07-24T07:18:42.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "https://r2.ropensci.org/6d596b63236818e8478fa8755c6105e7585dfb838227ddffbb5d0fed70dbce90",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-07-24T06:31:06.000Z",
      "arch": "emscripten",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "https://r2.ropensci.org/cb8c94e483e3b98f8ea17ff9945671771779f319c769ebb6b0cde81e2c339517",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-07-24T06:30:13.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "https://r2.ropensci.org/68c7ea291e8a138c6dd4a118f70c77c976fa8b8675479d1b694b0027ad5246a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-07-24T06:30:31.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "https://r2.ropensci.org/49d4a2bff041eaef2c320783d8f4bade71800f02b14cf55ff5a850a401eecaa4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-07-24T06:30:20.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "https://r2.ropensci.org/124ab30dd31b89ae94dc8cd288dca2fd98872aa8cc28460a69b2b9417f4c7f92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/30072257566"
    }
  ]
}