Rev 8402 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
KernSmooth/src:add simple Makefile.add LINPACK routines dgefa.f and dgesl.falter blkest.f and cp.f so that the last argument of dqrsl (info)is a variable not a constant as it is used on output.KernSmooth/data:Add dump of `geyser' example from Azzalini & Bowman.KernSmooth/R:Alter .First.lib to R form.KernSmooth/man:Quote many S objects.Create files via Sd2Rd.Add data(geyser) as required.Version 2.22-5==============R 1.2.0 and later require BLAS_LIBS set.Add help for geyser (copied from package MASS).Version 2.22-7==============cp.f was calling dqrdc incorrectly.Version 2.22-8==============Use * for array bounds in FortranVersion 2.22-9==============Remove dataset geyser and get it from MASSUse 0.0d0 not dble(0).Version 2.22-10===============Add namespaceVersion 2.22-11===============Add .onUnload, require R 1.8.0.Remove some unused assignments, use sort.list rather than order.Version 2.22-12===============Update Matt Wand's URL.Correct default values in help files (and descriptions thereof)Version 2.22-13===============Version for 1.9.0 with re-organized packages.Version 2.22-14===============Use Suggests: in DESCRIPTIONVersion 2.22-15===============Don't use <<see below>> in help files.Version 2.22-16===============Use stop() for errors. Add .pot file.Use registration mechanism, only usable after svn r36365Version 2.22-18===============Use FLIBS in PKG_LIBS, in case needed.Version 2.22-20===============Use packageStartupMessage() not cat() in startup messageVersion 2.22-21===============Remove unused var in cp.f and .C() call.Install LICENCE fileVersion 2.22-22===============Add a few more details to the help files.Version 2.23-1==============Use integer constants.Protection against small bandwidths and related changes from Matt WandScale kernel weights to sum to 1 (matters when bandwidth is small comparedto the grid spacing).Version 2.23-2==============Add German translation.Version 2.23-3==============Tweaks to dpih.Rd from Matt Wand.Version 2.23-4==============Correction to linbin2D from Kjell Konis (output was transposed).Revert dpill to 2.22 version at Matt Wand's request.Version 2.23-5==============Error in bkfe if gridsize was a power of 2, reported by Barry Rowlingson.Version 2.23-6==============Analogous change to bkde, needed if gridsize was a power of 2 for some'x' where 'range.x' is given (and small).Version 2.23-7==============Typo in dpik reported by Tanya Tang.Version 2.23-8==============Add Polish translations.Version 2.23-9==============Change LICENCE to Licence.noteUse Authors@R.Version 2.23-10===============Add Korean translations.Force byte-compiling (for consistency with installation from R tarball).Version 2.23-11===============Add French translations.Bug fix in linbin(truncate = FALSE)Version 2.23-12===============Update Polish translations.Version 2.23-13===============Changes to reduce noise from R CMD check --as-cran:put message in .onAttach and remove orig.Version 2.23-14===============Removed unused assignments.Improve DESCRIPTION file.Update ko translations.Version 2.23-15===============Correct imports in NAMESPACE file.Version 2.23-16===============Incude <stddef.h> in src/init.c.Add credit for LINPACK routines.Version 2.23-17===============Update translations and PORTINGVersion 2.23-18===============src/dgedi.f: remove incorrect copyright in header.Add Note field in DESCRIPTIONVersion 2.23-19===============[Unreleased]src/rlbin.f: issue in locpoly() reported by Peter Dalgaardtests/locpoly.R: regression test for the above.Version 2.23-20===============R/all.R: add sanity check for 'canonical' argument.man/bkde.Rd: stress the above.Update fr translations.Version 2.23-21===============typo in bkdeExpand seq(length=).Version 2.23-22===============src/Makevars does not need FLIBS as there is Fortran code in the package.(And macOS now warns on duplication.)Version 2.23-23===============(Not released to CRAN)Declare a variable in cp.f to pacify Intel ifx.Version 2.23-24===============Use DO..END DO in Fortran code.Update de translations.Version 2.23-25===============[Unreleased]locpoly() allowed multiple bandwidths but did not check <= 0 correctly.Version 2.23-26===============Change maintainer email address.