Skip to content

Commit

Permalink
version 1.0-7
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock authored and cran-robot committed Aug 25, 2016
1 parent fc0bf73 commit 936e0be
Show file tree
Hide file tree
Showing 7 changed files with 676 additions and 495 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Package: phonR
Type: Package
Title: Tools for Phoneticians and Phonologists
Version: 1.0-3
Date: 2015-04-18
Version: 1.0-7
Date: 2016-08-22
Author: Daniel R. McCloy
Maintainer: Daniel R. McCloy <drmccloy@uw.edu>
Depends: R (>= 2.10)
Imports: splancs, deldir, plotrix
Imports: splancs, deldir, plotrix, stats, grDevices, graphics
Description: Tools for phoneticians and phonologists, including functions for normalization and plotting of vowels.
License: GPL-3
URL: http://drammock.github.io/phonR/
BugReports: https://github.com/drammock/phonR/issues
LazyLoad: yes
LazyData: yes
Packaged: 2015-04-19 01:42:07 UTC; dan
NeedsCompilation: no
Packaged: 2016-08-25 18:26:41 UTC; drmccloy
Repository: CRAN
Date/Publication: 2015-04-19 07:52:19
Date/Publication: 2016-08-25 22:37:29
12 changes: 6 additions & 6 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
c69162db50e5f7264a421a9869955974 *DESCRIPTION
0490c4cb9bff9f3887fced78c75d02ac *NAMESPACE
5f6e82b0da540eed3f79a927395ce924 *R/phonR.R
8c41be602430d3202f58a6d8ca1df762 *DESCRIPTION
5d47d805c80ad5552bc5d1023f5cad19 *NAMESPACE
1992dacec37ce2237b849acc15f32130 *R/phonR.R
3aef6c97bd55a74486bf857653e832c8 *data/indoVowels.rda
8fb7a04926ac26b4d97f5e813d457aac *inst/CITATION
8d812c467540776201a4191da13b5a80 *inst/CITATION
168057db57a12a06e8bf794e0259157c *man/indo.Rd
2e80e2e281dd8e2e12fcdb0546dcfad0 *man/normVowels.Rd
65917c2783ac6140d5df38ca51094df9 *man/plotVowels.Rd
2a1ffbd86140b8e8bfa4e6cd2e3088a0 *man/normVowels.Rd
8b0de2e67f7ed2e62eaa88528bace88d *man/plotVowels.Rd
5889fdbb075f840db870385d2f2246f8 *man/repulsiveForce.Rd
e9fb999af3d08bb09c7e1119f4b5ff15 *man/vowelSpaceArea.Rd
3 changes: 3 additions & 0 deletions NAMESPACE
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ export(repulsiveForce)
export(repulsiveForceHeatmap)
export(repulsiveForceHeatmapLegend)
export(vowelMeansPolygonArea)
import(graphics)
import(grDevices)
import(stats)

0 comments on commit 936e0be

Please sign in to comment.