File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package: distr6
2
2
Title: The Complete R6 Probability Distributions Interface
3
- Version: 1.8.1
3
+ Version: 1.8.2
4
4
Authors@R:
5
5
c(person(given = "Raphael",
6
6
family = "Sonabend",
@@ -68,7 +68,12 @@ Authors@R:
68
68
person(given = "Michal",
69
69
family = "Lauer",
70
70
role = "ctb",
71
- email = "michal.lauer.25@gmail.com"))
71
+ email = "michal.lauer.25@gmail.com"),
72
+ person(given = "John",
73
+ family = "Zobolas",
74
+ role = "ctb",
75
+ email = "bblodfon@gmail.com",
76
+ comment = c(ORCID = "0000-0002-3609-8674")))
72
77
Description: An R6 object oriented distributions package. Unified
73
78
interface for 42 probability distributions and 11 kernels including
74
79
functionality for multiple scientific types. Additionally
Original file line number Diff line number Diff line change 12
12
))
13
13
}
14
14
15
- if (dim(arrs [[1L ]]) == 2L ) {
15
+ if (length( dim(arrs [[1L ]]) ) == 2L ) {
16
16
out <- .merge_matpdf_cols(arrs )
17
17
} else {
18
18
out <- .merge_arrpdf_cols(arrs )
You can’t perform that action at this time.
0 commit comments