Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentguyader/memory
Simple shiny app to test memory charge
https://github.com/vincentguyader/memory
Last synced: about 2 months ago
JSON representation
Simple shiny app to test memory charge
- Host: GitHub
- URL: https://github.com/vincentguyader/memory
- Owner: VincentGuyader
- Created: 2019-02-19T20:43:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T09:05:08.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:13:40.854Z (5 months ago)
- Language: R
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# memoryThe goal of memory is to provide a simple (useless) shiny app to _crash_ test memroy usage in production (shinyproxy, kubernetes,...)
## Installation
``` r
#install.packages("remotes")
remotes::install_github("vincentguyader/memory")
```## Example
```{r example,eval=FALSE}
memory::run_app()
```![](readme-figs/demo.png)