deploy shinyapp.io shows error that can't find package on github
up vote
0
down vote
favorite
I write a package on github and a shiny app, I want to use shinyapp.io to run it.
But when run command deployApp(), error message shows :
"The application failed to start (exited with code 1).
Error in value[[3L]](cond) : there is no package called ‘xxxxxx’
Calls: local ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted"
the package is on github but not on CRAN.
r shiny rstudio r-package shinyapps.io
add a comment |
up vote
0
down vote
favorite
I write a package on github and a shiny app, I want to use shinyapp.io to run it.
But when run command deployApp(), error message shows :
"The application failed to start (exited with code 1).
Error in value[[3L]](cond) : there is no package called ‘xxxxxx’
Calls: local ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted"
the package is on github but not on CRAN.
r shiny rstudio r-package shinyapps.io
1
Add your code please.
– E.Coms
Nov 12 at 2:53
link please view my code on github
– Darth Vader
Nov 12 at 4:55
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I write a package on github and a shiny app, I want to use shinyapp.io to run it.
But when run command deployApp(), error message shows :
"The application failed to start (exited with code 1).
Error in value[[3L]](cond) : there is no package called ‘xxxxxx’
Calls: local ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted"
the package is on github but not on CRAN.
r shiny rstudio r-package shinyapps.io
I write a package on github and a shiny app, I want to use shinyapp.io to run it.
But when run command deployApp(), error message shows :
"The application failed to start (exited with code 1).
Error in value[[3L]](cond) : there is no package called ‘xxxxxx’
Calls: local ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted"
the package is on github but not on CRAN.
r shiny rstudio r-package shinyapps.io
r shiny rstudio r-package shinyapps.io
edited Nov 12 at 4:53
E.Coms
1,4872412
1,4872412
asked Nov 12 at 2:46
Darth Vader
32
32
1
Add your code please.
– E.Coms
Nov 12 at 2:53
link please view my code on github
– Darth Vader
Nov 12 at 4:55
add a comment |
1
Add your code please.
– E.Coms
Nov 12 at 2:53
link please view my code on github
– Darth Vader
Nov 12 at 4:55
1
1
Add your code please.
– E.Coms
Nov 12 at 2:53
Add your code please.
– E.Coms
Nov 12 at 2:53
link please view my code on github
– Darth Vader
Nov 12 at 4:55
link please view my code on github
– Darth Vader
Nov 12 at 4:55
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Using the RStudio functionality I got it to work. Initially I had trouble installing the dotaRecord package but once installed the publish button worked fine.
it seems good on RStudio after , but on the shinyapp.io it still have the problem of package not find.
– Darth Vader
Nov 13 at 14:57
Not sure what the issue is. I have set it up here elib.shinyapps.io/shinyappstest using RStudio.
– Eli Berkow
Nov 14 at 12:51
Did it show the last two lines? Document successfully deployed to elib.shinyapps.io/shinyappstest Deployment completed: elib.shinyapps.io/shinyappstest
– Eli Berkow
Nov 14 at 12:53
yes, it shows successfully deployed to xxxxx, did you just install my package from github and open the app.R, then click publish?
– Darth Vader
Nov 15 at 14:11
how did u configure the shinyapp.io? just register an account and request a token and secret and input it into Rstudio, then publish the app.R?
– Darth Vader
Nov 15 at 16:10
|
show 4 more comments
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53255366%2fdeploy-shinyapp-io-shows-error-that-cant-find-package-on-github%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Using the RStudio functionality I got it to work. Initially I had trouble installing the dotaRecord package but once installed the publish button worked fine.
it seems good on RStudio after , but on the shinyapp.io it still have the problem of package not find.
– Darth Vader
Nov 13 at 14:57
Not sure what the issue is. I have set it up here elib.shinyapps.io/shinyappstest using RStudio.
– Eli Berkow
Nov 14 at 12:51
Did it show the last two lines? Document successfully deployed to elib.shinyapps.io/shinyappstest Deployment completed: elib.shinyapps.io/shinyappstest
– Eli Berkow
Nov 14 at 12:53
yes, it shows successfully deployed to xxxxx, did you just install my package from github and open the app.R, then click publish?
– Darth Vader
Nov 15 at 14:11
how did u configure the shinyapp.io? just register an account and request a token and secret and input it into Rstudio, then publish the app.R?
– Darth Vader
Nov 15 at 16:10
|
show 4 more comments
up vote
0
down vote
accepted
Using the RStudio functionality I got it to work. Initially I had trouble installing the dotaRecord package but once installed the publish button worked fine.
it seems good on RStudio after , but on the shinyapp.io it still have the problem of package not find.
– Darth Vader
Nov 13 at 14:57
Not sure what the issue is. I have set it up here elib.shinyapps.io/shinyappstest using RStudio.
– Eli Berkow
Nov 14 at 12:51
Did it show the last two lines? Document successfully deployed to elib.shinyapps.io/shinyappstest Deployment completed: elib.shinyapps.io/shinyappstest
– Eli Berkow
Nov 14 at 12:53
yes, it shows successfully deployed to xxxxx, did you just install my package from github and open the app.R, then click publish?
– Darth Vader
Nov 15 at 14:11
how did u configure the shinyapp.io? just register an account and request a token and secret and input it into Rstudio, then publish the app.R?
– Darth Vader
Nov 15 at 16:10
|
show 4 more comments
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Using the RStudio functionality I got it to work. Initially I had trouble installing the dotaRecord package but once installed the publish button worked fine.
Using the RStudio functionality I got it to work. Initially I had trouble installing the dotaRecord package but once installed the publish button worked fine.
answered Nov 12 at 10:26
Eli Berkow
46239
46239
it seems good on RStudio after , but on the shinyapp.io it still have the problem of package not find.
– Darth Vader
Nov 13 at 14:57
Not sure what the issue is. I have set it up here elib.shinyapps.io/shinyappstest using RStudio.
– Eli Berkow
Nov 14 at 12:51
Did it show the last two lines? Document successfully deployed to elib.shinyapps.io/shinyappstest Deployment completed: elib.shinyapps.io/shinyappstest
– Eli Berkow
Nov 14 at 12:53
yes, it shows successfully deployed to xxxxx, did you just install my package from github and open the app.R, then click publish?
– Darth Vader
Nov 15 at 14:11
how did u configure the shinyapp.io? just register an account and request a token and secret and input it into Rstudio, then publish the app.R?
– Darth Vader
Nov 15 at 16:10
|
show 4 more comments
it seems good on RStudio after , but on the shinyapp.io it still have the problem of package not find.
– Darth Vader
Nov 13 at 14:57
Not sure what the issue is. I have set it up here elib.shinyapps.io/shinyappstest using RStudio.
– Eli Berkow
Nov 14 at 12:51
Did it show the last two lines? Document successfully deployed to elib.shinyapps.io/shinyappstest Deployment completed: elib.shinyapps.io/shinyappstest
– Eli Berkow
Nov 14 at 12:53
yes, it shows successfully deployed to xxxxx, did you just install my package from github and open the app.R, then click publish?
– Darth Vader
Nov 15 at 14:11
how did u configure the shinyapp.io? just register an account and request a token and secret and input it into Rstudio, then publish the app.R?
– Darth Vader
Nov 15 at 16:10
it seems good on RStudio after , but on the shinyapp.io it still have the problem of package not find.
– Darth Vader
Nov 13 at 14:57
it seems good on RStudio after , but on the shinyapp.io it still have the problem of package not find.
– Darth Vader
Nov 13 at 14:57
Not sure what the issue is. I have set it up here elib.shinyapps.io/shinyappstest using RStudio.
– Eli Berkow
Nov 14 at 12:51
Not sure what the issue is. I have set it up here elib.shinyapps.io/shinyappstest using RStudio.
– Eli Berkow
Nov 14 at 12:51
Did it show the last two lines? Document successfully deployed to elib.shinyapps.io/shinyappstest Deployment completed: elib.shinyapps.io/shinyappstest
– Eli Berkow
Nov 14 at 12:53
Did it show the last two lines? Document successfully deployed to elib.shinyapps.io/shinyappstest Deployment completed: elib.shinyapps.io/shinyappstest
– Eli Berkow
Nov 14 at 12:53
yes, it shows successfully deployed to xxxxx, did you just install my package from github and open the app.R, then click publish?
– Darth Vader
Nov 15 at 14:11
yes, it shows successfully deployed to xxxxx, did you just install my package from github and open the app.R, then click publish?
– Darth Vader
Nov 15 at 14:11
how did u configure the shinyapp.io? just register an account and request a token and secret and input it into Rstudio, then publish the app.R?
– Darth Vader
Nov 15 at 16:10
how did u configure the shinyapp.io? just register an account and request a token and secret and input it into Rstudio, then publish the app.R?
– Darth Vader
Nov 15 at 16:10
|
show 4 more comments
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53255366%2fdeploy-shinyapp-io-shows-error-that-cant-find-package-on-github%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Add your code please.
– E.Coms
Nov 12 at 2:53
link please view my code on github
– Darth Vader
Nov 12 at 4:55