Skip to content

Commit 75144ad

Browse files
changes for cran submission
1 parent dcfa025 commit 75144ad

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: epicontacts
22
Type: Package
33
Title: Handling, Visualisation and Analysis of Epidemiological Contacts
44
Version: 1.1.4
5-
Date: 2023-03-29
5+
Date: 2024-04-29
66
Authors@R: c(person("Finlay", "Campbell", email = "finlaycampbell93@gmail.com", role = c("aut", "cre")),
77
person("Thibaut", "Jombart", email = "thibautjombart@gmail.com", role = c("aut")),
88
person("Nistara", "Randhawa", email = "nrandhawa@ucdavis.edu", role = c("aut")),
@@ -12,9 +12,10 @@ Authors@R: c(person("Finlay", "Campbell", email = "finlaycampbell93@gmail.com",
1212
person("Zhian N.", "Kamvar", email = "zkamvar@gmail.com", role = c("aut")))
1313
Description: A collection of tools for representing epidemiological contact data, composed of case line lists and contacts between cases. Also contains procedures for data handling, interactive graphics, and statistics.
1414
License: GPL (>=2)
15-
RoxygenNote: 7.1.2
16-
Imports: grDevices, dplyr, igraph, visNetwork, threejs, colorspace, methods
15+
RoxygenNote: 7.2.3
16+
Imports: grDevices, dplyr, igraph, visNetwork, threejs, methods
1717
Suggests: outbreaks, testthat, covr, shiny, readr, knitr, rmarkdown
1818
VignetteBuilder: knitr
1919
URL: https://www.repidemicsconsortium.org/epicontacts/
2020
BugReports: https://github.com/reconhub/epicontacts/issues
21+
Encoding: UTF-8

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
epicontacts 1.1.4 (2023-03-29)
1+
epicontacts 1.1.4 (2024-04-29)
22
==================
33

44
### BUG FIXES
55

66
- Fix `thin` option for `plot.epicontacts`
7+
- Deal with duplicated IDs
78

89
epicontacts 1.1.3 (2023-03-28)
910
==================

tests/testthat/rds/print.rds

-10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)