-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
76 lines (51 loc) · 1.73 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
eval=FALSE,
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
<!-- badges: start -->
[![R-CMD-check](https://github.com/ThinkR-open/beaware/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ThinkR-open/beaware/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
# beaware
This application was developed to monitor the use of your server resources by R and Rstudio.
**Code to work with:**
* linux server
* to be server administrator (to be able to read user's pid)
## Installation
You can install {beaware} from github with:
```{r}
remotes::install_github("thinkr-open/beaware")
```
## How to use the package ?
To launch the application:
```{r}
beaware::launching_app()
```
This instruction allows to launch application in background.
You can also use the addin to launch the application:
```{r,eval=TRUE, echo=FALSE}
knitr::include_graphics("inst/imgs/addin.png")
```
### How looks the app
```{r, eval=TRUE, echo=FALSE}
knitr::include_graphics("inst/imgs/page_global.png")
```
```{r, eval=TRUE, echo=FALSE}
knitr::include_graphics("inst/imgs/page_users.png")
```
```{r, eval=TRUE, echo=FALSE}
knitr::include_graphics("inst/imgs/page_download.png")
```
# Sponsor
The development of this package has been sponsored by:
<a href = "https://https://www.santepubliquefrance.fr//"><img src = "inst/langfr-260px-Sante-publique-France-logo.svg.png"></img></a>
# Code of Conduct
Please note that the {beaware} project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.