-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement missing methods. #2
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, for this commit, all test works.
I notice some problem in examples, so it's good to check before merge
- in
shiny-usage.R
during updating dataset application is crashing (it looks like some observer are trigger before changes)
Warning: Error in UseMethod: no applicable method for 'summarise' applied to an object of class "NULL"
5: shiny::runApp
.Rprofile
Outdated
@@ -1 +0,0 @@ | |||
source("renv/activate.R") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can add .Rprofile to .gitignore
@@ -1,32 +1,37 @@ | |||
Package: cohortBuilder.db | |||
Type: Package | |||
Title: cohortBuilder Methods for Database Source | |||
Version: 0.0.0.9037 | |||
Version: 0.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before CRAN release the cohortBuilder 0.1.1 should be release to CRAN
Closes #3