From 220c81a2375e95a7050ec09f1edce34e4c7783a4 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Tue, 17 Dec 2019 10:54:37 +0100 Subject: [PATCH] Improved documentation and build --- .Rbuildignore | 3 ++- man/ownNum2Str.Rd | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 2650fe0..6c0c96c 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,4 @@ LICENSE TODO.md -matlab \ No newline at end of file +matlab +CHANGELOG.md \ No newline at end of file diff --git a/man/ownNum2Str.Rd b/man/ownNum2Str.Rd index b266187..ab04800 100644 --- a/man/ownNum2Str.Rd +++ b/man/ownNum2Str.Rd @@ -10,7 +10,7 @@ ownNum2Str(number) \item{number}{number} } \description{ -Own number to string +Converts numbers to strings } \note{ On Matlab, if number is NaN the output is 'NaN'. Here, the output will be an error. Also, the function belo expects "number" to have length one, whereas Matlab accepts vectors.