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

Work with legacy server.R formats #51

Open
rjake opened this issue Jul 26, 2020 · 0 comments
Open

Work with legacy server.R formats #51

rjake opened this issue Jul 26, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rjake
Copy link
Owner

rjake commented Jul 26, 2020

Can be one of the following, may or may not have library(shiny) and object assignments

# assigned
server <- function(input, output) {

}

or

# no assignment
function(input, output) {

}

or

# no assignment
shinyServer(function(input, output) {

})
@rjake rjake added the bug Something isn't working label Jul 26, 2020
@rjake rjake added this to the v0.2.0 milestone Jul 26, 2020
@rjake rjake self-assigned this Jul 26, 2020
@rjake rjake changed the title Fix server.R logiv Work with legacy server.R formats Jul 26, 2020
@rjake rjake modified the milestones: v0.2.0, v0.3.0 Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant