{
  "_id": "6a1ee3f5b401979e73410fe1",
  "Package": "GAparsimony",
  "Type": "Package",
  "Title": "Searching Parsimony Models with Genetic Algorithms",
  "Version": "0.9.5",
  "Author": "F.J. Martinez-de-Pison <fjmartin@unirioja.es>",
  "Maintainer": "F.J. Martinez-de-Pison <fjmartin@unirioja.es>",
  "Description": "Methodology that combines feature selection, model tuning,\nand parsimonious model selection with Genetic Algorithms (GA)\nproposed in {Martinez-de-Pison} (2015)\n<DOI:10.1016/j.asoc.2015.06.012>. To this objective, a novel GA\nselection procedure is introduced based on separate cost and\ncomplexity evaluations.",
  "License": "GPL (>= 2)",
  "URL": "https://github.com/jpison/GAparsimony",
  "NeedsCompilation": "no",
  "Repository": "https://jpison.r-universe.dev",
  "Date/Publication": "2023-04-07 09:48:48 UTC",
  "RemoteUrl": "https://github.com/jpison/gaparsimony",
  "RemoteRef": "HEAD",
  "RemoteSha": "cdaad1e009b11481e3cd1619467e65122fcd0557",
  "Packaged": {
    "Date": "2026-05-20 06:20:06 UTC",
    "User": "root"
  },
  "MD5sum": "fbb900aae1f8eaedc52c8b21e66cf2c2",
  "_user": "jpison",
  "_type": "src",
  "_file": "GAparsimony_0.9.5.tar.gz",
  "_fileid": "f744db8b1e26cfe19ea5b275192ca61e87d5eb0a8c4b297c17261b27d2f98a39",
  "_filesize": 246897,
  "_sha256": "f744db8b1e26cfe19ea5b275192ca61e87d5eb0a8c4b297c17261b27d2f98a39",
  "_created": "2026-05-20T06:20:06.000Z",
  "_published": "2026-06-02T14:08:53.870Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79090420007,
      "time": 128,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7102694917"
    },
    {
      "job": 79090419774,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7102692888"
    },
    {
      "job": 79090420174,
      "time": 218,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7102705560"
    },
    {
      "job": 79090420867,
      "time": 144,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7102692472"
    },
    {
      "job": 79090418897,
      "time": 191,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7102662416"
    },
    {
      "job": 79090418716,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7360084711"
    },
    {
      "job": 79090419933,
      "time": 77,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7102682728"
    },
    {
      "job": 79090419958,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7102682313"
    },
    {
      "job": 79090419663,
      "time": 72,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7102681383"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jpison/actions/runs/26145069087",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jpison/gaparsimony",
  "_commit": {
    "id": "cdaad1e009b11481e3cd1619467e65122fcd0557",
    "author": "Javier Martínez de Pisón <fjmartin@unirioja.es>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Add files via upload",
    "time": 1680860928
  },
  "_maintainer": {
    "name": "F.J. Martinez-de-Pison",
    "email": "fjmartin@unirioja.es",
    "login": "jpison",
    "description": "ORCID RESEARCHERID: http://orcid.org/0000-0002-3063-7374\nEDMANS Group (http://www.mineriadatos.com)",
    "uuid": 6088471
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "foreach",
      "role": "Depends"
    },
    {
      "package": "iterators",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Suggests"
    },
    {
      "package": "doParallel",
      "role": "Suggests"
    },
    {
      "package": "doRNG",
      "version": ">= 1.6",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "version": ">= 1.8",
      "role": "Suggests"
    },
    {
      "package": "lhs",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "caret",
      "role": "Suggests"
    },
    {
      "package": "mlbench",
      "role": "Suggests"
    },
    {
      "package": "e1071",
      "role": "Suggests"
    },
    {
      "package": "nnet",
      "role": "Suggests"
    },
    {
      "package": "kernlab",
      "role": "Suggests"
    }
  ],
  "_owner": "jpison",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 6,
  "_contributors": [
    {
      "user": "jpison",
      "count": 114,
      "uuid": 6088471
    }
  ],
  "_userbio": {
    "uuid": 6088471,
    "type": "user",
    "name": "Javier Martínez de Pisón",
    "description": "ORCID RESEARCHERID: http://orcid.org/0000-0002-3063-7374\r\nEDMANS Group (http://www.mineriadatos.com)"
  },
  "_downloads": {
    "count": 217,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/GAparsimony"
  },
  "_devurl": "https://github.com/jpison/gaparsimony",
  "_searchresults": 9,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/GAparsimony.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jpison/gaparsimony",
  "_realowner": "jpison",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.9-1",
      "date": "2017-08-04"
    },
    {
      "version": "0.9.2",
      "date": "2018-05-18"
    },
    {
      "version": "0.9.4",
      "date": "2019-12-03"
    },
    {
      "version": "0.9.5",
      "date": "2023-04-07"
    }
  ],
  "_exports": [
    "clearConsoleLine",
    "ga_parsimony",
    "is.RStudio",
    "parsimony_control",
    "parsimony_crossover",
    "parsimony_importance",
    "parsimony_lrSelection",
    "parsimony_monitor",
    "parsimony_mutation",
    "parsimony_nlrSelection",
    "parsimony_population",
    "parsimony_rerank",
    "parsimony_summary",
    "plot",
    "plot.ga_parsimony",
    "print",
    "print.summary.ga_parsimony",
    "show",
    "startParallel",
    "stopParallel",
    "summary",
    "summary.ga_parsimony"
  ],
  "_help": [
    {
      "page": "GAparsimony-package",
      "title": "GAparsimony",
      "topics": [
        "GAparsimony-package",
        "GAparsimony"
      ]
    },
    {
      "page": "ga_parsimony",
      "title": "GA-PARSIMONY",
      "topics": [
        "ga_parsimony",
        "numericOrNA",
        "print,ga_parsimony-method",
        "show,ga_parsimony-method"
      ]
    },
    {
      "page": "ga_parsimony-class",
      "title": "Class \"ga_parsimony\"",
      "topics": [
        "ga_parsimony-class"
      ]
    },
    {
      "page": "matrixNULL-class",
      "title": "Virtual Class \"matrixNULL\" - Simple Class for matrix or NULL",
      "topics": [
        "matrixNULL-class"
      ]
    },
    {
      "page": "numericOrNA-class",
      "title": "Virtual Class \"numericOrNA\" - Simple Class for subassignment Values",
      "topics": [
        "numericOrNA-class"
      ]
    },
    {
      "page": "parsimony_Crossover",
      "title": "Crossover operators in GA-PARSIMONY",
      "topics": [
        "parsimony_Crossover",
        "parsimony_crossover"
      ]
    },
    {
      "page": "parsimony_importance",
      "title": "Percentage of appearance of each feature in elitist population",
      "topics": [
        "parsimony_importance"
      ]
    },
    {
      "page": "parsimony_monitor",
      "title": "Functions for monitoring GA-PARSIMONY algorithm evolution",
      "topics": [
        "parsimony_monitor"
      ]
    },
    {
      "page": "parsimony_Mutation",
      "title": "Mutation operators in GA-PARSIMONY",
      "topics": [
        "parsimony_Mutation",
        "parsimony_mutation"
      ]
    },
    {
      "page": "parsimony_Population",
      "title": "Population initialization in GA-PARSIMONY with a combined chromosome of model parameters and selected features",
      "topics": [
        "parsimony_Population",
        "parsimony_population"
      ]
    },
    {
      "page": "parsimony_rerank",
      "title": "Function for reranking by complexity in parsimonious model selection process",
      "topics": [
        "parsimony_rerank"
      ]
    },
    {
      "page": "parsimony_Selection",
      "title": "Selection operators in GA-PARSIMONY",
      "topics": [
        "parsimony_lrSelection",
        "parsimony_nlrSelection",
        "parsimony_Selection"
      ]
    },
    {
      "page": "plot.ga_parsimony-method",
      "title": "Plot of GA evolution of elitists",
      "topics": [
        "plot,ga_parsimony-method",
        "plot.ga_parsimony"
      ]
    },
    {
      "page": "summary.ga_parsimony-method",
      "title": "Summary for GA-PARSIMONY",
      "topics": [
        "print.summary.ga_parsimony",
        "summary,ga_parsimony-method",
        "summary.ga_parsimony"
      ]
    }
  ],
  "_rundeps": [
    "codetools",
    "foreach",
    "iterators"
  ],
  "_score": 2.778151250383644,
  "_indexed": true,
  "_nocasepkg": "gaparsimony",
  "_universes": [
    "jpison"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.9.5",
      "date": "2026-05-20T06:22:16.000Z",
      "distro": "noble",
      "commit": "cdaad1e009b11481e3cd1619467e65122fcd0557",
      "fileid": "7f88e76754ad8279c11ae0627fb6e1353d4d12a6cacf2bf4f442213cfd1b2ac1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jpison/actions/runs/26145069087"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.9.5",
      "date": "2026-05-20T06:22:09.000Z",
      "distro": "noble",
      "commit": "cdaad1e009b11481e3cd1619467e65122fcd0557",
      "fileid": "8ecd4a2b3a6802964cbdcc163b6ed7dec476d6cb9f2af02e646471c645182db9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jpison/actions/runs/26145069087"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.9.5",
      "date": "2026-05-20T06:23:02.000Z",
      "commit": "cdaad1e009b11481e3cd1619467e65122fcd0557",
      "fileid": "6605d1068256219a3b3b6f5a70fc075f0e2e2f5924820d51c189537d548743ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jpison/actions/runs/26145069087"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.9.5",
      "date": "2026-05-20T06:22:10.000Z",
      "commit": "cdaad1e009b11481e3cd1619467e65122fcd0557",
      "fileid": "00b1e8e920a892f820e48a9c909852d33551994844efa79f7dd47ff620895446",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jpison/actions/runs/26145069087"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.9.5",
      "date": "2026-05-20T06:21:23.000Z",
      "commit": "cdaad1e009b11481e3cd1619467e65122fcd0557",
      "fileid": "5a8d619329aec02c7277fb57a6a4134ddee051229e9dfe2bcfa03a6be9b14245",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jpison/actions/runs/26145069087"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.9.5",
      "date": "2026-05-20T06:21:21.000Z",
      "commit": "cdaad1e009b11481e3cd1619467e65122fcd0557",
      "fileid": "91b9f391af45b6c160a66a1aa09c180d1a0576cff3c008201aaa0075ea9876d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jpison/actions/runs/26145069087"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.9.5",
      "date": "2026-05-20T06:21:17.000Z",
      "commit": "cdaad1e009b11481e3cd1619467e65122fcd0557",
      "fileid": "db010b9a3d8c63dcbf1e74053c5d0c4f24ee6ad882d6ecb9bc0ddc570b682dee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jpison/actions/runs/26145069087"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.9.5",
      "date": "2026-06-02T14:08:32.000Z",
      "commit": "cdaad1e009b11481e3cd1619467e65122fcd0557",
      "fileid": "c5b1bbffb0e8278e2b8236617326e85d07082efff76ef0119094e78e4f60dfb4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jpison/actions/runs/26145069087"
    }
  ]
}