{
  "_id": "6a212403cd65a98ecbd20041",
  "Package": "GenAlgo",
  "Version": "2.2.1",
  "Date": "2025-04-07",
  "Title": "Classes and Methods to Use Genetic Algorithms for Feature\nSelection",
  "Authors@R": "person(given = c(\"Kevin\", \"R.\"), family = \"Coombes\",\nrole = c(\"aut\", \"cre\"), email = \"krc@silicovore.com\")",
  "Description": "Defines classes and methods that can be used to implement\ngenetic algorithms for feature selection.  The idea is that we\nwant to select a fixed number of features to combine into a\nlinear classifier that can predict a binary outcome, and can\nuse a genetic algorithm heuristically to select an optimal set\nof features.",
  "License": "Apache License (== 2.0)",
  "LazyLoad": "yes",
  "biocViews": "Microarray, Clustering",
  "URL": "http://oompa.r-forge.r-project.org/",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 07:04:12 UTC",
    "User": "root"
  },
  "Author": "Kevin R. Coombes [aut, cre]",
  "Maintainer": "Kevin R. Coombes <krc@silicovore.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-04-07 21:31:52 UTC",
  "RemoteUrl": "https://github.com/cran/GenAlgo",
  "RemoteRef": "HEAD",
  "RemoteSha": "65e538b83ff79745d9c1a7081559cbc899cc364a",
  "MD5sum": "3a4798f4cd6780a377e9c764bf9733a3",
  "_user": "cran",
  "_type": "src",
  "_file": "GenAlgo_2.2.1.tar.gz",
  "_fileid": "81400463245163e0c06b63a356a7e1412208dcf7fec91cd81b3a845fc6ad0b96",
  "_filesize": 547890,
  "_sha256": "81400463245163e0c06b63a356a7e1412208dcf7fec91cd81b3a845fc6ad0b96",
  "_created": "2026-06-04T07:04:12.000Z",
  "_published": "2026-06-04T07:06:43.817Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79467202761,
      "time": 103,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7405124527"
    },
    {
      "job": 79467202871,
      "time": 106,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7405125143"
    },
    {
      "job": 79466802697,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7405095031"
    },
    {
      "job": 79467202770,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7405121999"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26936282241",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/GenAlgo",
  "_commit": {
    "id": "65e538b83ff79745d9c1a7081559cbc899cc364a",
    "author": "Kevin R. Coombes <krc@silicovore.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 2.2.1\n",
    "time": 1744061512
  },
  "_maintainer": {
    "name": "Kevin R. Coombes",
    "email": "krc@silicovore.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.4",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "oompaBase",
      "version": ">= 3.0.1",
      "role": "Imports"
    },
    {
      "package": "ClassDiscovery",
      "role": "Imports"
    },
    {
      "package": "Biobase",
      "role": "Suggests"
    },
    {
      "package": "xtable",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "microarray",
    "clustering"
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 208,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/GenAlgo"
  },
  "_devurl": "https://github.com/r-forge/oompa",
  "_searchresults": 17,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/GenAlgo.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "2.1.3",
      "date": "2017-07-13"
    },
    {
      "version": "2.1.4",
      "date": "2018-05-18"
    },
    {
      "version": "2.1.5",
      "date": "2018-10-17"
    },
    {
      "version": "2.2.0",
      "date": "2020-10-15"
    },
    {
      "version": "2.2.1",
      "date": "2025-04-07"
    }
  ],
  "_exports": [
    "as.data.frame",
    "as.matrix",
    "GenAlg",
    "hist",
    "image",
    "maha",
    "newGeneration",
    "plot",
    "popDiversity",
    "selectionFitness",
    "selectionMutate",
    "simpleMutate",
    "summary"
  ],
  "_datasets": [
    {
      "name": "diversity",
      "title": "Results of a Genetic Algorithm",
      "object": "gaTourResults",
      "file": "gaTourResults.rda",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "fitter",
      "title": "Results of a Genetic Algorithm",
      "object": "gaTourResults",
      "file": "gaTourResults.rda",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "meanfit",
      "title": "Results of a Genetic Algorithm",
      "object": "gaTourResults",
      "file": "gaTourResults.rda",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "recurse",
      "title": "Results of a Genetic Algorithm",
      "object": "gaTourResults",
      "file": "gaTourResults.rda",
      "class": [
        "GenAlg"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "tourData09",
      "title": "Tour de France 2009",
      "object": "tourData09",
      "file": "tourData09.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Cost",
        "Scores",
        "JerseyBonus",
        "Total"
      ],
      "rows": 102,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "gaTourResults",
      "title": "Results of a Genetic Algorithm",
      "topics": [
        "diversity",
        "fitter",
        "gaTourResults",
        "meanfit",
        "recurse"
      ]
    },
    {
      "page": "genalg",
      "title": "A generic Genetic Algorithm for feature selection",
      "topics": [
        "GenAlg",
        "newGeneration",
        "popDiversity"
      ]
    },
    {
      "page": "genalg-class",
      "title": "Class \"GenAlg\"",
      "topics": [
        "as.data.frame,GenAlg-method",
        "as.matrix,GenAlg-method",
        "GenAlg-class",
        "summary,GenAlg-method"
      ]
    },
    {
      "page": "genalg-tools",
      "title": "Utility functions for selection and mutation in genetic algorithms",
      "topics": [
        "GenAlg-tools",
        "selectionFitness",
        "selectionMutate",
        "simpleMutate"
      ]
    },
    {
      "page": "maha",
      "title": "Compute the (squared) Mahalanobis distance between two groups of vectors",
      "topics": [
        "maha"
      ]
    },
    {
      "page": "tourData09",
      "title": "Tour de France 2009",
      "topics": [
        "tourData09"
      ]
    }
  ],
  "_rundeps": [
    "Biobase",
    "BiocGenerics",
    "ClassDiscovery",
    "cluster",
    "generics",
    "MASS",
    "mclust",
    "oompaBase",
    "oompaData"
  ],
  "_vignettes": [
    {
      "source": "genalg.Rnw",
      "filename": "genalg.pdf",
      "title": "OOMPA GenAlgo",
      "engine": "utils::Sweave",
      "headings": [],
      "created": "2017-07-13 14:35:59",
      "modified": "2018-10-17 12:20:03",
      "commits": 2
    }
  ],
  "_score": 2.230448921378274,
  "_indexed": true,
  "_nocasepkg": "genalgo",
  "_universes": [
    "cran",
    "r-forge"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2.1",
      "date": "2026-06-04T07:06:09.000Z",
      "distro": "noble",
      "commit": "65e538b83ff79745d9c1a7081559cbc899cc364a",
      "fileid": "9467125ed0a9b9ece051855d929f9b774b6dcc7ef2e9f6ddcf4143479134b833",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26936282241"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.2.1",
      "date": "2026-06-04T07:06:09.000Z",
      "distro": "noble",
      "commit": "65e538b83ff79745d9c1a7081559cbc899cc364a",
      "fileid": "fbf999b5d0f6c73e621c7cb307fa28b76edd15c6908d6acfe435281eec261e58",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26936282241"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.2.1",
      "date": "2026-06-04T07:06:12.000Z",
      "commit": "65e538b83ff79745d9c1a7081559cbc899cc364a",
      "fileid": "d05afbbdb373bad650115ab73b74ef8bd4c28072a5fe16f2a63977aa37b460bf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26936282241"
    }
  ]
}