-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error: is.list(val) is not TRUE #1
Comments
Hi @devinspencer, Good job creating an issue. When you get an error message running the shiny app locally, you can look in your RStudio Console for the full error stack pointing to where the problem lies.
Which points us to line 36 of the server.R file: ##Generate data table
output$table <- DT::renderDataTable({
get_data() %>%
DT::datatable(dat)
}) The first argument of the |
Hi @devinspencer, before you try this on your machine, be sure to do a git Pull (from Git pane in RStudio). Anytime you make changes be sure to Commit changes locally with a message and Push to Github. |
Hi @bbest, I can pull from git but cannot push. I was looking at your directions OHI-Science/ohicore#104 for this issue on an OHI Issues page but I cant get it to work. I have also tried using this fix but the terminal is saying my log in is denied yet I am certain it is the correct user name and password. STAT545-UBC/Discussion#93 When I do either of those options I get the following error in return: remote: Permission to marinebon/sbc-shiny.git denied to devinspencer. I am not sure if this is because I don't have particular accessibility to the marinebon repository or if it is a different problem. |
Thanks @bbest! It works great now! |
Hi @bbest,
Lets try out this new system. I downloaded the fixed R files from github like you taught me yesterday and when I run the code it get an error message that says is.list(val) is not TRUE
Here is a screen shot of the error.
I have committed the code I changed to fix a previous problem but cant seem to figure this one out.
Thanks,
Devin!
The text was updated successfully, but these errors were encountered: