-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.qmd
46 lines (28 loc) · 1.28 KB
/
index.qmd
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
---
title: "bank"
image: "/img/bank.png"
---
::: {.grid}
::: {.g-col-6}

:::
::: {.g-col-6}
Alternative caching backends for `{memoise}` & `{shiny}`.
Alternative backend for caching `{shiny}`: MongoDB, Redis, Postgre.
<div align = "center">
<img src = "https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg">
<a target = "_blank" href="https://CRAN.R-project.org/package=bank">
<img src = "https://www.r-pkg.org/badges/version/bank">
</a>
<a target = "_blank" href="https://cranlogs.r-pkg.org/downloads/total/last-month/bank">
<img src = "https://cranlogs.r-pkg.org/badges/bank">
</a>
<a target = "_blank" href="https://github.com/thinkr-open/bank/actions">
<img src="https://github.com/thinkr-open/bank/workflows/R-CMD-check/badge.svg" alt="R-CMD-check"/>
</a>
<a class="github-button" target = "_blank" href="https://github.com/thinkr-open/bank" data-icon="octicon-star" data-show-count="true" aria-label="Star this on GitHub">Stars:</a>
<a class="github-button" target = "_blank" href="https://github.com/thinkr-open/bank/issues" data-icon="octicon-issue-opened" data-show-count="true" aria-label="Issue buttons/github-buttons on GitHub">Issues: </a>
</div>
:::
:::
<script async defer src="https://buttons.github.io/buttons.js"></script>