diff --git a/.Rbuildignore b/.Rbuildignore index 54f0a4f..4fcfea7 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,4 +3,5 @@ LICENSE CODE_OF_CONDUCT.md ^.*\.DS_Store$ -^\.travis\.yml$ \ No newline at end of file +^\.travis\.yml$ +README.md diff --git a/DESCRIPTION b/DESCRIPTION index 1ec0b33..a64d1ed 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: tdsc Title: Time Domain Signal Coding Version: 1.0.0.1 Authors@R: person("Ed", "Baker", email = "ed@ebaker.me.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5887-9543")) -Description: Functions for performing time domain signal coding (see for example Chesmore (2001)) ) and related tasks. This package creates the standard S-matrix and A-matrix (with variable lag), has tools to convert coding matrices into distributed matrices, provides published codebooks and allows for extraction of code sequences. +Description: Functions for performing time domain signal coding as used in Chesmore (2001) , and related tasks. This package creates the standard S-matrix and A-matrix (with variable lag), has tools to convert coding matrices into distributed matrices, provides published codebooks and allows for extraction of code sequences. Depends: R (>= 3.4.0) License: GPL-3 Encoding: UTF-8