|
1 | 1 | [](https://cran.r-project.org/package=swfscMisc)
|
2 | 2 | [](https://travis-ci.org/EricArcher/swfscMisc)
|
3 |
| -[](https://cran.r-project.org/package=swfscMisc) |
4 |
| -[](https://cran.r-project.org/package=swfscMisc) |
5 |
| -[](https://cran.r-project.org/package=swfscMisc) |
6 |
| -[](https://cran.r-project.org/package=swfscMisc) |
7 |
| - |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
8 | 7 | # swfscMisc
|
9 | 8 |
|
10 | 9 | ## Description
|
@@ -39,7 +38,7 @@ devtools::install_github('ericarcher/swfscMisc')
|
39 | 38 |
|
40 | 39 | ## Current functions
|
41 | 40 |
|
42 |
| -* Geodesic related functions: |
| 41 | +* Geodesic functions: |
43 | 42 | * bearing
|
44 | 43 | * datum
|
45 | 44 | * distance
|
@@ -76,48 +75,44 @@ devtools::install_github('ericarcher/swfscMisc')
|
76 | 75 | * fisher.method.p
|
77 | 76 | * geometric.mean
|
78 | 77 | * harmonic.mean
|
79 |
| - * invLogOdds |
80 |
| - * invOdds |
81 | 78 | * isBetween
|
82 |
| - * logOdds |
83 | 79 | * na.count
|
84 | 80 | * normalize
|
85 |
| - * odds |
| 81 | + * odds conversion (odds, invOdds, logOdds, invLogOdds) |
86 | 82 | * one.arg
|
87 | 83 | * pVal
|
88 | 84 | * ceiling, floor, trunc, round (.data.frame)
|
89 | 85 | * uniform.test
|
90 | 86 | * which.nearest
|
91 | 87 | * zero.pad
|
92 | 88 |
|
93 |
| -## Changes |
94 |
| - |
95 |
| -### version 1.1.1 |
| 89 | +## version 1.1.1 |
96 | 90 |
|
97 | 91 | * Added rounding functions for data.frames.
|
| 92 | +* Removed NEWS.md - changelog moved to README.md |
98 | 93 |
|
99 |
| -### version 1.1 |
| 94 | +## version 1.1 |
100 | 95 |
|
101 | 96 | * Added `autoUnits` function
|
102 | 97 | * Changed default arguments for `lat.range` and `lon.range` to `NULL` in `sample.map`. If not specified, the ranges will be set to the ranges of the `lat` and `lon`.
|
103 | 98 |
|
104 |
| -### version 1.0.9 |
| 99 | +## version 1.0.9 |
105 | 100 |
|
106 | 101 | * Added `transparent` function
|
107 | 102 | * Changed distance and destination functions to accept partial matches for method
|
108 | 103 | of calculation, type of surface, and units
|
109 | 104 |
|
110 |
| -### version 1.0.8 |
| 105 | +## version 1.0.8 |
111 | 106 |
|
112 | 107 | * Fixed `das.read` to handle errors in position and suppress warnings about `NA`s
|
113 | 108 | during numerical conversions.
|
114 | 109 | * Fixed `das.map` to remove records with no position
|
115 | 110 |
|
116 |
| -### version 1.0.7 |
| 111 | +## version 1.0.7 |
117 | 112 |
|
118 | 113 | * Changed `isBetween` to accept a vector of numbers
|
119 | 114 |
|
120 |
| -### version 1.0.6 |
| 115 | +## version 1.0.6 |
121 | 116 |
|
122 | 117 | * Added NEWS.md
|
123 | 118 | * Added `diversity` function (moved from strataG package)
|
|
0 commit comments