{
  "_id": "6a49606b77d6db3f2f966183",
  "Package": "ess",
  "Title": "Efficient Stepwise Selection in Decomposable Models",
  "Version": "1.1.2",
  "Authors@R": "person(given = \"Mads\",\nfamily = \"Lindskou\",\nrole = c(\"aut\", \"cre\"),\nemail = \"mads@math.aau.dk\")",
  "Description": "An implementation of the ESS algorithm following Amol\nDeshpande, Minos Garofalakis, Michael I Jordan (2013)\n<arXiv:1301.2267>. The ESS algorithm is used for model\nselection in decomposable graphical models.",
  "URL": "https://github.com/mlindsk/ess",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.1.1",
  "BugReports": "https://github.com/mlindsk/ess/issues",
  "SystemRequirements": "C++11",
  "Config/pak/sysreqs": "libglpk-dev libxml2-dev",
  "Repository": "https://mlindsk.r-universe.dev",
  "Date/Publication": "2021-10-13 07:38:25 UTC",
  "RemoteUrl": "https://github.com/mlindsk/ess",
  "RemoteRef": "HEAD",
  "RemoteSha": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-24 11:02:45 UTC",
    "User": "root"
  },
  "Author": "Mads Lindskou [aut, cre]",
  "Maintainer": "Mads Lindskou <mads@math.aau.dk>",
  "_user": "mlindsk",
  "_type": "src",
  "_file": "ess_1.1.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/87f6c0268337459a2415fa3f91d49af0bf080b9807df222a79fff1896364277a",
  "_filesize": 221535,
  "_sha256": "87f6c0268337459a2415fa3f91d49af0bf080b9807df222a79fff1896364277a",
  "_expires": "2026-10-12T19:35:05.000Z",
  "_created": "2026-06-24T11:02:45.000Z",
  "_published": "2026-07-04T19:35:07.952Z",
  "_jobs": [
    {
      "job": 85160983537,
      "time": 144,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7847632004"
    },
    {
      "job": 85160983514,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7847625392"
    },
    {
      "job": 85160983636,
      "time": 144,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7847632228"
    },
    {
      "job": 85160983638,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7847625184"
    },
    {
      "job": 85160983509,
      "time": 189,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7847641987"
    },
    {
      "job": 85160983625,
      "time": 492,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7847758866"
    },
    {
      "job": 85160983574,
      "time": 84,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7847611015"
    },
    {
      "job": 85160983567,
      "time": 282,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7847686144"
    },
    {
      "job": 85160983520,
      "time": 215,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7847578177"
    },
    {
      "job": 85160983480,
      "time": 122,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7847623291"
    },
    {
      "job": 85160983554,
      "time": 131,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7847625895"
    },
    {
      "job": 85160983584,
      "time": 95,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7847614276"
    },
    {
      "job": 85160983544,
      "time": 96,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7847614284"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708",
  "_status": "success",
  "_upstream": "https://github.com/mlindsk/ess",
  "_commit": {
    "id": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
    "author": "Mads <mads@math.aau.dk>",
    "committer": "Mads <mads@math.aau.dk>",
    "message": "v1.1.2\n",
    "time": 1634110705
  },
  "_maintainer": {
    "name": "Mads Lindskou",
    "email": "mads@math.aau.dk",
    "login": "mlindsk",
    "description": "",
    "uuid": 42496064
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "mlindsk",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "chow-liu-tree",
    "decomposable-models",
    "graphical-models",
    "model-selection",
    "cpp"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "mlindsk",
      "count": 15,
      "uuid": 42496064
    }
  ],
  "_userbio": {
    "uuid": 42496064,
    "type": "user",
    "name": "mlindsk",
    "followers": 13
  },
  "_downloads": {
    "count": 284,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ess"
  },
  "_devurl": "https://github.com/mlindsk/ess",
  "_searchresults": 48,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ess.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mlindsk/ess",
  "_realowner": "mlindsk",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2017-11-07"
    },
    {
      "version": "0.1.1",
      "date": "2018-03-02"
    },
    {
      "version": "1.0",
      "date": "2020-05-24"
    },
    {
      "version": "1.1.2",
      "date": "2021-05-31"
    },
    {
      "version": "1.1.2.1",
      "date": "2026-01-10"
    }
  ],
  "_exports": [
    "adj_lst",
    "adj_mat",
    "as_adj_lst",
    "as_adj_mat",
    "as_igraph",
    "components",
    "dfs",
    "dgm_sim_from_graph",
    "entropy",
    "fit_components",
    "fit_graph",
    "gengraph",
    "is_decomposable",
    "make_complete_graph",
    "make_null_graph",
    "mcs",
    "rip",
    "subgraph",
    "walk"
  ],
  "_datasets": [
    {
      "name": "derma",
      "title": "Dermatology Database",
      "object": "derma",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "c1",
        "c2",
        "c3",
        "c4",
        "c5",
        "c6",
        "c7",
        "c8",
        "c9",
        "c10",
        "c11",
        "h12",
        "h13",
        "h14",
        "h15",
        "h16",
        "h17",
        "h18",
        "h19",
        "h20",
        "h21",
        "h22",
        "h23",
        "h24",
        "h25",
        "h26",
        "h27",
        "h28",
        "h29",
        "h30",
        "h31",
        "h32",
        "h33",
        "age",
        "ES"
      ],
      "rows": 358,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "ess-package",
      "title": "ess: Eficient Stepwise Selection in Decomposable Models",
      "topics": [
        "ess-package",
        "ess"
      ]
    },
    {
      "page": "adj_lst",
      "title": "Adjacency List",
      "topics": [
        "adj_lst",
        "adj_lst.gengraph"
      ]
    },
    {
      "page": "adj_mat",
      "title": "Adjacency Matrix",
      "topics": [
        "adj_mat",
        "adj_mat.gengraph"
      ]
    },
    {
      "page": "as_adj_lst",
      "title": "Converts an adjacency matrix to an adjacency list",
      "topics": [
        "as_adj_lst"
      ]
    },
    {
      "page": "as_adj_mat",
      "title": "Converts an adjacency list to an adjacency matrix",
      "topics": [
        "as_adj_mat"
      ]
    },
    {
      "page": "as_igraph",
      "title": "Gengraph as igraph",
      "topics": [
        "as_igraph",
        "as_igraph.gengraph"
      ]
    },
    {
      "page": "components",
      "title": "Finds the components of a graph",
      "topics": [
        "components"
      ]
    },
    {
      "page": "derma",
      "title": "Dermatology Database",
      "topics": [
        "derma"
      ]
    },
    {
      "page": "dfs",
      "title": "Depth First Search",
      "topics": [
        "dfs"
      ]
    },
    {
      "page": "dgm_sim_from_graph",
      "title": "Simulate observations from a decomposable graphical model",
      "topics": [
        "dgm_sim_from_graph"
      ]
    },
    {
      "page": "entropy",
      "title": "Joint Entropy",
      "topics": [
        "entropy"
      ]
    },
    {
      "page": "fit_components",
      "title": "Fit a decomposable graphical model on each component",
      "topics": [
        "fit_components"
      ]
    },
    {
      "page": "fit_graph",
      "title": "Fit a decomposable graphical model",
      "topics": [
        "fit_graph"
      ]
    },
    {
      "page": "gengraph",
      "title": "A generic and extendable structure for decomposable graphical models",
      "topics": [
        "gengraph"
      ]
    },
    {
      "page": "is_decomposable",
      "title": "A test for decomposability in undirected graphs",
      "topics": [
        "is_decomposable"
      ]
    },
    {
      "page": "make_complete_graph",
      "title": "Make a complete graph",
      "topics": [
        "make_complete_graph"
      ]
    },
    {
      "page": "make_null_graph",
      "title": "Make a null graph",
      "topics": [
        "make_null_graph"
      ]
    },
    {
      "page": "mcs",
      "title": "Maximum Cardinality Search",
      "topics": [
        "mcs"
      ]
    },
    {
      "page": "plot.gengraph",
      "title": "Plot",
      "topics": [
        "plot.gengraph"
      ]
    },
    {
      "page": "print.gengraph",
      "title": "Print",
      "topics": [
        "print.gengraph"
      ]
    },
    {
      "page": "print.tree",
      "title": "Print",
      "topics": [
        "print.tree"
      ]
    },
    {
      "page": "rip",
      "title": "Runnining Intersection Property",
      "topics": [
        "rip"
      ]
    },
    {
      "page": "subgraph",
      "title": "Subgraph",
      "topics": [
        "subgraph"
      ]
    },
    {
      "page": "walk",
      "title": "Stepwise model selection",
      "topics": [
        "walk"
      ]
    },
    {
      "page": "walk.bwd",
      "title": "Stepwise backward selection",
      "topics": [
        "walk.bwd"
      ]
    },
    {
      "page": "walk.fwd",
      "title": "Stepwise efficient forward selection in decomposable graphical models",
      "topics": [
        "walk.fwd"
      ]
    }
  ],
  "_readme": "https://github.com/mlindsk/ess/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "glue",
    "igraph",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "pkgconfig",
    "Rcpp",
    "rlang",
    "vctrs"
  ],
  "_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.857332496431268,
  "_indexed": true,
  "_nocasepkg": "ess",
  "_universes": [
    "mlindsk"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.2",
      "date": "2026-06-24T11:05:14.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
      "fileid": "https://r2.ropensci.org/dcbc523166cd091e18f721ce3c20e1d2d44ef1ecaf8acf15192429fae6f13860",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.2",
      "date": "2026-06-24T11:04:53.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
      "fileid": "https://r2.ropensci.org/64b92df392577b2f3a65acc590e8516930500522b74ce0f913cd88d1d58a56a8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.2",
      "date": "2026-06-24T11:05:16.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
      "fileid": "https://r2.ropensci.org/a2dcaaae50fc8e7746c260cecec7e5f976ab99d00ad9a1df2d37c7c216068f22",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.2",
      "date": "2026-06-24T11:04:49.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
      "fileid": "https://r2.ropensci.org/15ac46889474575456bcc510e51a95afa72e62705568e8043f103028fcbaf8ce",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.2",
      "date": "2026-06-24T11:05:38.000Z",
      "arch": "aarch64",
      "commit": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
      "fileid": "https://r2.ropensci.org/9309ae4fa14143e40104bea91e0f1215b5ed9db38dcdb6ee055719ae726079b3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.2",
      "date": "2026-06-24T11:09:50.000Z",
      "arch": "x86_64",
      "commit": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
      "fileid": "https://r2.ropensci.org/8e8918c042b7e49274e2ded0e9926913c9c9da195bb8bfbc903df1a4bce44f01",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.2",
      "date": "2026-06-24T11:04:17.000Z",
      "arch": "aarch64",
      "commit": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
      "fileid": "https://r2.ropensci.org/2a345b2c6159ba433a45d248663f47373fd405adbc8e6492fd9175c372f71da0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.2",
      "date": "2026-06-24T11:06:30.000Z",
      "arch": "x86_64",
      "commit": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
      "fileid": "https://r2.ropensci.org/18a8b2934e35141a8f8ac9adfd115064dff3aa2d28619614d868495260122910",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.2",
      "date": "2026-06-24T11:05:05.000Z",
      "arch": "emscripten",
      "commit": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
      "fileid": "https://r2.ropensci.org/27fc2993feee9b455caf67036ed879327169c7c6dbee2f2441945e1858efeac6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.2",
      "date": "2026-06-24T11:04:22.000Z",
      "arch": "x86_64",
      "commit": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
      "fileid": "https://r2.ropensci.org/265fc96be1a277b1b02f34756d22c79b89099435084bcff45db4008c19fea6a6",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.2",
      "date": "2026-06-24T11:03:54.000Z",
      "arch": "x86_64",
      "commit": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
      "fileid": "https://r2.ropensci.org/ed751cd1d8aa85a46fa69df7de792af15d94da199fbce9c868f7ce47e7246bc4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.2",
      "date": "2026-06-24T11:03:55.000Z",
      "arch": "x86_64",
      "commit": "fbd5e5f718dde4cdf57eb1954833b9d09596d1f5",
      "fileid": "https://r2.ropensci.org/753e47f4b4d08818a619e734a4052e59b68e1a8bb18dddc0ce1b8ca69289a934",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mlindsk/actions/runs/28093705708"
    }
  ]
}