diff --git a/.travis.yml b/.travis.yml index 21a77bd..26e6a37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,6 @@ language: r warnings_are_errors: true cache: packages -addons: - homebrew: - packages: - - mactex - jobs: include: - stage: unit tests diff --git a/DESCRIPTION b/DESCRIPTION index ed369ed..3646d70 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: inSilecoMisc Title: inSileco Miscellaneous Functions -Date: 2020-04-01 -Version: 0.3.0.9000 +Date: 2020-04-10 +Version: 0.4.0 Authors@R: c( person("Kevin", "Cazelles", email = "kevin.cazelles@gmail.com", comment = c(ORCID = "0000-0001-6619-9874"), role = c("aut", "cre")), person("David", "Beauchesne", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index 6277072..0277d15 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# inSilecoMisc (development version) +# inSilecoMisc 0.4.0 * New functions `msgInfo()`, `msgError()`, `msgSuccess()` `msgWarning()` to send notices to user while a function is being executed. * New function `keepInitials()` to keep the initials of character strings. diff --git a/tests/testthat/test-tblDown.R b/tests/testthat/test-tblDown.R index 927863c..42ea3b8 100644 --- a/tests/testthat/test-tblDown.R +++ b/tests/testthat/test-tblDown.R @@ -33,6 +33,10 @@ test_that("check file creation", { ct_fl2 <- readLines(fl2) ct_fl3 <- readLines(fl3) +cat("\n") +cat(ct_fl3, sep = "\n") +cat("\n") + test_that("check file content", { expect_equal(length(ct_fl2), 11) expect_equal(length(ct_fl3), 21)