Skip to content

Commit a0a256f

Browse files
authored
Fix NOTE after running win-devel check (#102)
* fix: NOTE after running win-devel check * chore: depend on [email protected] --------- Co-authored-by: Jakub Sobolewski <[email protected]>
1 parent 87d2319 commit a0a256f

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ jobs:
2020
with:
2121
extra-packages: local::. # Necessary to avoid object usage linter errors.
2222

23-
- name: Install shiny.react with React 18.3.1
24-
if: always()
25-
env:
26-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
27-
run: |
28-
Rscript -e 'install.packages("remotes"); remotes::install_github("Appsilon/shiny.react")'
29-
3023
- name: R CMD check
3124
if: always()
3225
uses: r-lib/actions/check-r-package@v2

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Imports:
2727
checkmate,
2828
htmltools,
2929
shiny,
30-
shiny.react (>= 0.2.2),
30+
shiny.react (>= 0.4.0),
3131
utils
3232
Suggests:
3333
covr,

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![CI](https://github.com/Appsilon/shiny.blueprint/actions/workflows/ci.yml/badge.svg)](https://github.com/Appsilon/shiny.blueprint/actions/workflows/ci.yml)
88
[![downloads monthly](https://cranlogs.r-pkg.org/badges/shiny.blueprint)](https://CRAN.R-project.org/package=shiny.blueprint)
99
[![downloads total](https://cranlogs.r-pkg.org/badges/grand-total/shiny.blueprint)](https://CRAN.R-project.org/package=shiny.blueprint)
10-
[![License: LGPL-3.0](https://img.shields.io/badge/License-LGPL--3.0-blue.svg)](https://opensource.org/license/lgpl-3-0/)
10+
[![License: LGPL-3.0](https://img.shields.io/badge/License-LGPL--3.0-blue.svg)](https://opensource.org/license/lgpl-3-0)
1111
<!-- badges: end -->
1212

1313
## Why `shiny.blueprint`?
@@ -83,10 +83,10 @@ or by visiting [this link](https://connect.appsilon.com/shiny-blueprint-showcase
8383
<img src="https://avatars0.githubusercontent.com/u/6096772" align="right" alt="" width="6%" />
8484

8585
Appsilon is a **Posit (formerly RStudio) Full Service Certified Partner**.<br/>
86-
Learn more at [appsilon.com](https://appsilon.com).
86+
Learn more at [appsilon.com](https://www.appsilon.com/).
8787

8888
Get in touch [[email protected]](mailto:[email protected])
8989

9090
Explore the [Rhinoverse](https://rhinoverse.dev) - a family of R packages built around [Rhino](https://appsilon.github.io/rhino/)!
9191

92-
<a href = "https://appsilon.com/careers/" target="_blank"><img src="https://raw.githubusercontent.com/Appsilon/website-cdn/gh-pages/WeAreHiring1.png" alt="We are hiring!"/></a>
92+
<a href = "https://www.appsilon.com/careers" target="_blank"><img src="https://raw.githubusercontent.com/Appsilon/website-cdn/gh-pages/WeAreHiring1.png" alt="We are hiring!"/></a>

0 commit comments

Comments
 (0)