{
  "_id": "6a267927794753ddbc3ed078",
  "Package": "fibre",
  "Title": "Fast Evolutionary Trait Modelling on Phylogenies using Branch\nRegression Models",
  "Version": "0.0.0.9000",
  "Authors@R": "person(given = \"Russell\",\nfamily = \"Dinnage\",\nrole = c(\"aut\", \"cre\"),\nemail = \"r.dinnage@gmail.com\",\ncomment = c(ORCID = \"0000-0003-0846-2819\"))",
  "Description": "Implements Phylogenetic Branch Regression models which\nallow for flexible and versatile models of evolution along a\nphylogeny. The model can be used to detect shifts in rates of\nevolution along branches. The model uses a continuous and\nlinear model structure and so can be easily combined with other\nnon-phylogenetic statistical structures, as long as they are\nimplemented using the R package INLA. One major uses of this\nare to condition on phylogeny in a standard regression between\ntwo traits, thus 'accounting' for phylogenetic structure in the\nresponse variable, similar to how pgls is used but allowing for\na more flexible phylogenetic model. This also allows the\nphylogenetic model to be combined with the spatial models that\nINLA excels at (and with comparable flexibility to those\nspatial models).",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Remotes": [
    "rdinnager/phyf"
  ],
  "URL": "https://rdinnager.github.io/fibre/",
  "Additional_repositories": "https://inla.r-inla-download.org/R/stable",
  "Config/pak/sysreqs": "libabsl-dev libcairo2-dev cmake libfontconfig1-dev\nlibfreetype6-dev libgdal-dev gdal-bin libgeos-dev libglpk-dev\nmake libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev\nlibproj-dev libsqlite3-dev libudunits2-dev",
  "Repository": "https://rdinnager.r-universe.dev",
  "Date/Publication": "2024-12-10 13:23:58 UTC",
  "RemoteUrl": "https://github.com/rdinnager/fibre",
  "RemoteRef": "HEAD",
  "RemoteSha": "069e04c036172e1a6a0c39472bd499a33d231a4f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 07:46:02 UTC",
    "User": "root"
  },
  "Author": "Russell Dinnage [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-0846-2819>)",
  "Maintainer": "Russell Dinnage <r.dinnage@gmail.com>",
  "MD5sum": "a1d58168998c7303de5be01e3f333952",
  "_user": "rdinnager",
  "_type": "src",
  "_file": "fibre_0.0.0.9000.tar.gz",
  "_fileid": "80b1903153113114848f112f91a426b107d3317dbfda343aa4f53cdc12361573",
  "_filesize": 4403649,
  "_sha256": "80b1903153113114848f112f91a426b107d3317dbfda343aa4f53cdc12361573",
  "_created": "2026-06-08T07:46:02.000Z",
  "_published": "2026-06-08T08:11:19.055Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80045519035,
      "time": 235,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7474301419"
    },
    {
      "job": 80045518921,
      "time": 1458,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 80045518951,
      "time": 223,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7474289189"
    },
    {
      "job": 80045518873,
      "time": 288,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7474306561"
    },
    {
      "job": 80044587363,
      "time": 363,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7474226756"
    },
    {
      "job": 80045518934,
      "time": 197,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474289266"
    },
    {
      "job": 80045518888,
      "time": 159,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7474277963"
    },
    {
      "job": 80045518901,
      "time": 41,
      "config": "windows-oldrel",
      "r": "",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 80045519093,
      "time": 146,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7474274423"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rdinnager/actions/runs/27123038961",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rdinnager/fibre",
  "_commit": {
    "id": "069e04c036172e1a6a0c39472bd499a33d231a4f",
    "author": "rdinnager <r.dinnage@gmail.com>",
    "committer": "rdinnager <r.dinnage@gmail.com>",
    "message": "updating documentation\n",
    "time": 1733837038
  },
  "_maintainer": {
    "name": "Russell Dinnage",
    "email": "r.dinnage@gmail.com",
    "login": "rdinnager",
    "orcid": "0000-0003-0846-2819",
    "twitter": "@ecologician",
    "description": "",
    "uuid": 5945401
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "ape",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "fastmatch",
      "role": "Imports"
    },
    {
      "package": "MCMCglmm",
      "role": "Imports"
    },
    {
      "package": "phytools",
      "role": "Imports"
    },
    {
      "package": "phangorn",
      "role": "Imports"
    },
    {
      "package": "ivs",
      "role": "Imports"
    },
    {
      "package": "phyf",
      "version": ">= 0.0.0.9000",
      "role": "Imports"
    },
    {
      "package": "hardhat",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.4.11",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "zeallot",
      "role": "Imports"
    },
    {
      "package": "torch",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "generics",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "skimr",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "bench",
      "role": "Suggests"
    },
    {
      "package": "RPANDA",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "INLA",
      "role": "Suggests"
    },
    {
      "package": "tidytree",
      "role": "Suggests"
    },
    {
      "package": "recipes",
      "role": "Suggests"
    },
    {
      "package": "learnr",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "rgl",
      "role": "Suggests"
    },
    {
      "package": "patchwork",
      "role": "Suggests"
    },
    {
      "package": "rmarchingcubes",
      "role": "Suggests"
    },
    {
      "package": "Rvcg",
      "role": "Suggests"
    },
    {
      "package": "orientlib",
      "role": "Suggests"
    },
    {
      "package": "Morpho",
      "role": "Suggests"
    },
    {
      "package": "einsum",
      "role": "Suggests"
    },
    {
      "package": "imager",
      "role": "Suggests"
    },
    {
      "package": "movMF",
      "role": "Suggests"
    },
    {
      "package": "furrr",
      "role": "Suggests"
    },
    {
      "package": "ggridges",
      "role": "Suggests"
    },
    {
      "package": "ggforce",
      "role": "Suggests"
    }
  ],
  "_owner": "rdinnager",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "rdinnager",
      "count": 47,
      "uuid": 5945401
    }
  ],
  "_userbio": {
    "uuid": 5945401,
    "type": "user",
    "name": "Russell Dinnage"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fibre"
  },
  "_devurl": "https://github.com/rdinnager/fibre",
  "_pkgdown": "https://rdinnager.github.io/fibre/",
  "_searchresults": 35,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fibre.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    ":=",
    ".data",
    "%>%",
    "as_label",
    "as_name",
    "augment",
    "autoplot",
    "bre",
    "bre_brownian",
    "bre_second_order",
    "default_camera",
    "default_light",
    "enquo",
    "enquos",
    "evo_autodecoder",
    "fibre",
    "fibre_formula_blueprint",
    "get_aces",
    "get_camera_position",
    "get_rates",
    "get_tces",
    "get_tips",
    "glance",
    "load_bird_beak_model",
    "load_model",
    "re",
    "sdf_net",
    "simulate_traits",
    "tidy"
  ],
  "_help": [
    {
      "page": "bre",
      "title": "Specify a branch length (random) effect",
      "topics": [
        "bre"
      ]
    },
    {
      "page": "bre_brownian",
      "title": "Specify a branch length (random) effect for a Brownian motion model",
      "topics": [
        "bre_brownian"
      ]
    },
    {
      "page": "bre_second_order",
      "title": "Specify a branch length (random) effect for a 'Second Order' Brownian motion model",
      "topics": [
        "bre_second_order"
      ]
    },
    {
      "page": "evo_autodecoder",
      "title": "Create a Evolutionary Autodecoder Model",
      "topics": [
        "evo_autodecoder"
      ]
    },
    {
      "page": "fibre",
      "title": "Fit a 'fibre'",
      "topics": [
        "fibre",
        "fibre.data.frame",
        "fibre.default",
        "fibre.formula",
        "fibre.matrix",
        "fibre.recipe"
      ]
    },
    {
      "page": "get_aces",
      "title": "Title",
      "topics": [
        "get_aces"
      ]
    },
    {
      "page": "get_rates",
      "title": "Title",
      "topics": [
        "get_rates"
      ]
    },
    {
      "page": "get_tces",
      "title": "Title",
      "topics": [
        "get_tces"
      ]
    },
    {
      "page": "get_tips",
      "title": "Title",
      "topics": [
        "get_tips"
      ]
    },
    {
      "page": "load_model",
      "title": "Load a model",
      "topics": [
        "load_model"
      ]
    },
    {
      "page": "predict.fibre",
      "title": "Predict from a 'fibre'",
      "topics": [
        "predict.fibre"
      ]
    },
    {
      "page": "re",
      "title": "Specify a random effect",
      "topics": [
        "re"
      ]
    },
    {
      "page": "sdf_net",
      "title": "A signed distance field based neural network model for generating 3d shapes",
      "topics": [
        "sdf_net"
      ]
    },
    {
      "page": "simulate_traits",
      "title": "Function to simulate continuous trait value histories on a phylogeny.",
      "topics": [
        "simulate_traits"
      ]
    },
    {
      "page": "tidy.fibre",
      "title": "Tidy Model Results",
      "topics": [
        "tidy.fibre"
      ]
    }
  ],
  "_pkglogo": "https://github.com/rdinnager/fibre/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/rdinnager/fibre/raw/HEAD/README.md",
  "_rundeps": [
    "ape",
    "aplot",
    "assertthat",
    "base64enc",
    "bit",
    "bit64",
    "bslib",
    "cachem",
    "callr",
    "class",
    "classInt",
    "cli",
    "clusterGeneration",
    "coda",
    "codetools",
    "combinat",
    "coro",
    "corpcor",
    "cpp11",
    "cubature",
    "DBI",
    "DEoptim",
    "desc",
    "digest",
    "doParallel",
    "dplyr",
    "e1071",
    "evaluate",
    "expm",
    "farver",
    "fastmap",
    "fastmatch",
    "fmesher",
    "fontawesome",
    "fontBitstreamVera",
    "fontLiberation",
    "fontquiver",
    "foreach",
    "fs",
    "gdtools",
    "generics",
    "ggfun",
    "ggiraph",
    "ggplot2",
    "ggplotify",
    "ggtree",
    "glmnet",
    "glue",
    "gridGraphics",
    "gtable",
    "hardhat",
    "highr",
    "htmltools",
    "htmlwidgets",
    "igraph",
    "inlabru",
    "isoband",
    "iterators",
    "ivs",
    "jquerylib",
    "jsonlite",
    "KernSmooth",
    "knitr",
    "labeling",
    "lattice",
    "lazyeval",
    "lifecycle",
    "magrittr",
    "maps",
    "MASS",
    "Matrix",
    "MatrixModels",
    "MCMCglmm",
    "memoise",
    "mime",
    "mnormt",
    "nlme",
    "numDeriv",
    "optimParallel",
    "otel",
    "patchwork",
    "phangorn",
    "phyf",
    "phytools",
    "pillar",
    "pkgconfig",
    "plyr",
    "processx",
    "proxy",
    "ps",
    "purrr",
    "quadprog",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "repr",
    "rlang",
    "rmarkdown",
    "s2",
    "S7",
    "safetensors",
    "sass",
    "scales",
    "scatterplot3d",
    "sf",
    "shape",
    "skimr",
    "sp",
    "sparsevctrs",
    "splancs",
    "stringi",
    "stringr",
    "survival",
    "systemfonts",
    "tensorA",
    "tibble",
    "tidyr",
    "tidyselect",
    "tidytree",
    "tinytex",
    "torch",
    "treeio",
    "units",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "wk",
    "xfun",
    "yaml",
    "yulab.utils",
    "zeallot"
  ],
  "_score": 2.720159303405957,
  "_indexed": true,
  "_nocasepkg": "fibre",
  "_universes": [
    "rdinnager"
  ],
  "_binaries": [
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-09T08:27:33.000Z",
      "commit": "069e04c036172e1a6a0c39472bd499a33d231a4f",
      "fileid": "eb1d4d8b2441c3d772bc23a1852a0a719ce8b4490ffbe773ef59598694362571",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/25596371029"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-06-08T07:49:42.000Z",
      "distro": "noble",
      "commit": "069e04c036172e1a6a0c39472bd499a33d231a4f",
      "fileid": "eaffdc53ccad2991a4c494e8e8249b86fa7a7c785ded2e6d5adcd8b13b9e670b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/27123038961"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-06-08T07:46:03.000Z",
      "distro": "noble",
      "commit": "069e04c036172e1a6a0c39472bd499a33d231a4f",
      "fileid": "28a047a93366757081b25f4ff37b349ce292543b8689058884de9cb712b39f85",
      "status": "failure",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/27123038961"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-06-08T07:49:10.000Z",
      "commit": "069e04c036172e1a6a0c39472bd499a33d231a4f",
      "fileid": "a1a9a909287aae2f8b5d6066d0f94ce1431b763cb2cea1301123b98d0d366703",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/27123038961"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-06-08T07:49:54.000Z",
      "commit": "069e04c036172e1a6a0c39472bd499a33d231a4f",
      "fileid": "fa054e0fed571da25fbab617614a0093152c8e92a53581517f3e42f93d3d0918",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/27123038961"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9000",
      "date": "2026-06-08T07:49:58.000Z",
      "commit": "069e04c036172e1a6a0c39472bd499a33d231a4f",
      "fileid": "6166c37aeddbeb8691b9b656bce77b16c8274f578ee6781a6ea4b7d72d94e481",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/27123038961"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-06-08T07:48:18.000Z",
      "commit": "069e04c036172e1a6a0c39472bd499a33d231a4f",
      "fileid": "0c47b75130ce6ed77dac40916cd15b02d7081eb5cb8b7c7aa101068b0ffb91b8",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/27123038961"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-06-08T07:48:23.000Z",
      "commit": "069e04c036172e1a6a0c39472bd499a33d231a4f",
      "fileid": "28d344c7bc69ff5c9a362642b22475ede3ae1ba3162e62c0dce523d0033a93df",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/27123038961"
    }
  ]
}