Skip to content

Commit 7fa8e89

Browse files
authored
Load more and faster. (#94)
* Load more and faster. * Prep for deploy.
1 parent 5572df3 commit 7fa8e89

20 files changed

+480
-344
lines changed

.github/workflows/deploy_shinyapps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository_owner == 'r4ds'
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: r-lib/actions/setup-r@v2
1717
with:
1818
r-version: '4.2.2'

.github/workflows/pr_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: pr_check_shinyapps
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- uses: r-lib/actions/setup-r@v2
1616
with:
1717
r-version: '4.2.2'

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ Imports:
1818
DT,
1919
golem (>= 0.2.1),
2020
lubridate,
21-
pkgload,
2221
purrr,
2322
rlang,
24-
scenes (>= 0.0.0.9003),
2523
shiny (>= 1.5.0),
2624
shinydashboard,
2725
shinyslack (>= 0.0.0.9010),
@@ -32,6 +30,7 @@ Imports:
3230
tibble,
3331
tidyr (>= 1.0.0)
3432
Suggests:
33+
pkgload,
3534
testthat
3635
Remotes:
3736
r4ds/shinyslack,
@@ -40,4 +39,4 @@ Remotes:
4039
yonicd/slackthreads
4140
Encoding: UTF-8
4241
LazyData: true
43-
RoxygenNote: 7.2.3
42+
RoxygenNote: 7.3.2

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
export(run_app)
44
importFrom(config,get)
5+
importFrom(rlang,":=")
56
importFrom(rlang,.data)

0 commit comments

Comments
 (0)