{
  "_id": "6a0f68fbacfb0bcc41c5dca1",
  "Package": "BrownianMotion",
  "Type": "Package",
  "Title": "Brownian Motion Simulations",
  "Version": "0.3.0",
  "Authors@R": "c(person(\"Louis\", \"Aslett\", role = c(\"aut\", \"cre\"),\nemail = \"louis.aslett@durham.ac.uk\"),\nperson(\"Murray\", \"Pollock\", role = \"aut\",\nemail = \"murray.pollock@gmail.com\"))",
  "Description": "An implementation of algorithms for simulation of\n(multivariate) Brownian motion trajectories, including simple\nunconditional simulation, Brownian bridges, as well as layered\nand localised Brownian motion simulators.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.1",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libgmp3-dev libmpfr-dev",
  "Repository": "https://louisaslett.r-universe.dev",
  "Date/Publication": "2024-07-08 09:02:25 UTC",
  "RemoteUrl": "https://github.com/louisaslett/BrownianMotion",
  "RemoteRef": "HEAD",
  "RemoteSha": "75fe105b4e01da33bcfb73e6bffe484f704c8f5a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 09:03:32 UTC",
    "User": "root"
  },
  "Author": "Louis Aslett [aut, cre],\nMurray Pollock [aut]",
  "Maintainer": "Louis Aslett <louis.aslett@durham.ac.uk>",
  "MD5sum": "f3f1d6be6dddd71c01770d6062cbf49d",
  "_user": "louisaslett",
  "_type": "src",
  "_file": "BrownianMotion_0.3.0.tar.gz",
  "_fileid": "c4cc70448a4875eb9bd5682588b7d9783137f8a63a586ffd8185946962b71e55",
  "_filesize": 4180362,
  "_sha256": "c4cc70448a4875eb9bd5682588b7d9783137f8a63a586ffd8185946962b71e55",
  "_created": "2026-05-21T09:03:32.000Z",
  "_published": "2026-05-21T20:20:11.896Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77260924513,
      "time": 175,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7131667294"
    },
    {
      "job": 77260923910,
      "time": 156,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7131660983"
    },
    {
      "job": 77260924267,
      "time": 135,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7131653764"
    },
    {
      "job": 77260924384,
      "time": 128,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7131650494"
    },
    {
      "job": 77260923639,
      "time": 246,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7131604902"
    },
    {
      "job": 77260923597,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7146283740"
    },
    {
      "job": 77260923847,
      "time": 108,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7131644478"
    },
    {
      "job": 77260924259,
      "time": 232,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7131686812"
    },
    {
      "job": 77260924496,
      "time": 107,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7131643800"
    }
  ],
  "_buildurl": "https://github.com/r-universe/louisaslett/actions/runs/26216202423",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/louisaslett/BrownianMotion",
  "_commit": {
    "id": "75fe105b4e01da33bcfb73e6bffe484f704c8f5a",
    "author": "Louis Aslett <louis.aslett@durham.ac.uk>",
    "committer": "Louis Aslett <louis.aslett@durham.ac.uk>",
    "message": "Add missing brutemesh function\n",
    "time": 1720429345
  },
  "_maintainer": {
    "name": "Louis Aslett",
    "email": "louis.aslett@durham.ac.uk",
    "login": "louisaslett",
    "mastodon": "@louisaslett@fosstodon.org",
    "bluesky": "@louisaslett.bsky.social",
    "linkedin": "in/louisaslett",
    "twitter": "@louisaslett",
    "description": "Professor of Statistics, Department of Mathematical Sciences, Durham University, UK",
    "uuid": 5246125
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "patchwork",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "Rmpfr",
      "role": "Imports"
    },
    {
      "package": "statmod",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "sf",
      "role": "Suggests"
    }
  ],
  "_owner": "louisaslett",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "brownian-motion"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "louisaslett",
      "count": 120,
      "uuid": 5246125
    },
    {
      "user": "mpoll",
      "count": 4,
      "uuid": 26206310
    }
  ],
  "_userbio": {
    "uuid": 5246125,
    "type": "user",
    "name": "Louis Aslett",
    "description": "Professor of Statistics, Department of Mathematical Sciences, Durham University, UK"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/BrownianMotion"
  },
  "_devurl": "https://github.com/louisaslett/brownianmotion",
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/BrownianMotion.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "add.labels",
    "add.points",
    "add.segment",
    "concat.bm",
    "create.bm",
    "delete.labels",
    "delete.skeleton",
    "first.passage",
    "layers",
    "refine",
    "sim"
  ],
  "_help": [
    {
      "page": "add.labels",
      "title": "Manually add labels after simulation",
      "topics": [
        "add.labels"
      ]
    },
    {
      "page": "add.points",
      "title": "Manually specify the value of a point in the skeleton",
      "topics": [
        "add.points"
      ]
    },
    {
      "page": "add.segment",
      "title": "Create / move a segment",
      "topics": [
        "add.segment"
      ]
    },
    {
      "page": "concat.bm",
      "title": "Copy / Concatenate Brownian motion objects",
      "topics": [
        "concat.bm"
      ]
    },
    {
      "page": "create.bm",
      "title": "Create a Brownian motion object",
      "topics": [
        "create.bm"
      ]
    },
    {
      "page": "delete.labels",
      "title": "Manually delete labels after simulation",
      "topics": [
        "delete.labels"
      ]
    },
    {
      "page": "delete.skeleton",
      "title": "Eliminate parts of path, layer or both from the skeleton",
      "topics": [
        "delete.skeleton"
      ]
    },
    {
      "page": "first.passage",
      "title": "Find a first passage time and state",
      "topics": [
        "first.passage"
      ]
    },
    {
      "page": "layers",
      "title": "Construct new layers",
      "topics": [
        "layers"
      ]
    },
    {
      "page": "refine",
      "title": "Refine an intersection layer",
      "topics": [
        "refine"
      ]
    },
    {
      "page": "sim",
      "title": "Simulate Brownian motion at a target time",
      "topics": [
        "sim"
      ]
    }
  ],
  "_readme": "https://github.com/louisaslett/BrownianMotion/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "checkmate",
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gmp",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "magrittr",
    "patchwork",
    "pillar",
    "pkgconfig",
    "R6",
    "RColorBrewer",
    "rlang",
    "Rmpfr",
    "S7",
    "scales",
    "statmod",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "tutorial.Rmd",
      "filename": "tutorial.html",
      "title": "Tutorial for BrownianMotion package",
      "engine": "knitr::rmarkdown",
      "headings": [
        "One Dimension",
        "Standard simulation",
        "Unconditional simulation",
        "Brownian bridge simulation",
        "A peek under the hood",
        "Manipulating and existing skeleton",
        "Cautionary note on bm objects",
        "Layers, layers, everywhere!",
        "Bessel",
        "Localised",
        "First passage times",
        "Localised layer over a specified interval",
        "(Another) peek under the hood",
        "Intersection",
        "(Yet Another) peek under the hood",
        "Refinement",
        "Deletion",
        "Segments",
        "Path Concatenation",
        "Multiple Dimensions",
        "Creation",
        "Other Functions",
        "A final peek under the hood",
        "Plotting",
        "References"
      ],
      "created": "2021-05-26 16:25:52",
      "modified": "2022-03-30 17:07:32",
      "commits": 13
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "brownianmotion",
  "_universes": [
    "louisaslett"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-05-21T09:06:04.000Z",
      "distro": "noble",
      "commit": "75fe105b4e01da33bcfb73e6bffe484f704c8f5a",
      "fileid": "538ba2bac2ffb34fa167e0ae35a3aa29ea958446e43ef92c685f9a418961d848",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/louisaslett/actions/runs/26216202423"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-05-21T09:05:53.000Z",
      "distro": "noble",
      "commit": "75fe105b4e01da33bcfb73e6bffe484f704c8f5a",
      "fileid": "1f316b278ad66ac03280fafff3ec99faa53798478af6b3b9104d9dd501b219da",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/louisaslett/actions/runs/26216202423"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-05-21T09:05:31.000Z",
      "commit": "75fe105b4e01da33bcfb73e6bffe484f704c8f5a",
      "fileid": "929fdb0e98d78bfa8bc7dca3eca5ec79c8aa2de2cc4bbb33cc6746029a560b5f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/louisaslett/actions/runs/26216202423"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-05-21T09:05:30.000Z",
      "commit": "75fe105b4e01da33bcfb73e6bffe484f704c8f5a",
      "fileid": "e4523fdb4ac9a40a48387133db5fd98de61667fac41c0aac5fea17a83506015f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/louisaslett/actions/runs/26216202423"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-05-21T20:19:53.000Z",
      "commit": "75fe105b4e01da33bcfb73e6bffe484f704c8f5a",
      "fileid": "2be8dcda60ff1df0aabaa982b2bd739b06655a3068bfb2c71a170a8f4c15d841",
      "status": "success",
      "buildurl": "https://github.com/r-universe/louisaslett/actions/runs/26216202423"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-21T09:04:58.000Z",
      "commit": "75fe105b4e01da33bcfb73e6bffe484f704c8f5a",
      "fileid": "e02011f1294a6a829127c1bd74ad6cf6da20f592b8afcd8af0871a3d5fd82d5b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/louisaslett/actions/runs/26216202423"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-21T09:06:53.000Z",
      "commit": "75fe105b4e01da33bcfb73e6bffe484f704c8f5a",
      "fileid": "c42ebf9bd04cf977ebfd32b87a33f4e5d151bf59ff3bd90d5ad296fd8278655b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/louisaslett/actions/runs/26216202423"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-21T09:04:54.000Z",
      "commit": "75fe105b4e01da33bcfb73e6bffe484f704c8f5a",
      "fileid": "490b3f450c8ac36bcd13274c9cf62e1e287cf1efabce21e1e35dd3f139e8752c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/louisaslett/actions/runs/26216202423"
    }
  ]
}