Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run the base app #9

Closed
mhnierhoff opened this issue Dec 16, 2014 · 3 comments
Closed

Can't run the base app #9

mhnierhoff opened this issue Dec 16, 2014 · 3 comments

Comments

@mhnierhoff
Copy link

Sadly it won't work for me:

bildschirmfoto 2014-12-16 um 01 40 00

> sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: x86_64-apple-darwin13.4.0 (64-bit)

locale:
[1] de_DE.UTF-8/de_DE.UTF-8/de_DE.UTF-8/C/de_DE.UTF-8/de_DE.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] shiny_0.10.1

loaded via a namespace (and not attached):
[1] bitops_1.0-6    caTools_1.17.1  digest_0.6.4    htmltools_0.2.6 httpuv_1.3.0    Rcpp_0.11.3     RJSONIO_1.3-0  
[8] tools_3.1.2     xtable_1.7-4   
@vnijs
Copy link
Owner

vnijs commented Dec 16, 2014

I am moving a bunch of files around at the moment. Unfortunately I did that in the master branch. I just pushed a bunch of updates. If you sync those please try again and let me know if that works.

Vincent

From: "Maximilian H. Nierhoff" <notifications@github.commailto:notifications@github.com>
Reply-To: mostly-harmless/radiant <reply@reply.github.commailto:reply@reply.github.com>
Date: Monday, December 15, 2014 at 4:42 PM
To: mostly-harmless/radiant <radiant@noreply.github.commailto:radiant@noreply.github.com>
Subject: [radiant] Can't run the base app (#9)

Sadly it won't work for me:

[bildschirmfoto 2014-12-16 um 01 40 00]https://cloud.githubusercontent.com/assets/2846718/5446833/ab69b02e-84c4-11e4-85b6-64e918c1168f.png

sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: x86_64-apple-darwin13.4.0 (64-bit)

locale:
[1] de_DE.UTF-8/de_DE.UTF-8/de_DE.UTF-8/C/de_DE.UTF-8/de_DE.UTF-8attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] shiny_0.10.1loaded via a namespace (and not attached):
[1] bitops_1.0-6 caTools_1.17.1 digest_0.6.4 htmltools_0.2.6 httpuv_1.3.0 Rcpp_0.11.3 RJSONIO_1.3-0
[8] tools_3.1.2 xtable_1.7-4


Reply to this email directly or view it on GitHubhttps://github.com//issues/9.

@mhnierhoff
Copy link
Author

Thanks for the quick help and fix. The base demo is lading now. I got a bunch of errors on the first run:

Error in aceEditor("rmd_report", mode = "markdown", wordWrap = TRUE, height = "600px",  : 
  unbenutzte Argumente (wordWrap = TRUE, selectionId = "rmd_selection", vimKeyBinding = vimKeyBinding, hotkeys = list(runKeyRmd = list(win = "Ctrl-R|Ctrl-Shift-Enter", mac = "CMD-ENTER|CMD-SHIFT-ENTER")))
Error in aceEditor("r_code", mode = "r", selectionId = "r_code_selection",  : 
  unbenutzte Argumente (selectionId = "r_code_selection", vimKeyBinding = vimKeyBinding, hotkeys = list(runKeyCode = list(win = "Ctrl-R|Ctrl-Shift-Enter", mac = "CMD-ENTER|CMD-SHIFT-ENTER")))

Plots are not loading many tabs remain empty and so on.

But after restarting RStudio everything works now and no errors occur.

The app looks really great so far. Thanks a lot for your work. :)

@vnijs
Copy link
Owner

vnijs commented Dec 16, 2014

Thanks for the update. There are a few videos linked in the Help menu to help you get started.

If you would like to be added to the dropbox-share list let me know. That way you would always have the latest version and could run the app from a shortcut on your desktop.

Vincent

From: "Maximilian H. Nierhoff" <notifications@github.commailto:notifications@github.com>
Reply-To: mostly-harmless/radiant <reply@reply.github.commailto:reply@reply.github.com>
Date: Monday, December 15, 2014 at 5:15 PM
To: mostly-harmless/radiant <radiant@noreply.github.commailto:radiant@noreply.github.com>
Cc: Vincent Nijs <vnijs@ucsd.edumailto:vnijs@ucsd.edu>
Subject: Re: [radiant] Can't run the base app (#9)

Thanks for the quick help and fix. The base demo is lading now. I got a bunch of errors on the first run:

Error in aceEditor("rmd_report", mode = "markdown", wordWrap = TRUE, height = "600px", :
unbenutzte Argumente (wordWrap = TRUE, selectionId = "rmd_selection", vimKeyBinding = vimKeyBinding, hotkeys = list(runKeyRmd = list(win = "Ctrl-R|Ctrl-Shift-Enter", mac = "CMD-ENTER|CMD-SHIFT-ENTER")))
Error in aceEditor("r_code", mode = "r", selectionId = "r_code_selection", :
unbenutzte Argumente (selectionId = "r_code_selection", vimKeyBinding = vimKeyBinding, hotkeys = list(runKeyCode = list(win = "Ctrl-R|Ctrl-Shift-Enter", mac = "CMD-ENTER|CMD-SHIFT-ENTER")))

Plots are not loading many tabs remain empty and so on.

But after restarting RStudio everything works now and no errors occur.

The app looks really great so far. Thanks a lot for your work. :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-67097277.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants