Skip to content

Commit

Permalink
version 0.1-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xianhong Xie authored and gaborcsardi committed Oct 25, 2013
1 parent c0effb2 commit 2ad1419
Show file tree
Hide file tree
Showing 48 changed files with 52 additions and 28 deletions.
11 changes: 6 additions & 5 deletions DESCRIPTION 100755 → 100644
@@ -1,13 +1,14 @@
Package: rgcvpack
Version: 0.1-3
Date: 2009/10/05
Version: 0.1-4
Date: 2013/10/25
Title: R Interface for GCVPACK Fortran Package
Author: Xianhong Xie <xianhong04@gmail.com>
Maintainer: Xianhong Xie <xianhong04@gmail.com>
Description: Thin plate spline fitting and prediction
Depends: R (>= 2.1.0)
Description: Thin plate spline fitting and prediction
License: GPL (>= 2)
URL: http://www.stat.wisc.edu/~xie
Packaged: 2009-10-05 21:58:49 UTC; XXie
Packaged: 2013-10-31 21:38:02 UTC; XXie
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2009-10-06 07:05:43
Date/Publication: 2013-11-01 17:35:14
Empty file modified INDEX 100755 → 100644
Empty file.
45 changes: 45 additions & 0 deletions MD5
@@ -0,0 +1,45 @@
2e5c45474c7f811f30b40ce3cdfc1e55 *DESCRIPTION
fb86c4006ce2e95d35eb873bc701962c *INDEX
9821ead208f537c5208ae6bb21f6e7d0 *NAMESPACE
309dc5051428bc47de2b4826940b019a *R/rgcvpack.R
1c6c68aa9c66c0d22f82698dc1fa3aa0 *man/fitTps.Rd
b6a6058830cbf2834092ab57a91ab574 *man/predict.Tps.Rd
8290d2e9740414e315237f0d5d4024bb *src/Makevars
e98118d2861d4e3dcde2fafcbb050740 *src/dcfcr.f
7cbf4c432ae9b2ce90c755a2b8876576 *src/dcfcr1.f
df5f724564d06737571522b6114a68c8 *src/dcpmut.f
a30e7759af437ff90ea0821d8c375813 *src/dcrtz.f
295b81e455acc17c20a5e2339a2980e6 *src/dctsx.f
1db46eefe859e46c9f9630f6a9c9ff3f *src/ddcom.f
c6c7ebc1f4ca1d3f5f9e57847528186d *src/ddiag.f
658e961359faa8ea2bb6b4802c38f47e *src/dftkf.f
fa9e55172810df2c26d107ffc6370ffb *src/dgcv.f
67e8deefd9a659ecab1f7d9ae94d0ef3 *src/dgcv1.f
9a9959078e3b95639f31837cbbb45dcc *src/dmakek.f
25a4bfe8ca549799d355424c2be0678c *src/dmaket.f
b889b0600e415a649bf31ca780f92d15 *src/dpdcr.f
ccb60961687b6eb315a55003612cbdc7 *src/dpmse.f
bd93c41b3d99d931ac1fc2d9c7b00a3a *src/dpred.f
c056b91052e6f400eecb4c65067c0461 *src/dprmut.f
47859379b7ac920fffcb4102dbce2938 *src/dptpss.f
acee7ba9f4cb12388d045c24c97c54be *src/dreps.f
681c68cd6ef93c04298227d2a621c58d *src/drsap.f
209c37905fc0009bf62bc427def55f0f *src/dset.f
edf6afd4ced24471cdcf29ccd1e3d709 *src/dsetup.f
d166de495c7a614d7898cb2eba186f0c *src/dsgdc.f
43b4cdc0128643da907da5ea275e3ddf *src/dsgdc1.f
d63218cd6deee9c140a4fc7bf9fddcc3 *src/dsnsm.f
b42f8a7fd72e2f7488d304c5b64943a8 *src/dsuy.f
1374079f718be0c7b5224abfba0f6043 *src/dtpkm.f
e9eab56fc2e06bff36e929ce45babcba *src/dtpss.f
4423796fafb0a971259701ea5f448479 *src/dtsvdc.f
b84bb32f292819cc812d4f655c246895 *src/duni.f
8218dfc0cf52b0f8ff9630307599bc85 *src/dvl.f
d6be255c867d2708c56267e98cf3c31a *src/dvlop.f
588c73035e2170b456067a6a1aa9bc39 *src/dvmin.f
a52f012e4df7f8e2da444caae4d2c7e6 *src/dzdc.f
572d3fd0b7384758c030b23f808dff2c *src/fact.f
2363d6130f615f6732e50b57457b9e4f *src/mkpoly.f
463c4479530e766fe4f873474d4cb691 *src/mktpar.f
74ab45b098adadb860b9f33a58f5b707 *src/mkxys.f
2f4a50b7c5c58cce0e60577700f5f6b7 *src/prmut.f
Empty file modified NAMESPACE 100755 → 100644
Empty file.
Empty file modified R/rgcvpack.R 100755 → 100644
Empty file.
22 changes: 0 additions & 22 deletions R/zzz.R

