Skip to content

Commit aa6ca54

Browse files
committed
readme edits
1 parent c42978f commit aa6ca54

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

README.md

+13-18
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/swfscMisc)](https://cran.r-project.org/package=swfscMisc)
22
[![Travis-CI Build Status](https://travis-ci.org/EricArcher/swfscMisc.svg?branch=master)](https://travis-ci.org/EricArcher/swfscMisc)
3-
[![](http://cranlogs.r-pkg.org/badges/last-day/swfscMisc)](https://cran.r-project.org/package=swfscMisc)
4-
[![](http://cranlogs.r-pkg.org/badges/last-week/swfscMisc)](https://cran.r-project.org/package=swfscMisc)
5-
[![](http://cranlogs.r-pkg.org/badges/swfscMisc)](https://cran.r-project.org/package=swfscMisc)
6-
[![](http://cranlogs.r-pkg.org/badges/grand-total/swfscMisc)](https://cran.r-project.org/package=swfscMisc)
7-
3+
![](http://cranlogs.r-pkg.org/badges/last-day/swfscMisc?color=red)
4+
![](http://cranlogs.r-pkg.org/badges/last-week/swfscMisc?color=red)
5+
![](http://cranlogs.r-pkg.org/badges/swfscMisc?color=red)
6+
![](http://cranlogs.r-pkg.org/badges/grand-total/swfscMisc?color=red)
87
# swfscMisc
98

109
## Description
@@ -39,7 +38,7 @@ devtools::install_github('ericarcher/swfscMisc')
3938

4039
## Current functions
4140

42-
* Geodesic related functions:
41+
* Geodesic functions:
4342
* bearing
4443
* datum
4544
* distance
@@ -76,48 +75,44 @@ devtools::install_github('ericarcher/swfscMisc')
7675
* fisher.method.p
7776
* geometric.mean
7877
* harmonic.mean
79-
* invLogOdds
80-
* invOdds
8178
* isBetween
82-
* logOdds
8379
* na.count
8480
* normalize
85-
* odds
81+
* odds conversion (odds, invOdds, logOdds, invLogOdds)
8682
* one.arg
8783
* pVal
8884
* ceiling, floor, trunc, round (.data.frame)
8985
* uniform.test
9086
* which.nearest
9187
* zero.pad
9288

93-
## Changes
94-
95-
### version 1.1.1
89+
## version 1.1.1
9690

9791
* Added rounding functions for data.frames.
92+
* Removed NEWS.md - changelog moved to README.md
9893

99-
### version 1.1
94+
## version 1.1
10095

10196
* Added `autoUnits` function
10297
* 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`.
10398

104-
### version 1.0.9
99+
## version 1.0.9
105100

106101
* Added `transparent` function
107102
* Changed distance and destination functions to accept partial matches for method
108103
of calculation, type of surface, and units
109104

110-
### version 1.0.8
105+
## version 1.0.8
111106

112107
* Fixed `das.read` to handle errors in position and suppress warnings about `NA`s
113108
during numerical conversions.
114109
* Fixed `das.map` to remove records with no position
115110

116-
### version 1.0.7
111+
## version 1.0.7
117112

118113
* Changed `isBetween` to accept a vector of numbers
119114

120-
### version 1.0.6
115+
## version 1.0.6
121116

122117
* Added NEWS.md
123118
* Added `diversity` function (moved from strataG package)

0 commit comments

Comments
 (0)