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

Test and document Santu Tikka's causaleffect R package #8

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

Commits on Jul 11, 2024

  1. Added testthat

    hmhummel committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9adcfab View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Added documentation to simplify.R and made progress on test cases & u…

    …nit tests on test-simplify.R
    hmhummel committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2839a57 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    99ae0ab View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Update causal.effect.R

    djinnome authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9edc6c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4cff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75831ee View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    6d743c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    933c0c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa14320 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53815b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    35dc831 View commit details
    Browse the repository at this point in the history
  2. Rename test-simplify.R to all_3_test_cases.R

    This file contains all 3 test cases compiled into 1 file.
    hmhummel authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    127633a View commit details
    Browse the repository at this point in the history
  3. Formatted all 3 test cases and worked on test case #2 parse.expressio…

    …n unit test with causal.effect simp = TRUE
    hmhummel committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a792fb1 View commit details
    Browse the repository at this point in the history
  4. Update test_case_1.R

    hmhummel authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    852cca6 View commit details
    Browse the repository at this point in the history
  5. Update test_case_2.R

    hmhummel authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5dc7b77 View commit details
    Browse the repository at this point in the history
  6. Update test_case_3.R

    hmhummel authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    bf5a1a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f420a39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3fa640c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9195ed7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    254f415 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. created R documentation file for the function simplify(), and comment…

    …ed out the simplify.R function file
    hmhummel committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    2868d55 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    1724971 View commit details
    Browse the repository at this point in the history
  2. Delete man/simplify.Rd

    delete previously-created simplify .Rd documentation in order to ensure no conflict with roxygen-created simplify (cannot modify .Rd files by hand; must use roxygen)
    hmhummel authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c0c8a2c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Updated DESCRIPTION file to include Roxygen: list(markdown = TRUE) an…

    …d Encoding = UTF-8. Updated NAMESPACE file to include export(simplify). Updated simplify.R to include working documentation when ?simplify is run.
    hmhummel committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ebde087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ef507 View commit details
    Browse the repository at this point in the history
  3. Created working documentation for join.R using roxygen2, and updated …

    …simplify.Rd documentation. Added export(join) to NAMESPACE.
    hmhummel committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2a63864 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75b53b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Added a unit test for join() to vignette #1, and updated join() funct…

    …ion documentation files with the test example.
    hmhummel committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1ac3884 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Changed documentation for simplify - observed.graph and unobserved.gr…

    …aph are causaleffect functions, not igraph.
    hmhummel committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a142e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce05b4b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Completed documentation of insert.R and created insert.Rd documentati…

    …on file. Added an insert unit test to test case 1.
    hmhummel committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    41ed159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3833a78 View commit details
    Browse the repository at this point in the history
  3. Fixed typo in test case #1

    hmhummel committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f9d47f4 View commit details
    Browse the repository at this point in the history
  4. Added join unit test (from causal.effect with simp = FALSE) to test c…

    …ase #3, fixed typo in test case #1
    hmhummel committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1069e99 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    a4609f1 View commit details
    Browse the repository at this point in the history
  2. Created join and insert unit tests for test cases #1 and #3. Made for…

    …matting changes to test case #2. Updated all_3_test_cases document to reflect changes. Began documenting powerset.R
    hmhummel committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1c5c9cd View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    e8652e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    4a5cd78 View commit details
    Browse the repository at this point in the history
  2. Clarified that unit test for insert in test case 1 passes. Attempted …

    …to fix unit tests for join and insert but did not succeed.
    hmhummel committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0d0283d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Added simplify with breakpoints used to create join and insert unit t…

    …ests for reproducibility
    hmhummel committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0c20235 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Added documentation for parse.expression function. The simplify.Rd an…

    …d join.Rd files can now link to parse.expression as well.
    hmhummel committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a9dbd4e View commit details
    Browse the repository at this point in the history
  2. Updated compiled file of all 3 test cases with 25 total unit tests. 2…

    …3/25 unit tests pass.
    hmhummel committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5de7924 View commit details
    Browse the repository at this point in the history