This file was deleted.

Binary file removed inst/doc/rgcvpack.pdf
Binary file not shown.
Empty file modified man/fitTps.Rd 100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion man/predict.Tps.Rd 100755 → 100644
Expand Up @@ -5,7 +5,7 @@
Predict the thin plate spline fitting at given new data points.
}
\usage{
predict.Tps(object, newdata = NULL, ...)
\method{predict}{Tps}(object, newdata = NULL, ...)
}
\arguments{
\item{object}{a Tps object returned by fitTps }
Expand Down
Empty file modified src/Makevars 100755 → 100644
Empty file.
Empty file modified src/dcfcr.f 100755 → 100644
Empty file.
Empty file modified src/dcfcr1.f 100755 → 100644
Empty file.
Empty file modified src/dcpmut.f 100755 → 100644
Empty file.
Empty file modified src/dcrtz.f 100755 → 100644
Empty file.
Empty file modified src/dctsx.f 100755 → 100644
Empty file.
Empty file modified src/ddcom.f 100755 → 100644
Empty file.
Empty file modified src/ddiag.f 100755 → 100644
Empty file.
Empty file modified src/dftkf.f 100755 → 100644
Empty file.
Empty file modified src/dgcv.f 100755 → 100644
Empty file.
Empty file modified src/dgcv1.f 100755 → 100644
Empty file.
Empty file modified src/dmakek.f 100755 → 100644
Empty file.
Empty file modified src/dmaket.f 100755 → 100644
Empty file.
Empty file modified src/dpdcr.f 100755 → 100644
Empty file.
Empty file modified src/dpmse.f 100755 → 100644
Empty file.
Empty file modified src/dpred.f 100755 → 100644
Empty file.
Empty file modified src/dprmut.f 100755 → 100644
Empty file.
Empty file modified src/dptpss.f 100755 → 100644
Empty file.
Empty file modified src/dreps.f 100755 → 100644
Empty file.
Empty file modified src/drsap.f 100755 → 100644
Empty file.
Empty file modified src/dset.f 100755 → 100644
Empty file.
Empty file modified src/dsetup.f 100755 → 100644
Empty file.
Empty file modified src/dsgdc.f 100755 → 100644
Empty file.
Empty file modified src/dsgdc1.f 100755 → 100644
Empty file.
Empty file modified src/dsnsm.f 100755 → 100644
Empty file.
Empty file modified src/dsuy.f 100755 → 100644
Empty file.
Empty file modified src/dtpkm.f 100755 → 100644
Empty file.
Empty file modified src/dtpss.f 100755 → 100644
Empty file.
Empty file modified src/dtsvdc.f 100755 → 100644
Empty file.
Empty file modified src/duni.f 100755 → 100644
Empty file.
Empty file modified src/dvl.f 100755 → 100644
Empty file.
Empty file modified src/dvlop.f 100755 → 100644
Empty file.
Empty file modified src/dvmin.f 100755 → 100644
Empty file.
Empty file modified src/dzdc.f 100755 → 100644
Empty file.
Empty file modified src/fact.f 100755 → 100644
Empty file.
Empty file modified src/mkpoly.f 100755 → 100644
Empty file.
Empty file modified src/mktpar.f 100755 → 100644
Empty file.
Empty file modified src/mkxys.f 100755 → 100644
Empty file.
Empty file modified src/prmut.f 100755 → 100644
Empty file.

0 comments on commit 2ad1419

Please sign in to comment.