Adrien Le Guillou
Adrien Le Guillou
However, I think I should modify the names of the columns in the cumulative edgelist and the partners list to always have ".uid" prepended. so "head.uid", "tail.uid", "index.uid", "partner.uid". And...
This problem is probably more complex than I thought initially. In EpiModelHIV for instance, we record the treatment's starting time and use this for some Epi outcomes. Because of this,...
having `at` stored in the `dat` object (#368) could help with this. As a `get_at` function could be created to handle the conversion from the "true" `at` (number of steps...
With the new accessors (specifically `set_epi`), we can now remove most of the `epi` elements from a netsim object (with the exception of `num`) to make it lighter. ``` #...
I think it is ignorable. `lintr` has no way to know the content of `df` or `get_attr_list(dat, needed_attributes)` in the case of the vignette. I will open an issue on...
It is now resolved on `lintr` by https://github.com/r-lib/lintr/pull/1548 and the next release (>3.0.1) should contain it.
yes, I suscribed to the release notification of `lintr` not to miss it
The function is `dplyr::bind_rows`
@smjenness I agree. So far netest object are only used before the creation of `dat` at time = 1. Afterwards we either use `dat` or a netsim object in case...
@smjenness I looked into `mutate_epi` and gave some thought on how we could make it behave closer to `dplyr::mutate`. The only solution I see that would guarantee almost perfect compatibility...