Skip to content

Commit

Permalink
version 2.23-22
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ripley authored and cran-robot committed Jul 10, 2023
1 parent e2254c3 commit 957da21
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: KernSmooth
Priority: recommended
Version: 2.23-21
Date: 2023-05-03
Version: 2.23-22
Date: 2023-07-10
Title: Functions for Kernel Smoothing Supporting Wand & Jones (1995)
Authors@R: c(person("Matt", "Wand", role = "aut",
email = "Matt.Wand@uts.edu.au"),
Expand All @@ -20,10 +20,10 @@ Description: Functions for kernel smoothing (and density estimation)
License: Unlimited
ByteCompile: yes
NeedsCompilation: yes
Packaged: 2023-05-03 13:26:48 UTC; ripley
Packaged: 2023-07-10 11:00:31 UTC; ripley
Author: Matt Wand [aut],
Cleve Moler [ctb] (LINPACK routines in src/d*),
Brian Ripley [trl, cre, ctb] (R port and updates)
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Repository: CRAN
Date/Publication: 2023-05-03 16:25:34 UTC
Date/Publication: 2023-07-10 14:38:27 UTC
6 changes: 3 additions & 3 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
664a7a2e5c2f22f827c86d52f291d857 *DESCRIPTION
a08cf595ed44597bc84b0d2ef6570e65 *DESCRIPTION
2e0dc36e93da6190c3a98daee12adf01 *LICENCE.note
a93c919c53d25488f67acbe057fff7ed *NAMESPACE
af2eecaef956cf10cf859f9ea8780f48 *PORTING
51a41c05af09d76b8a000d8b3229b214 *PORTING
e39722afb7d8e01d4fe4ae4a91d32f77 *R/all.R
b0d64daa8248d639e4e8b18ce8cf1d7b *inst/po/de/LC_MESSAGES/R-KernSmooth.mo
b3f60f3bd8f90b8014d0753c54dd6436 *inst/po/en@quot/LC_MESSAGES/R-KernSmooth.mo
Expand All @@ -22,7 +22,7 @@ c9ded8b39bff26f94a330d3e8f3806d0 *po/R-KernSmooth.pot
c809bfb04ea2f159c135066e86245eb2 *po/R-it.po
a2847b53c0440c2e28fdecdb3dc78d19 *po/R-ko.po
9d5ff0a109cf7aa38c7fb56017539a3b *po/R-pl.po
8290d2e9740414e315237f0d5d4024bb *src/Makevars
f491e0deec507157cbb9c8094b4b1896 *src/Makevars
fbf478a29898539e563ca19df62372fe *src/blkest.f
3518477f0489855c005d4c9d9e48de5d *src/cp.f
a998e830d7647683a856b25a4ae26ad1 *src/dgedi.f
Expand Down
11 changes: 11 additions & 0 deletions PORTING
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,14 @@ 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 bkde

Version 2.23-22
===============

src/Makevars does not need FLIBS as there is Fortran code in the package.
(And macOS now warns on duplication.)
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PKG_LIBS=$(BLAS_LIBS) $(FLIBS)
PKG_LIBS=$(BLAS_LIBS)

0 comments on commit 957da21

Please sign in to comment.