Skip to content

Commit 6d7d6ca

Browse files
committed
troubleshooting deployment
1 parent 80364df commit 6d7d6ca

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# To deploy, run: rsconnect::deployApp()
33
# Or use the blue button on top of this file
44

5-
# pkgload::load_all(export_all = FALSE,helpers = FALSE,attach_testthat = FALSE)
5+
pkgload::load_all(export_all = FALSE,helpers = FALSE,attach_testthat = FALSE)
66
options( "golem.app.prod" = TRUE)
77
purcprod::run_app() # add parameters here (if any)

dev/03_deploy.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ rsconnect::writeManifest()
4444

4545
## In command line.
4646
rsconnect::deployApp(
47-
appName = desc::desc_get_field("Package"),
48-
appTitle = desc::desc_get_field("Title"),
47+
appName = desc::desc_get_field("purcprod"),
48+
appTitle = desc::desc_get_field("purcprod"),
4949
appFiles = c(
5050
# Add any additional files unique to your app here.
5151
"R/",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2838,7 +2838,7 @@
28382838
"checksum": "637d12342b49a2415245aa051151a76c"
28392839
},
28402840
".Rprofile": {
2841-
"checksum": "dfb359b0b9e6cd0df3bc509a31ca0518"
2841+
"checksum": "32f191d785cc843572565105c2ceca71"
28422842
},
28432843
"app.R": {
28442844
"checksum": "640b2124920e931f7ecb5b26fc3b1800"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: fisheye_purcprod
2+
title:
3+
username: innovacionazul
4+
account: innovacionazul
5+
server: shinyapps.io
6+
hostUrl: https://api.shinyapps.io/v1
7+
appId: 15179419
8+
bundleId: 10746782
9+
url: https://innovacionazul.shinyapps.io/fisheye_purcprod/
10+
version: 1

0 commit comments

Comments
 (0)