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

Implement missing methods. #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

krystian8207
Copy link
Member

@krystian8207 krystian8207 commented Jul 15, 2022

Closes #3

@krystian8207 krystian8207 requested a review from galachad August 9, 2022 08:48
Copy link
Member

@galachad galachad left a 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)
    image
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")
Copy link
Member

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
Copy link
Member

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

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

Successfully merging this pull request may close these issues.

Make sure all the (valid) features from cohortBuilder and shinyCohortBuilder are supported.
2 participants