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

Application not reacting to input #1

Open
DanChaltiel opened this issue Jul 14, 2019 · 3 comments
Open

Application not reacting to input #1

DanChaltiel opened this issue Jul 14, 2019 · 3 comments

Comments

@DanChaltiel
Copy link

Hi Cecile,

After your awesome presentation at the UseR2019, I really wanted to try your app.

Unfortunately, weather I use bibliographeR::run_app() in RStudio or the web link you provided, the app is not reacting to my input.

After entering a keyword, is there any key I should press to get a result?

@DanChaltiel DanChaltiel changed the title Application not working Application not reacting to input Jul 14, 2019
@Felixmil
Copy link

Felixmil commented Jul 16, 2019

Same here, I wanted to try it out as soon as It was presented at user2019 (great presentation btw!).
I saw that there's no reactive part in the server side of the app:

# Define server logic required to draw a histogram
server <- function(input, output) {
}

@cecilesauder
Copy link
Owner

Yes, sorry for that, as I said at useR it's a work in progress... and the app is not available for now but I'm working on it. As you see the server part is totally empty for the moment :-/

@DanChaltiel
Copy link
Author

No problem this is perfectly understandable :-)
(But maybe you should state this in some readme file)

And regardless of the shiny app, wouldn't there be some piece of code we could adapt with our keywords?

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

3 participants