Skip to content

Commit

Permalink
ci: trying with the latest version of R
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Apr 11, 2023
1 parent 37d619f commit b9c38d4
Show file tree
Hide file tree
Showing 5 changed files with 768 additions and 830 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
crayon.enabled: 'FALSE'
r-version: '3.6.1'
r-version: '4.2.3'

- uses: actions/cache@v1
with:
Expand Down
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Compendium
Package: building.shiny.apps.workflow
Title: Engineering Production-Grade Shiny Apps - A Workflow
Version: 0.0.1
Authors@R:
Authors@R:
c(person(given = "Colin",
family = "Fay",
role = c("aut", "cre"),
Expand All @@ -29,11 +29,11 @@ Description: Open source book on R for reproducible, robust and
maintainable Shiny applications for production.
License: MIT + file LICENSE
URL: https://github.com/ThinkR-open/engineering-shiny-book
BugReports:
BugReports:
https://github.com/ThinkR-open/engineering-shiny-book/issues
Depends:
Depends:
bookdown (>= 0.18)
Imports:
Imports:
attachment (>= 0.1.0),
attempt (>= 0.3.1),
bank (>= 0.0.0.9000),
Expand Down Expand Up @@ -143,9 +143,9 @@ Imports:
vroom (>= 1.2.0),
whereami (>= 0.1.9),
xfun (>= 0.19)
Suggests:
Suggests:
spelling (>= 2.1)
Remotes:
Remotes:
colinfay/bubble,
ColinFay/crrry,
ColinFay/dockerstats,
Expand Down
Loading

0 comments on commit b9c38d4

Please sign in to comment.