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

plotStudy and getPlottingData functions accept parameter testID. #4

Merged
merged 7 commits into from
Aug 18, 2021

Commits on Aug 6, 2021

  1. - plotStudy and getPlottingData functions accept parameter testID.

    - Param testID is set to NULL in plotStudy as default.
    - Output of getPlottingData provides test result (if testID is NULL, no result object is provided in the plottingData list)
    Rocha Curado authored and Rocha Curado committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    c0f3213 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Update R/plots.R

    Co-authored-by: John Blischak <jdblischak@gmail.com>
    curadomr and jdblischak committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    0a3cb3a View commit details
    Browse the repository at this point in the history
  2. Update R/plots.R

    Co-authored-by: John Blischak <jdblischak@gmail.com>
    curadomr and jdblischak committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    aac2d27 View commit details
    Browse the repository at this point in the history
  3. Update R/plots.R

    Co-authored-by: John Blischak <jdblischak@gmail.com>
    curadomr and jdblischak committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2efc602 View commit details
    Browse the repository at this point in the history
  4. Updating documentation on PlotStudy and getPlottingData

    - devtools::documentation()
    - manual entry for test results for getPlottingData
    Rocha Curado authored and Rocha Curado committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    212021c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Adding unit testing : getPlottingData (testID)

    - Adding section in tinytest file testPlot.R for the testID implementation
    Rocha Curado authored and Rocha Curado committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    6838a22 View commit details
    Browse the repository at this point in the history
  2. Updating vignettes on testID for plotting functions

    Rocha Curado authored and Rocha Curado committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    09fa081 View commit details
    Browse the repository at this point in the history