Browse Source

final push

tags/v0.2.1
boB Rudis 4 years ago
parent
commit
7660b020de
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      R/mgrs-package.R
  2. 8
      README.md
  3. 8
      man/mgrs.Rd

2
R/mgrs-package.R

@ -25,4 +25,4 @@
#' @author Bob Rudis (bob@@rud.is)
#' @useDynLib mgrs, .registration=TRUE
#' @importFrom Rcpp sourceCpp
NULL
"_PACKAGE"

8
README.md

@ -5,7 +5,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
[![Signed
by](https://img.shields.io/badge/Keybase-Verified-brightgreen.svg)](https://keybase.io/hrbrmstr)
![Signed commit
%](https://img.shields.io/badge/Signed_Commits-23.5%25-lightgrey.svg)
%](https://img.shields.io/badge/Signed_Commits-27.8%25-lightgrey.svg)
[![Linux build
Status](https://travis-ci.org/hrbrmstr/mgrs.svg?branch=master)](https://travis-ci.org/hrbrmstr/mgrs)
[![Windows build
@ -61,10 +61,16 @@ The following functions are implemented:
## Installation
``` r
install.packages("mgrs", repos = "https://cinc.rud.is")
# or
remotes::install_git("https://git.rud.is/hrbrmstr/mgrs.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/mgrs")
# or
remotes::install_gitlab("hrbrmstr/mgrs")
# or
remotes::install_bitbucket("hrbrmstr/mgrs")
# or
remotes::install_github("hrbrmstr/mgrs")
```

8
man/mgrs.Rd

@ -26,6 +26,14 @@ The origin of the MGRS grid, in the Pacific. Honolulu is in 4QFJ.
\href{https://en.wikipedia.org/wiki/Military_Grid_Reference_System#/media/File:MGRSgridOriginSchemeAA.png}{CC-BY-SA 3.0}
}
\seealso{
Useful links:
\itemize{
\item \url{https://gitlab.com/hrbrmstr/mgrs}
\item Report bugs at \url{https://gitlab.com/hrbrmstr/mgrs/issues}
}
}
\author{
Bob Rudis (bob@rud.is)
}

Loading…
Cancel
Save