{
  "_id": "6a23d273530b9bc726be39fb",
  "Package": "CAISEr",
  "Type": "Package",
  "Title": "Comparison of Algorithms with Iterative Sample Size Estimation",
  "Version": "1.0.17",
  "Date": "2022-11-16",
  "Authors@R": "c(person(given = \"Felipe\", family = \"Campelo\",\nemail = \"fcampelo@gmail.com\",\nrole = c(\"aut\", \"cre\")),\nperson(given = \"Fernanda\", family = \"Takahashi\",\nemail = \"fernandact@ufmg.br\",\nrole = \"ctb\"),\nperson(given = \"Elizabeth\", family = \"Wanner\",\nemail = \"efwanner@decom.cefetmg.br\",\nrole = \"ctb\"))",
  "Description": "Functions for performing experimental comparisons of\nalgorithms using adequate sample sizes for power and accuracy.\nImplements the methodology originally presented in Campelo and\nTakahashi (2019) <doi:10.1007/s10732-018-9396-7> for the\ncomparison of two algorithms, and later generalised in Campelo\nand Wanner (Submitted, 2019) <arxiv:1908.01720>.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.0.2",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "URL": "https://fcampelo.github.io/CAISEr/",
  "BugReports": "https://github.com/fcampelo/CAISEr/issues",
  "Repository": "https://fcampelo.r-universe.dev",
  "Date/Publication": "2022-11-25 09:56:57 UTC",
  "RemoteUrl": "https://github.com/fcampelo/caiser",
  "RemoteRef": "HEAD",
  "RemoteSha": "5d4210b6b9607898ee90bd5a48fbe6d21ce558de",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-06 07:52:18 UTC",
    "User": "root"
  },
  "Author": "Felipe Campelo [aut, cre],\nFernanda Takahashi [ctb],\nElizabeth Wanner [ctb]",
  "Maintainer": "Felipe Campelo <fcampelo@gmail.com>",
  "MD5sum": "eae58187e2be67cc61f19c39d1a08f59",
  "_user": "fcampelo",
  "_type": "src",
  "_file": "CAISEr_1.0.17.tar.gz",
  "_fileid": "557b2f9ead407d92a5157bf9e23a661c9a28398ab6f17b30a8816ef67521442b",
  "_filesize": 1557159,
  "_sha256": "557b2f9ead407d92a5157bf9e23a661c9a28398ab6f17b30a8816ef67521442b",
  "_created": "2026-06-06T07:52:18.000Z",
  "_published": "2026-06-06T07:55:31.482Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79862368982,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7452619023"
    },
    {
      "job": 79862368989,
      "time": 152,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452619067"
    },
    {
      "job": 79862368986,
      "time": 137,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7452617455"
    },
    {
      "job": 79862368987,
      "time": 89,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452611993"
    },
    {
      "job": 79862202254,
      "time": 194,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452601401"
    },
    {
      "job": 79862368981,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452615597"
    },
    {
      "job": 79862368988,
      "time": 93,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7452612520"
    },
    {
      "job": 79862368985,
      "time": 99,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7452613325"
    },
    {
      "job": 79862368984,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452611510"
    }
  ],
  "_buildurl": "https://github.com/r-universe/fcampelo/actions/runs/27056644627",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/fcampelo/caiser",
  "_commit": {
    "id": "5d4210b6b9607898ee90bd5a48fbe6d21ce558de",
    "author": "fcampelo <fcampelo@gmail.com>",
    "committer": "fcampelo <fcampelo@gmail.com>",
    "message": "CRAN submission v1.0.17\n",
    "time": 1669370217
  },
  "_maintainer": {
    "name": "Felipe Campelo",
    "email": "fcampelo@gmail.com",
    "login": "fcampelo",
    "description": "Optimisation + Data Science",
    "uuid": 9551592
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "assertthat",
      "version": ">= 0.2.1",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "version": ">= 3.5.1",
      "role": "Imports"
    },
    {
      "package": "pbmcapply",
      "version": ">= 1.4.1",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.1.1",
      "role": "Imports"
    },
    {
      "package": "gridExtra",
      "version": ">= 2.3",
      "role": "Imports"
    },
    {
      "package": "smoof",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "car",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    }
  ],
  "_owner": "fcampelo",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "fcampelo",
      "count": 152,
      "uuid": 9551592
    }
  ],
  "_userbio": {
    "uuid": 9551592,
    "type": "user",
    "name": "Felipe Campelo",
    "description": "Optimisation + Data Science"
  },
  "_downloads": {
    "count": 226,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/CAISEr"
  },
  "_devurl": "https://github.com/fcampelo/caiser",
  "_pkgdown": "https://fcampelo.github.io/CAISEr/",
  "_searchresults": 24,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/CAISEr.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/fcampelo/caiser",
  "_realowner": "fcampelo",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.1",
      "date": "2017-10-29"
    },
    {
      "version": "0.3.0",
      "date": "2018-06-19"
    },
    {
      "version": "0.3.3",
      "date": "2018-07-24"
    },
    {
      "version": "1.0.5",
      "date": "2019-07-13"
    },
    {
      "version": "1.0.14",
      "date": "2019-08-02"
    },
    {
      "version": "1.0.15",
      "date": "2019-08-19"
    },
    {
      "version": "1.0.16",
      "date": "2020-02-04"
    },
    {
      "version": "1.0.17",
      "date": "2022-11-16"
    }
  ],
  "_exports": [
    "boot_sdm",
    "calc_instances",
    "calc_nreps",
    "calc_se",
    "consolidate_partial_results",
    "dummyalgo",
    "dummyinstance",
    "example_SANN",
    "get_observations",
    "run_experiment",
    "se_boot",
    "se_param",
    "TSP.dist"
  ],
  "_help": [
    {
      "page": "boot_sdm",
      "title": "Bootstrap the sampling distribution of the mean",
      "topics": [
        "boot_sdm"
      ]
    },
    {
      "page": "calc_instances",
      "title": "Calculates number of instances for the comparison of multiple algorithms",
      "topics": [
        "calc_instances"
      ]
    },
    {
      "page": "calc_nreps",
      "title": "Determine sample sizes for a set of algorithms on a single problem instance",
      "topics": [
        "calc_nreps"
      ]
    },
    {
      "page": "calc_se",
      "title": "Calculates the standard error for simple and percent differences",
      "topics": [
        "calc_se"
      ]
    },
    {
      "page": "consolidate_partial_results",
      "title": "Consolidate results from partial files",
      "topics": [
        "consolidate_partial_results"
      ]
    },
    {
      "page": "dummyalgo",
      "title": "Dummy algorithm routine to test the sampling procedures",
      "topics": [
        "dummyalgo"
      ]
    },
    {
      "page": "dummyinstance",
      "title": "Dummy instance routine to test the sampling procedures",
      "topics": [
        "dummyinstance"
      ]
    },
    {
      "page": "example_SANN",
      "title": "Simulated annealing (for testing/examples)",
      "topics": [
        "example_SANN"
      ]
    },
    {
      "page": "get_observations",
      "title": "Run an algorithm on a problem.",
      "topics": [
        "get_observations"
      ]
    },
    {
      "page": "plot.CAISEr",
      "title": "plot.CAISEr",
      "topics": [
        "plot.CAISEr"
      ]
    },
    {
      "page": "plot.nreps",
      "title": "plot.nreps",
      "topics": [
        "plot.nreps"
      ]
    },
    {
      "page": "print.CAISEr",
      "title": "print.CAISEr",
      "topics": [
        "print.CAISEr"
      ]
    },
    {
      "page": "run_experiment",
      "title": "Run a full experiment for comparing multiple algorithms using multiple instances",
      "topics": [
        "run_experiment"
      ]
    },
    {
      "page": "se_boot",
      "title": "Bootstrap standard errors",
      "topics": [
        "se_boot"
      ]
    },
    {
      "page": "se_param",
      "title": "Parametric standard errors",
      "topics": [
        "se_param"
      ]
    },
    {
      "page": "summary.CAISEr",
      "title": "summary.CAISEr",
      "topics": [
        "summary.CAISEr"
      ]
    },
    {
      "page": "summary.nreps",
      "title": "summary.nreps",
      "topics": [
        "summary.nreps"
      ]
    },
    {
      "page": "TSP.dist",
      "title": "TSP instance generator (for testing/examples)",
      "topics": [
        "TSP.dist"
      ]
    }
  ],
  "_readme": "https://github.com/fcampelo/caiser/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "cli",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "pbmcapply",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "Adapting_Algorithm_for_CAISEr.Rmd",
      "filename": "Adapting_Algorithm_for_CAISEr.html",
      "title": "Adapting Algorithms for CAISEr",
      "author": "Felipe Campelo",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Assembling an instance list",
        "Adaptation of an existing algorithm implementation",
        "Running an experiment using CAISEr"
      ],
      "created": "2017-10-16 01:47:25",
      "modified": "2022-11-16 16:52:35",
      "commits": 21
    }
  ],
  "_score": 4.556302500767288,
  "_indexed": true,
  "_nocasepkg": "caiser",
  "_universes": [
    "fcampelo"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.17",
      "date": "2026-06-06T07:54:46.000Z",
      "distro": "noble",
      "commit": "5d4210b6b9607898ee90bd5a48fbe6d21ce558de",
      "fileid": "a3f9925fb37687bef30b66d9810cfbb089765177bcb924c6206b4ca8ee55a17a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fcampelo/actions/runs/27056644627"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.17",
      "date": "2026-06-06T07:54:45.000Z",
      "distro": "noble",
      "commit": "5d4210b6b9607898ee90bd5a48fbe6d21ce558de",
      "fileid": "ed735be10919511f44bd35a79916267217437f51b8eb9c406c86643937f908ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fcampelo/actions/runs/27056644627"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.17",
      "date": "2026-06-06T07:54:32.000Z",
      "commit": "5d4210b6b9607898ee90bd5a48fbe6d21ce558de",
      "fileid": "196bdc37cb2bba50143caa23df1eb9d01da21008daffe44427cb06f71799f4a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fcampelo/actions/runs/27056644627"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.17",
      "date": "2026-06-06T07:53:52.000Z",
      "commit": "5d4210b6b9607898ee90bd5a48fbe6d21ce558de",
      "fileid": "f99d233d56673b5917b5d5188898aad84d88feb33c1c2d3fb26a3705c04404ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fcampelo/actions/runs/27056644627"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.17",
      "date": "2026-06-06T07:54:38.000Z",
      "commit": "5d4210b6b9607898ee90bd5a48fbe6d21ce558de",
      "fileid": "12c555241d0cc322e0b365257ef6b34bdb7cea3a4d8c627006ba6121eb71d755",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fcampelo/actions/runs/27056644627"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.17",
      "date": "2026-06-06T07:53:42.000Z",
      "commit": "5d4210b6b9607898ee90bd5a48fbe6d21ce558de",
      "fileid": "55e23d5b7310289dfa1e418fc36f74ab8c594a6798a9a5c05e21580151313762",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fcampelo/actions/runs/27056644627"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.17",
      "date": "2026-06-06T07:53:50.000Z",
      "commit": "5d4210b6b9607898ee90bd5a48fbe6d21ce558de",
      "fileid": "3e8e9044ee445d1eb9c6caccf29d2677ac8bf14831028f3f3d95cfddbb7d99aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fcampelo/actions/runs/27056644627"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.17",
      "date": "2026-06-06T07:53:35.000Z",
      "commit": "5d4210b6b9607898ee90bd5a48fbe6d21ce558de",
      "fileid": "03558227897488d8a31f7e7bc1d11bc6580b849d1ba43cba94f6b31b40e55838",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fcampelo/actions/runs/27056644627"
    }
  ]
}