{"id":18444891,"url":"https://github.com/spsanderson/randomwalker","last_synced_at":"2025-04-07T23:33:36.707Z","repository":{"id":248120950,"uuid":"827615072","full_name":"spsanderson/RandomWalker","owner":"spsanderson","description":"R Package for Random Walks","archived":false,"fork":false,"pushed_at":"2024-10-24T01:55:33.000Z","size":26921,"stargazers_count":5,"open_issues_count":13,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-25T13:35:51.827Z","etag":null,"topics":["r","random-walk","random-walks","rpackages","rstats"],"latest_commit_sha":null,"homepage":"http://www.spsanderson.com/RandomWalker/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spsanderson.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-12T02:49:09.000Z","updated_at":"2024-10-24T01:55:37.000Z","dependencies_parsed_at":"2024-08-04T12:28:51.219Z","dependency_job_id":"402aef76-d346-40d2-8b1d-3254f58a9d88","html_url":"https://github.com/spsanderson/RandomWalker","commit_stats":null,"previous_names":["spsanderson/randomwalker"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spsanderson%2FRandomWalker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spsanderson%2FRandomWalker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spsanderson%2FRandomWalker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spsanderson%2FRandomWalker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spsanderson","download_url":"https://codeload.github.com/spsanderson/RandomWalker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223297240,"owners_count":17121977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["r","random-walk","random-walks","rpackages","rstats"],"created_at":"2024-11-06T07:04:08.249Z","updated_at":"2024-11-06T07:04:08.924Z","avatar_url":"https://github.com/spsanderson.png","language":"R","readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\",\n  message = FALSE,\n  warning = FALSE\n)\n```\n\n# RandomWalker \u003cimg src=\"man/figures/logo.png\" width=\"147\" height=\"170\" align=\"right\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/RandomWalker)](https://cran.r-project.org/package=RandomWalker)\n![](https://cranlogs.r-pkg.org/badges/RandomWalker)\n![](https://cranlogs.r-pkg.org/badges/grand-total/RandomWalker)\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html##experimental)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)\n\u003c!-- badges: end --\u003e\n\nThe goal of RandomWalker is to allow users to easily create Random Walks of different\ntypes that are compatible with the `tidyverse` suite of packages. The package is\ncurrently in the experimental stage of development.\n\n## Installation\n\nYou can install the released version of {TidyDensity} from CRAN with:\n\n```r\ninstall.packages(\"RandomWalker\")\n```\n\nYou can install the development version of RandomWalker from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"spsanderson/RandomWalker\")\n```\n\n## Example\n\nThis is a basic example which shows you how to solve a common problem:\n\n```{r rw30_example}\nlibrary(RandomWalker)\n## basic example code\nrw30() |\u003e\n  head(10)\n```\n\nHere is a basic visualization of a Random Walk:\n\n```{r random_walk_visual_example}\n#| fig.alt: \u003e\n#|   Visualize a Random Walk of 30 simulations\nrw30() |\u003e\n  visualize_walks()\n```\n\nHere is a basic summary of the random walks:\n\n```{r random_walk_summary}\nrw30() |\u003e\n  summarize_walks(.value = y)\n\nrw30() |\u003e\n  summarize_walks(.value = y, .group_var = walk_number)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspsanderson%2Frandomwalker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspsanderson%2Frandomwalker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspsanderson%2Frandomwalker/lists"}