{"id":15373707,"url":"https://github.com/maxheld83/wama","last_synced_at":"2026-01-06T18:06:49.060Z","repository":{"id":73225263,"uuid":"386703265","full_name":"maxheld83/wama","owner":"maxheld83","description":"Automating loading workflows during local development.","archived":false,"fork":false,"pushed_at":"2021-08-31T11:50:41.000Z","size":71,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T00:27:20.781Z","etag":null,"topics":["development","package","rstats","shiny","watcher"],"latest_commit_sha":null,"homepage":"https://www.maxheld.de/wama","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/maxheld83.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-07-16T16:39:49.000Z","updated_at":"2021-08-31T11:48:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"eefed83b-a189-4323-8c7a-a81d3e9d98cd","html_url":"https://github.com/maxheld83/wama","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"7d042c0746ee0776694fe05a1fa009978690a7ea"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxheld83%2Fwama","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxheld83%2Fwama/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxheld83%2Fwama/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxheld83%2Fwama/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxheld83","download_url":"https://codeload.github.com/maxheld83/wama/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245931826,"owners_count":20695961,"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":["development","package","rstats","shiny","watcher"],"created_at":"2024-10-01T13:56:07.566Z","updated_at":"2026-01-06T18:06:49.054Z","avatar_url":"https://github.com/maxheld83.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wama\n\n\u003c!-- badges: start --\u003e\n[![.github/workflows/main.yaml](https://github.com/maxheld83/wama/actions/workflows/main.yaml/badge.svg)](https://github.com/maxheld83/wama/actions/workflows/main.yaml)\n[![Codecov test coverage](https://codecov.io/gh/maxheld83/wama/branch/master/graph/badge.svg)](https://codecov.io/gh/maxheld83/wama?branch=master)\n[![CRAN status](https://www.r-pkg.org/badges/version/biblids)](https://CRAN.R-project.org/package=biblids)\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n\u003c!-- badges: end --\u003e\n\n\u003e Wama\n\u003e [ˈvama] *noun*\n\u003e German acronym for *Waschmaschine* (washer)\n\nWhen iterating during local development, there's a lot of *lather*, *rinse*, *repeat*.\nwama does it for you, in the background.\n\nFor example, you might often want to run:\n\n1. `devtools::document()`\n2. `pkgdown::build_site()`\n3. `pkgdown::preview_site()`\n\nand other such workflows.\n\nExisting keyboard shortcuts are a great help, but sometimes even that is too much of a hassle.\n\nFor rapid iterations, especially on shiny apps or when polishing the documentation, automatically re-running these steps saves time and helps you stay focused.\n\nwama watches relevant files and folders for changes, and then automatically triggers these jobs in the background.\n\n## Notes\n\nImportant to note:\n\n- wama always runs in the *background*, that is *non-interactively*.\n    A lot of development iteration is still better accomplished interactively.\n    But even there, you may benefit from an always-up-to-date`man/` and `NAMESPACE`.\n- wama is strictly a development-time package; you should never need it in your `DESCRIPTION`.\n- wama may be most helpful in an editor or IDE paired with a large screen, where you can view many terminals at once.\n    For example [vscode](http://code.visualstudio.com), has great support for multiple terminals, website preview and [R](https://marketplace.visualstudio.com/items?itemName=Ikuyadeu.r)\n\n\n## Related Work\n\n- [`option(shiny.autoreload = TRUE)`](https://shiny.rstudio.com/reference/shiny/0.14/shiny-options.html) is a native shiny feature to automatically reload a shiny app during development when relevant files are changed.\n    However, it doesn't work with shiny apps in packages, or which rely on changes in packages under development.\n- [`testthat::auto_test()`](https://testthat.r-lib.org/reference/auto_test.html) watches source and test files and reruns relevant tests.\n    However, it seems to be [retired](https://github.com/r-lib/testthat/issues/922#issuecomment-520580955).\n\nAnd I'm really hoping I didn't miss something and am uselessy reinventing the wheel here ... 😬.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxheld83%2Fwama","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxheld83%2Fwama","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxheld83%2Fwama/lists"}