Updated to use roxygen2 version 7.3.2 to build the documentation.
Define ‘R_NO_REMAP’ and ‘STRICT_R_HEADERS’.
Register native routines.
Updated to use roxygen2 version 7.2.3 to build the documentation.
NetworkStructure: add a method that works on a list of ContactTrace objects.
NetworkSummary: add a method that works on a list of ContactTrace objects.
Renamed the NEWS
file to NEWS.md
and
changed to use markdown format style.
Removed the dependency to the plyr package for building pdf reports.
Added orcid id:s in the DESCRIPTION file for the package authors.
Changed the file extension for files in the R folder from ‘.r’ to ‘.R’.
Used roxygen2 ver 7.1.1 to build the documentation.
Removed Animate method to pass the CRAN checks. Install version 0.8.8 manually from the archive if that method is required. See section 6.3 in ‘R Installation and Administration’ on how to install packages from source.
Removed dependencies to plyr, R2HTML and Rcpp.
Removed usage of testthat when testing the package.
Removed list methods for ContactTrace objects. When calculating measures for several roots, the purpose is to use methods that work directly on the data.frame with movements.
Updated maintainer email
Changed ‘Title’ field in DESCRIPTION to title case
Fixed failing test case ‘Duplicate movements’
Fixed NOTE not importing ‘methods’ from R CMD check
inDays and outDays now returned as integer from NetworkSummary of a ContactTrace object.
Added ‘all’ to interval argument in Animate to view visualize all movements in one image. The default interval argument was changed to ‘all’.
NEW FEATURES
Fixed bug in C++ code not checking tEnd constraint.
Fixed bug in NetworkSummary when calculating degree.
Added the method ShortestPaths
NetworkStructure gives the distance from root for each node during the depth first search.
Can now generate an ‘html’ report for the contact tracing using ‘Report’
Can now generate a ‘pdf’ report for the contact tracing using ‘Report’