Skip to content

Releases: stewid/EpiContactTrace

CRAN release v0.18.0

04 Oct 18:18
Compare
Choose a tag to compare

EpiContactTrace 0.18.0 (2024-10-04)

IMPROVEMENTS

  • Updated to use roxygen2 version 7.3.2 to build the documentation.

  • Define 'R_NO_REMAP' and 'STRICT_R_HEADERS'.

CRAN version 0.15.0

12 Dec 19:27
Compare
Choose a tag to compare

IMPROVEMENTS

  • NetworkStructure: added a new method that works on a list of ContactTrace objects.

  • NetworkSummary: added a new method that works on a list of ContactTrace objects.

CRAN version 0.14.0

09 Sep 20:46
Compare
Choose a tag to compare

IMPROVEMENTS

  • 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.

BUG FIXES

  • Added the missing table for direct outgoing contacts in the html
    report.

CRAN version 0.13.0

09 Sep 12:44
Compare
Choose a tag to compare

IMPROVEMENTS

  • Set 'stringsAsFactors = FALSE' in the data.frame returned by
    'NetworkSummary'.

CRAN version 0.12.0

19 Oct 17:21
Compare
Choose a tag to compare

BUG FIXES

  • Fix format of authors in CITATION file.

CRAN version 0.11.0

20 Jul 08:44
Compare
Choose a tag to compare

BUG FIXES

  • Added missing calls to 'R_forceSymbols' and 'R_useDynamicSymbols' in the C init function.

CRAN version 0.10.0

10 Feb 18:09
Compare
Choose a tag to compare

IMPROVEMENTS

Added the 'maxDistance' argument to the 'Trace' method to stop contact
tracing at 'maxDistance' (inclusive) from the root node. Default is
‘NULL’ i.e. to not use the 'maxDistance' stop criteria.

CRAN version v0.9.1

21 Jan 09:42
Compare
Choose a tag to compare

BUG FIXES

  • Fixed build failure on the Solaris platform.

CRAN release 0.9.0

21 Jan 09:44
Compare
Choose a tag to compare

CHANGES

  • 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

PERFORMANCE IMPROVEMENTS

  • Improved performance when calculating ShortestPaths on a data.frame
    of movements.

CRAN release v0.8.8

21 Jan 09:46
Compare
Choose a tag to compare

BUG FIXES

  • Fixed failing test case 'Duplicate movements'
  • Fixed NOTE not importing 'methods' from R CMD check