-
Notifications
You must be signed in to change notification settings - Fork 15
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
#30 Create Unit Tests with Example Data #37
Commits on Mar 23, 2023
-
resolve merge conflict between bitbucket and github
Dunham authored and Dunham committedMar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for a2003ab - Browse repository at this point
Copy the full SHA a2003abView commit details -
resolve merge conflict tcplLoadData
Dunham authored and Dunham committedMar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 705f6e6 - Browse repository at this point
Copy the full SHA 705f6e6View commit details
Commits on Mar 24, 2023
-
removed browser and added error for invalid input
Dunham authored and Dunham committedMar 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 2c82ef0 - Browse repository at this point
Copy the full SHA 2c82ef0View commit details -
Merge commit '2c82ef0c604264e4f11027ace153c9f948b63e0a' into 30-creat…
…e-unit-tests-with-example-data
Dunham authored and Dunham committedMar 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 1872c05 - Browse repository at this point
Copy the full SHA 1872c05View commit details -
resolve merge conflict tcplLoadData
Dunham authored and Dunham committedMar 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 953cc0f - Browse repository at this point
Copy the full SHA 953cc0fView commit details -
Dunham authored and Dunham committed
Mar 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 5be2764 - Browse repository at this point
Copy the full SHA 5be2764View commit details
Commits on Mar 27, 2023
-
updated tcplConf and tcplLoadData test files for output and error mes…
…sages
Dunham authored and Dunham committedMar 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 3b08e0d - Browse repository at this point
Copy the full SHA 3b08e0dView commit details
Commits on Apr 6, 2023
-
resolve merge conflict tcplLoadData
Dunham authored and Dunham committedApr 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 2a8be7e - Browse repository at this point
Copy the full SHA 2a8be7eView commit details -
Dunham authored and Dunham committed
Apr 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 90a682f - Browse repository at this point
Copy the full SHA 90a682fView commit details -
updated tcplConf and tcplLoadData test files for output and error mes…
…sages
Dunham authored and Dunham committedApr 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 658c02f - Browse repository at this point
Copy the full SHA 658c02fView commit details -
Merge branch '30-create-unit-tests-with-example-data' of https://gith…
…ub.com/USEPA/CompTox-ToxCast-tcpl into 30-create-unit-tests-with-example-data
Dunham authored and Dunham committedApr 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 15ac4df - Browse repository at this point
Copy the full SHA 15ac4dfView commit details -
updated test-tcplLoadData tests to support return function and added …
…error for invalid lvl and type combiation
Dunham authored and Dunham committedApr 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 35b1748 - Browse repository at this point
Copy the full SHA 35b1748View commit details
Commits on Apr 10, 2023
-
added helper-functions.R file to tests/testthat, added test for round…
…_n function works based on TOX-581 PR tests
Dunham authored and Dunham committedApr 10, 2023 Configuration menu - View commit details
-
Copy full SHA for fce3942 - Browse repository at this point
Copy the full SHA fce3942View commit details
Commits on Apr 11, 2023
-
added test-tcplPlot.R unit tests
Dunham authored and Dunham committedApr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 3664572 - Browse repository at this point
Copy the full SHA 3664572View commit details
Commits on Apr 12, 2023
-
added tcplPlot unit tests, isolated error message unit tests
Dunham authored and Dunham committedApr 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 89d8ebe - Browse repository at this point
Copy the full SHA 89d8ebeView commit details
Commits on Apr 13, 2023
-
Dunham authored and Dunham committed
Apr 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 9d4e6aa - Browse repository at this point
Copy the full SHA 9d4e6aaView commit details
Commits on Apr 14, 2023
-
added agg to mc and sc example data, updated unit tests for tcplPlot
Dunham authored and Dunham committedApr 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 511f122 - Browse repository at this point
Copy the full SHA 511f122View commit details -
Dunham authored and Dunham committed
Apr 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 15a7fb5 - Browse repository at this point
Copy the full SHA 15a7fb5View commit details
Commits on Apr 17, 2023
-
updated tcplLoadData test files
Dunham authored and Dunham committedApr 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 4911e05 - Browse repository at this point
Copy the full SHA 4911e05View commit details -
updated tcplPlot unit tests and created snapshot test
Dunham authored and Dunham committedApr 17, 2023 Configuration menu - View commit details
-
Copy full SHA for d27faa1 - Browse repository at this point
Copy the full SHA d27faa1View commit details -
Dunham authored and Dunham committed
Apr 17, 2023 Configuration menu - View commit details
-
Copy full SHA for fbe088c - Browse repository at this point
Copy the full SHA fbe088cView commit details
Commits on Apr 18, 2023
-
changed aes(x=0) to x=-Inf to avoid warning message: "Transformation …
…introduced infinite values in continuous x-axis", added unit test for no warning message
Dunham authored and Dunham committedApr 18, 2023 Configuration menu - View commit details
-
Copy full SHA for a237bee - Browse repository at this point
Copy the full SHA a237beeView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 341ef57 - Browse repository at this point
Copy the full SHA 341ef57View commit details -
removed generated Rplots.pdf and added condition to prevent generatin…
…g file
Dunham authored and Dunham committedApr 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 63a019b - Browse repository at this point
Copy the full SHA 63a019bView commit details -
Merge branch '30-create-unit-tests-with-example-data' of https://gith…
…ub.com/USEPA/CompTox-ToxCast-tcpl into 30-create-unit-tests-with-example-data
Dunham authored and Dunham committedApr 25, 2023 Configuration menu - View commit details
-
Copy full SHA for dbaf1b9 - Browse repository at this point
Copy the full SHA dbaf1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b63bf - Browse repository at this point
Copy the full SHA 82b63bfView commit details
Commits on Apr 26, 2023
-
added skip function to snapshot test to investigate in separate issue
Dunham authored and Dunham committedApr 26, 2023 Configuration menu - View commit details
-
Copy full SHA for ba724ea - Browse repository at this point
Copy the full SHA ba724eaView commit details