-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #293 from xoopR/bug-fix
fix small bug in `merge_cols.R`
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: distr6 | ||
Title: The Complete R6 Probability Distributions Interface | ||
Version: 1.8.1 | ||
Version: 1.8.2 | ||
Authors@R: | ||
c(person(given = "Raphael", | ||
family = "Sonabend", | ||
|
@@ -68,7 +68,12 @@ Authors@R: | |
person(given = "Michal", | ||
family = "Lauer", | ||
role = "ctb", | ||
email = "[email protected]")) | ||
email = "[email protected]"), | ||
person(given = "John", | ||
family = "Zobolas", | ||
role = "ctb", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-3609-8674"))) | ||
Description: An R6 object oriented distributions package. Unified | ||
interface for 42 probability distributions and 11 kernels including | ||
functionality for multiple scientific types. Additionally | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters