Skip to content

Commit

Permalink
v1.1.4 (#143)
Browse files Browse the repository at this point in the history
v1.1.4
  • Loading branch information
zouter authored Jun 28, 2019
2 parents c05d195 + d532d94 commit bf55e49
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dynwrap
Type: Package
Title: Common trajectory model for representing trajectories from all sources
Version: 1.1.3
Version: 1.1.4
Authors@R: c(
person(
"Robrecht",
Expand Down
3 changes: 2 additions & 1 deletion R/method_infer_trajectory.R
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ infer_trajectory <- dynutils::inherit_default_params(
invisible()
} else if (is.null(design$model[[1]])) {
error <- design$summary[[1]]$error[[1]]
stop("Error during trajectory inference \n", crayon::bold(error), call. = FALSE)
cat(crayon::red(crayon::bold(error)))
stop("Error during trajectory inference, see output above \U2191\U2191\U2191" , call. = FALSE)
} else {
first(design$model)
}
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ changes.

<!-- This section gets automatically generated from inst/NEWS.md, and also generates inst/NEWS -->

### Recent changes in dynwrap 1.1.4 (27-06-2019)

- BUG FIX: Fixed \#142 where the error message was truncated

### Recent changes in dynwrap 1.1.3 (05-06-2019)

- MINOR CHANGE `add_dimred()`: Add a separate argument for specifying
the projected dimred rather than expecting the projected dimred to
be passed as additional columns in `dimred`.

- BUG FIX: Fix for dynverse/dyno\#52, do specify whether or not to use
optional priors when passed

### Recent changes in dynwrap 1.1.2 (08-05-2019)

- FEATURE: Add leaves\_n as prior
information
optional priors when
passed.

## Dynverse dependencies

Expand Down
8 changes: 6 additions & 2 deletions inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
dynwrap 1.1.4 (27-06-2019)

* BUG FIX: Fixed #142 where the error message was truncated

dynwrap 1.1.3 (05-06-2019)

* MINOR CHANGE `add_dimred()`: Add a separate argument for specifying the projected dimred rather than
expecting the projected dimred to be passed as additional columns in `dimred`.

* BUG FIX: Fix for dynverse/dyno#52, do specify whether or not to use optional priors when passed
* BUG FIX: Fix for dynverse/dyno#52, do specify whether or not to use optional priors when passed.

dynwrap 1.1.2 (08-05-2019)

* FEATURE: Add leaves_n as prior information

dynwrap 1.1.1 (08-05-2019)

* BUG FIX: Fixed bug for directed geodesic distances with disconnected graphs, dynverse/dynplot#37
* BUG FIX: Fixed bug for directed geodesic distances with disconnected gra phs, dynverse/dynplot#37

dynwrap 1.1 (07-05-2019)

Expand Down
6 changes: 5 additions & 1 deletion inst/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# dynwrap 1.1.4 (27-06-2019)

* BUG FIX: Fixed #142 where the error message was truncated

# dynwrap 1.1.3 (05-06-2019)

* MINOR CHANGE `add_dimred()`: Add a separate argument for specifying the projected dimred rather than
Expand All @@ -11,7 +15,7 @@

# dynwrap 1.1.1 (08-05-2019)

* BUG FIX: Fixed bug for directed geodesic distances with disconnected graphs, dynverse/dynplot#37
* BUG FIX: Fixed bug for directed geodesic distances with disconnected gra phs, dynverse/dynplot#37

# dynwrap 1.1 (07-05-2019)

Expand Down

0 comments on commit bf55e49

Please sign in to comment.