Skip to content

Commit

Permalink
Merge pull request #134 from jfisher-usgs/master
Browse files Browse the repository at this point in the history
Set variant to markdown_github
  • Loading branch information
jfisher-usgs authored Jul 22, 2020
2 parents 1177de6 + c24920b commit 10cd354
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
output:
md_document
md_document:
variant: markdown_github
---

inlmisc
Expand Down
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,28 @@ The current release is available on
[CRAN](https://CRAN.R-project.org/package=inlmisc "The Comprehensive R Archive Network"),
which you can install using the following command:

install.packages("inlmisc", dependencies = TRUE)
``` r
install.packages("inlmisc", dependencies = TRUE)
```

To install the development version, you need to clone the repository and
build from source, or run:

if (!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("USGS-R/inlmisc", dependencies = TRUE)
``` r
if (!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("USGS-R/inlmisc", dependencies = TRUE)
```

Usage
-----

Examples are given in the package help pages. To access this
documentation, run:

library("inlmisc")
help(package = "inlmisc")
``` r
library("inlmisc")
help(package = "inlmisc")
```

Author
------
Expand Down

0 comments on commit 10cd354

Please sign in to comment.