epicontacts
epicontacts copied to clipboard
Handling, Visualisation and Analysis of Epidemiological Contacts
Add drat
Make sure to add a GITHUB_PAT with write capabilities to Travis CI for this to work
It'd be useful to have something along the lines of `as.igraph(x)` where `x` is an *epicontact* object so that we can readily perform graph operations. One thing to bear in...
Using this as a placeholder as I cannot share the data leading to the issue and cannot come up with a MRE. When doing `plot(subset(x, cs_min = 5))` I end...
There are currently a lot of tests that rely on saved data structures. These are inherently fragile and should be thoroughly tested before any other changes are made to the...
I did a search for dplyr in this repo and found this: https://github.com/reconhub/epicontacts/search?q=dplyr&type=Code Basically, dplyr is only used for joins right now and I'm wondering if it may be better...
I tried to manually colour nodes in the contact visualisation graphic, however this hasn't been very intuitive to do (see below). In this case, I also had to adjust the...
I noticed that the test for print.epicontacts (https://github.com/reconhub/epicontacts/blob/73e0c9a943d42e0b13b1a624f784bef6e432333a/tests/testthat/test_print.epicontacts.R) is the only one that does not run on Travis. It fails on my machine, which means that the print functionality was...