File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 68
68
69
69
- name : Deploy to shinyapps.io
70
70
# Continuous deployment only for pushes to the main / master branch
71
- if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
71
+ # if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
72
72
env :
73
73
SHINYAPPS_ACCOUNT : ${{ secrets.SHINYAPPS_ACCOUNT }}
74
74
SHINYAPPS_TOKEN : ${{ secrets.SHINYAPPS_TOKEN }}
Original file line number Diff line number Diff line change 8
8
config (>= 0.3.2),
9
9
golem (>= 0.4.1),
10
10
graphics,
11
- pkgload,
12
11
shiny (>= 1.8.1.1)
13
12
Encoding: UTF-8
14
13
LazyData: true
@@ -17,6 +16,7 @@ URL: https://github.com/guidomaggioorg/shinyfaithful
17
16
BugReports: https://github.com/guidomaggioorg/shinyfaithful/issues
18
17
Suggests:
19
18
rsconnect,
19
+ pkgload,
20
20
spelling,
21
21
testthat (>= 3.0.0)
22
22
Config/testthat/edition: 3
Original file line number Diff line number Diff line change @@ -13,12 +13,10 @@ app_files = c(
13
13
" DESCRIPTION" ,
14
14
" NAMESPACE" ,
15
15
" R/" ,
16
- " inst/" ,
17
- " renv.lock" ,
18
- " .rscignore"
16
+ " inst/"
19
17
)
20
18
# options(rsconnect.packrat = TRUE)
21
19
rsconnect :: deployApp(
22
20
account = " gmaggio" , # not necessary
23
- appName = " FaithfulPlots " , appFiles = app_files , forceUpdate = TRUE
21
+ appName = " FaithfulPlotsTest " , appFiles = app_files , forceUpdate = TRUE
24
22
)
You can’t perform that action at this time.
0 commit comments