Skip to content

Commit 48caf25

Browse files
author
Raphael Sonabend
authored
Merge pull request #253 from alan-turing-institute/fix_rbuildignore
update buildignore
2 parents 84ae59c + 1a23518 commit 48caf25

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ man-roxygen
2424
^\.ccache$
2525
^\.github$
2626
^tic\.R$
27+
.vscode

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: distr6
22
Title: The Complete R6 Probability Distributions Interface
3-
Version: 1.5.4
3+
Version: 1.5.5
44
Authors@R:
55
c(person(given = "Raphael",
66
family = "Sonabend",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# distr6 1.5.5
2+
3+
* Minor internal change
4+
15
# distr6 1.5.4
26

37
* Added `as.Distribution.matrix` for converting matrices to a `VectorDistribution` of `WeightedDiscrete` distributions

0 commit comments

Comments
 (0)