Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Jupp authored and gaborcsardi committed Mar 30, 2012
0 parents commit c88ba87
Show file tree
Hide file tree
Showing 38 changed files with 2,675 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,15 @@
Package: ternvis
Type: Package
Title: Visualisation, verification and calibration of ternary
probabilistic forecasts
Version: 1.0
Date: 2012-03-30
Author: Tim Jupp
Maintainer: Tim Jupp <t.e.jupp@exeter.ac.uk>
Description: A suite of functions for visualising ternary probabilistic
forecasts.
Depends: grid, quadprog, maps, maptools, mapdata, dichromat
License: GPL-2
Packaged: 2012-03-30 16:03:39 UTC; tej202
Repository: CRAN
Date/Publication: 2012-03-30 17:47:29
37 changes: 37 additions & 0 deletions MD5
@@ -0,0 +1,37 @@
0b0f5cd09a705b218c845e93f0a0643a *DESCRIPTION
df390c53434517b304ac5db487184641 *NAMESPACE
9d850ccc7b0a6e77c86851aafb7a4fa6 *R/plot.tverify.R
44bbffc276211170bf6ec5f8cd2f1b04 *R/tcalibrate.R
060456027b8eab5962dbe59ea5b9da1c *R/tcolour.R
c894612614a6aa883092767ef2603ef2 *R/ternvis-internal.R
f2757b1ab156b92bc7f2a1976d98d112 *R/tgetcal.R
26238e50d1bd7d5d9a4ebac2b5685a8a *R/tgrid.R
dab02dcb59a5a0e2c952736ba2d62946 *R/tmap.R
1516cdfc27512c47cf6245b91b0b3da4 *R/tpalette.R
0d251e546e6bc8a0d5d9a4c8d8249615 *R/tplot.R
0a34dbec574a2e3423cb111aa89d4a92 *R/tscale.R
5f1b0ed168e81c63c9ae6ea616c0d2ec *R/tscore.R
b6df8c18294f2bcce290b079be0cd91a *R/tsetup.R
a5e7963b2b44f4e03aa1d182391f1509 *R/tverify.R
8b82fc1430833375a4bc774643b2d7b8 *R/tverify.default.R
8835e2da7636bb4429a9a06833669f73 *R/xf.R
fcec60ee815004034c1c8f10332e3f37 *R/yf.R
d13e437ebf0333ac22302dc0735dbd59 *data/foot.rda
4923cb2aa49e8cee976685bfd133f5c2 *data/rain.rda
d7cd58d69a6a1c216120843a7c3891a3 *inst/CITATION
a36f596c24aee44ffcddf7cee41200a6 *man/foot.Rd
5dfcf1df649bbbbd9557b234bec3aaa4 *man/rain.Rd
59c1c8641e642a2c219877f4c128668f *man/tcalibrate.Rd
988668fa17d2d4d04c1f5d8bc7fed541 *man/tcolour.Rd
56e0550b4ab3af73dd9d7a34ed809e67 *man/ternvis-package.Rd
468dfa586c1f151b8dba4a65675c4be4 *man/tgetcal.Rd
0f4645637402bfdb5d880a06502239b9 *man/tgrid.Rd
7954a6868c1f52d604791e12ca0cbe2c *man/tmap.Rd
26753640a5b687aaf44149d5cb618d7a *man/tpalette.Rd
76cf7404fe8a442dfa633905a3295b02 *man/tplot.Rd
178e79d7438f5adb36fb33b52628ae00 *man/tscale.Rd
50062e6b28d80cad846d668397ecb48e *man/tscore.Rd
4540c3f89eed1d69934a231e8c105775 *man/tsetup.Rd
156633554dc0030460416b1815973bbe *man/tverify.Rd
8f46f92ec6015c654871f531e3140883 *man/xf.Rd
5f254fbd54c6a1a7d38e642f0f3fbf1c *man/yf.Rd
1 change: 1 addition & 0 deletions NAMESPACE
@@ -0,0 +1 @@
exportPattern("^[[:alpha:]]+")

0 comments on commit c88ba87

Please sign in to comment.