Skip to content

Commit

Permalink
🔖 v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Cazelles committed Apr 10, 2020
1 parent c141150 commit 1ad99a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ language: r
warnings_are_errors: true
cache: packages

addons:
homebrew:
packages:
- mactex

jobs:
include:
- stage: unit tests
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions tests/testthat/test-tblDown.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1ad99a6

Please sign in to comment.