Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
- fixes bug introduced in v5.1.1 when printing output when bootfun is `mean`
  • Loading branch information
acp29 committed Jan 8, 2023
1 parent 331633c commit 32bc41a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: statistics-bootstrap
version: 5.1.1
date: 2023-01-07
version: 5.1.2
date: 2023-01-08
author: Andrew Penn <[email protected]>
maintainer: Andrew Penn <[email protected]>
title: A statistics package with a variety of bootstrap resampling tools
Expand Down
1 change: 1 addition & 0 deletions inst/bootknife.m
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
end
if ((nargin < 3) || isempty (bootfun))
bootfun = @mean;
bootfun_str = 'mean';
else
if (iscell (bootfun))
if (ischar (bootfun{1}))
Expand Down

0 comments on commit 32bc41a

Please sign in to comment.