Skip to content

Commit 10cd354

Browse files
authored
Merge pull request #134 from jfisher-usgs/master
Set variant to markdown_github
2 parents 1177de6 + c24920b commit 10cd354

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

README.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
output:
3-
md_document
3+
md_document:
4+
variant: markdown_github
45
---
56

67
inlmisc

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,28 @@ The current release is available on
3333
[CRAN](https://CRAN.R-project.org/package=inlmisc "The Comprehensive R Archive Network"),
3434
which you can install using the following command:
3535

36-
install.packages("inlmisc", dependencies = TRUE)
36+
``` r
37+
install.packages("inlmisc", dependencies = TRUE)
38+
```
3739

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

41-
if (!requireNamespace("remotes")) install.packages("remotes")
42-
remotes::install_github("USGS-R/inlmisc", dependencies = TRUE)
43+
``` r
44+
if (!requireNamespace("remotes")) install.packages("remotes")
45+
remotes::install_github("USGS-R/inlmisc", dependencies = TRUE)
46+
```
4347

4448
Usage
4549
-----
4650

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

50-
library("inlmisc")
51-
help(package = "inlmisc")
54+
``` r
55+
library("inlmisc")
56+
help(package = "inlmisc")
57+
```
5258

5359
Author
5460
------

0 commit comments

Comments
 (0)