kjhnav
March 20, 2018, 10:12am
1
https://jee-hyoung-kim-19.shinyapps.io/streamgraph/
this is my app, and I want to change it so
after some change and I tried to publish, but I couldn't,
I updated Rstudio and R, but they do not work.
before publishing it works very well in PC.
for other apps even with no change, I couldn't publish
============== this is error message =================
WARNING: '-e { options(repos = c(CRAN = 'https://cran.rstudio.com/ ', CRANextra = 'http://www.stats.ox.ac.uk/pub/RWin '), download.file.method = 'wininet'); rsconnect::deployApp(appDir = 'C:/Users/user/Dropbox/shiny app',appFileManifest = 'C:/Users/user/AppData/Local/Temp/9190-3751-2d8f-fb6b', appPrimaryDoc = 'streamgraph.R', account = 'jee-hyoung-kim-19',server = 'shinyapps.io ', appName = 'streamgraph', appId = 287476, launch.browser = function (url) { message('Deployment completed: ', url) }, lint = FALSE,metadata = list( asMultiple = FALSE, asStatic = FALSE, ignoredFiles = ' (DESKTOP-4MEAEH9's conflicted copy 2017-12-01).Rhistory| (DESKTOP-4MEAEH9's conflicted copy 2017-12-22).RData| (DESKTOP-4MEAEH9's conflicted copy 2017-12-22).Rhistory| (DESKTOP-4MEAEH9's conflicted copy 2017-12-28).RData| (DESKTOP-4MEAEH9's conflicted copy 2017-12-28).Rhistory| (DESKTOP-4MEAEH9's conflicted copy 2018-01-19).RData| (DESKTOP-4MEAEH9's conflicted copy 2018-01-19).Rhistory| (DESKTOP-4MEAEH9's conflicted copy
===============================================
I think I found the reason or solution!
I do another computer with new working folder, new Rhistory.....
It works!!
it is not the server problem!
I leave this post for others with same problem.
mara
March 20, 2018, 10:55am
2
Do you have a diff for what you changed (either with Git or some other version control system)? If you could include the code used that would be helpful.
Even if you can't produce a fully self-contained reprex (short for minimal repr oducible ex ample), tt will help us help you if we can be sure we're all working with/looking at the same stuff.
Right now the best way to install reprex is:
# install.packages("devtools")
devtools::install_github("tidyverse/reprex")
If you've never heard of a reprex before, you might want to start by reading the tidyverse.org help page . The reprex dos and don'ts are also useful.
For pointers specific to the community site, check out the reprex FAQ, linked to below.
Why reprex?
Getting unstuck is hard. Your first step here is usually to create a reprex, or reproducible example. The goal of a reprex is to package your code, and information about your problem so that others can run it and feel your pain. Then, hopefully, folks can more easily provide a solution.
What's in a Reproducible Example?
Parts of a reproducible example:
background information - Describe what you are trying to do. What have you already done?
complete set up - include any library() calls and data to reproduce your issue.
data for a reprex: Here's a discussion on setting up data for a reprex
make it run - include the minimal code required to reproduce your error on the data…
kjhnav
March 21, 2018, 10:41am
3
I don't think this is a coding error, but there is something error in server = 'shinyapps.io '.
because exact same code(other app) cannot be republished any more.
(for experiments I tried)
error messsage is different from usual.
I cannot post the error messsage because not allowed (more than 2 links)
You should be able to post the full error message now (let me know if you can't), if you could try that could be helpful.
The code and/or diff would still be helpful in diagnosing the issue.
1 Like
kjhnav
March 22, 2018, 3:36am
5
Thank you for your treat,
I editted the original post,
I think I found the reason!
I do another computer with new working folder, new Rhistory.....
It works!!
it is not the server problem!