diff --git a/.gitignore b/.gitignore index 38353d2..ea22d4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.swp +*.log .Rhistory web/index.html OUTPUT/ @@ -7,3 +8,4 @@ INPUT.PPI.MODEL/ INPUT.REP/ TRASH/ NOTEs/ +DATA/ diff --git a/.renvignore b/.renvignore new file mode 100644 index 0000000..c89aa38 --- /dev/null +++ b/.renvignore @@ -0,0 +1 @@ +OUTPUT/ diff --git a/DEVDOC.md b/DEVDOC.md index a385aa0..f3448ac 100644 --- a/DEVDOC.md +++ b/DEVDOC.md @@ -9,4 +9,5 @@ Run tests from command line: * ```Rscript -e 'tinytest::test_all()'``` Run specific test file for example: -* ```Rscript -e 'tinytest::run_test_file("inst/tinytest/test_scancer.R", verbose = 0)'``` \ No newline at end of file +* ```Rscript -e 'tinytest::run_test_file("inst/tinytest/test_scancer.R", verbose = 0)'``` + diff --git a/inst/tinytest/test_ema_search.R b/inst/tinytest/test_ema_search.R index 464a2f6..6e468f7 100644 --- a/inst/tinytest/test_ema_search.R +++ b/inst/tinytest/test_ema_search.R @@ -74,6 +74,6 @@ expect_equal( current = clueTable$emaLinks[1][[1]] ) expect_equal( - target = 'https://www.ema.europa.eu/en/medicines/human/EPAR/glyxambi', + target = 'https://www.ema.europa.eu/en/medicines/human/EPAR/jardiance', current = clueTable$emaLinks[2][[1]] ) diff --git a/tinytest b/tinytest new file mode 120000 index 0000000..9dbadc0 --- /dev/null +++ b/tinytest @@ -0,0 +1 @@ +inst/tinytest/ \ No newline at end of file