Skip to content

Commit

Permalink
final push
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Nov 28, 2019
1 parent 3f45e8f commit 7660b02
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/mgrs-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
#' @author Bob Rudis (bob@@rud.is)
#' @useDynLib mgrs, .registration=TRUE
#' @importFrom Rcpp sourceCpp
NULL
"_PACKAGE"
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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")
```

Expand Down
8 changes: 8 additions & 0 deletions man/mgrs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7660b02

Please sign in to comment.