File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11---
22output :
3- md_document
3+ md_document :
4+ variant : markdown_github
45---
56
67inlmisc
Original file line number Diff line number Diff 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 ") ,
3434which you can install using the following command:
3535
36- install.packages("inlmisc", dependencies = TRUE)
36+ ``` r
37+ install.packages(" inlmisc" , dependencies = TRUE )
38+ ```
3739
3840To install the development version, you need to clone the repository and
3941build 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
4448Usage
4549-----
4650
4751Examples are given in the package help pages. To access this
4852documentation, run:
4953
50- library("inlmisc")
51- help(package = "inlmisc")
54+ ``` r
55+ library(" inlmisc" )
56+ help(package = " inlmisc" )
57+ ```
5258
5359Author
5460------
You can’t perform that action at this time.
0 commit comments