[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: statistics 1.2.1 released
From: |
Carnë Draug |
Subject: |
Re: statistics 1.2.1 released |
Date: |
Fri, 26 Jul 2013 06:25:18 +0100 |
On 26 July 2013 05:54, Lukas Reichlin <address@hidden> wrote:
> On 26.07.2013, at 00:38, Carnë Draug <address@hidden> wrote:
>
>> Hi everyone
>>
>> a new release of the statistics package is out, version 1.2.1, by Arno
>> Onken. Enjoy Octave responsibly.
>>
>> Carnë
>
> Thanks Carnë and Arno! I got the following warnings upon package installation:
>
> octave:2> pkg install -forge -nodeps statistics
> warning: function /Users/lukas/octave/statistics-1.2.1/fstat.m shadows a core
> library function
> /var/tmp/octave-help-wA7iBd:7: must be after address@hidden' to use
> address@hidden'
> /var/tmp/octave-help-wA7iBd:12: must be after address@hidden' to use
> address@hidden'
> /var/tmp/octave-help-ZeYrFD:8: must be after address@hidden' to use
> address@hidden'
> /var/tmp/octave-help-ZeYrFD:14: must be after address@hidden' to use
> address@hidden'
> /var/tmp/octave-help-ZeYrFD:20: must be after address@hidden' to use
> address@hidden'
> /var/tmp/octave-help-ZeYrFD:24: must be after address@hidden' to use
> address@hidden'
> /var/tmp/octave-help-ZeYrFD:28: must be after address@hidden' to use
> address@hidden'
> For information about changes from previous versions of the statistics
> package, run 'news ("statistics")'.
You're still using TexInfo 5 correct? Do you get those warnings when
getting the help text for dendogram and hist3? If so, this a problem
that only appears with the new TexInfo when deftypefnx is used in the
middle of the help text.
My understanding is that this type of usage of deftypefnx should be
avoided in first place. When it can't, then the solution is to end
deftypefn first. See the gallery function [1] in octave core for an
example where that is done.
Carnë
[1]
http://hg.savannah.gnu.org/hgweb/octave/default/scripts/special-matrix/gallery.m