Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zheyuan Li authored and cran-robot committed Nov 2, 2023
1 parent 6788766 commit 23fb885
Show file tree
Hide file tree
Showing 10 changed files with 438 additions and 41 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gps
Version: 1.1
Date: 2023-04-29
Version: 1.2
Date: 2023-11-02
Title: General P-Splines
Authors@R: person("Zheyuan", "Li", role = c("aut", "cre"),
email = "zheyuan.li@bath.edu",
Expand All @@ -13,6 +13,6 @@ Description: General P-splines are non-uniform B-splines penalized by a general
License: GPL-3
NeedsCompilation: yes
URL: https://github.com/ZheyuanLi/gps
Packaged: 2023-04-29 10:35:33 UTC; lzy
Packaged: 2023-11-02 03:25:41 UTC; lzy
Repository: CRAN
Date/Publication: 2023-04-30 16:20:02 UTC
Date/Publication: 2023-11-02 06:30:02 UTC
17 changes: 9 additions & 8 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
405ae2c17e75a50052f9f81f1abb5a87 *DESCRIPTION
f4ac7d5009bc521557221a0d23beed12 *NAMESPACE
75467fd6e9bc138cdd72921fe1476e96 *R/gps.R
439bf689fa27cf9affd0335332142165 *build/partial.rdb
10acc6c42ea5a49d133fb2831892c3c3 *DESCRIPTION
bd1d42f69470a958827f7cc9e5cfcbc0 *NAMESPACE
02b5cca7aa29e61a9ec79b4075addfb9 *R/gps.R
7080893e02c49cd296d4424b9be55069 *build/partial.rdb
5da8548b7a8f08da85a31f4b9c183a12 *man/DemoBS.Rd
336702ad3a5c5916e4c2aedc28d0d6d7 *man/DemoKnots.Rd
079cdc652c9b3f68686d11d49644570f *man/DemoNull.Rd
47086e65d54402897ab29f6223c26f45 *man/DemoPBS.Rd
fa650047d683e03f92c7ddb35ecc644f *man/DemoSpl.Rd
1ea3cbd24b9c8e4e38c359a895db9c7c *man/DemoSpl.Rd
3195441c252b8c6e37a957299c29ebeb *man/GramBS.Rd
c3fa3a206b242861831b17d2f7d34d7b *man/MakeGrid.Rd
5f17632f392f253750bca5cc3cc61dfe *man/PlaceKnots.Rd
15536b9e6c88fe7eefb4725329b243cc *man/gps2GS.Rd
6b800c2223a31e8a8528032826382b0a *man/penalty.Rd
0111a43917522f55bc6ef771da286b44 *man/gps2GS.Rd
72ce3f683a1b6c742fc575c98897e3c6 *man/penalty.Rd
cde127621f6fe75a7c7754f55a690155 *man/penutils.Rd
b4817c6ed64e16e6d46a4fef43d5f4a6 *man/periodic.Rd
156aa8ae02bfbc01197b3989a9e9b0f6 *man/rspl.Rd
4d0a21b0bcaff7c7af4a880c19aa2a8d *src/Dmat.c
2a6f9e9e044a78154d3cfda5936d6f48 *src/Makevars
42af352bd93ce59823d8c767f6ad8c2d *src/band.c
e7d29ee9459fbeb8eb2852fc9de84ef5 *src/base.c
461270b3e627b3bf57c4fb2cb1ef26a9 *src/base.h
1772c8a9ab3310a7379d633e0fccc46a *src/bspl.c
521558566269e5d10da5a0540779f96e *src/gps2.c
25bc3a835823e92fcc29ed07142d8f28 *src/gps2.c
edfc4e4ff1e80d2878d74c46e505128c *src/init.c
11 changes: 7 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
useDynLib(gps, .registration = TRUE)

export(MakeGrid, PlaceKnots, DemoKnots, DemoBS, DemoSpl,
export(DemoKnots, DemoBS, DemoSpl,
MakeGrid, PlaceKnots,
SparseD, DemoNull, DiffCoef,
GramBS, btSb,
PriorCoef, MPinv,
pbsDesign, SparsePD, DemoPBS,
rspl,
gps2GS, DemoRhoLim)

import(stats)
importFrom(splines, splineDesign)
importFrom(Matrix, crossprod)
importFrom(Matrix, crossprod, t)
importFrom(methods, new)
importFrom(graphics, plot.default, points.default, lines.default,
abline, matplot, matlines, par, segments, text.default, mtext, polygon, title)
importFrom(graphics, plot.default, points.default, lines.default, abline,
matplot, matlines, par, segments, text.default, mtext,
polygon, title, legend, barplot.default)
importFrom(grDevices, gray)

0 comments on commit 23fb885

Please sign in to comment.