Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu committed Jun 12, 2024
1 parent 57de153 commit 26632b3
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
^arcR\.Rproj$
^\.Rproj\.user$
^README\.Rmd$
36 changes: 36 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "man/figures/README-",
out.width = "100%",
warning = FALSE,
message = FALSE
)
```

# arcR <img src="man/figures/logo.png" align="right" height="90"/>

<!-- badges: start -->
[![CRAN](https://www.r-pkg.org/badges/version/arcR)](https://CRAN.R-project.org/package=arcR)
[![r-universe](https://spatlyu.r-universe.dev/badges/arcR)](https://spatlyu.r-universe.dev/arcR)
<!-- badges: end -->

The goal of **arcR** is to integrate the benefits of *R* and *ArcGIS* with using *ArcGIS* in *R*.

## Installation

You can install the development version of *arcR* from [GitHub](https://github.com/SpatLyu/arcR) with:

``` r
# install.packages("devtools")
devtools::install_github("SpatLyu/arcR",build_vignettes = T,dep = T)
```

## Example
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# arcR <img src="man/figures/logo.png" align="right" height="90"/>

<!-- badges: start -->

[![CRAN](https://www.r-pkg.org/badges/version/arcR)](https://CRAN.R-project.org/package=arcR)
[![r-universe](https://spatlyu.r-universe.dev/badges/arcR)](https://spatlyu.r-universe.dev/arcR)
<!-- badges: end -->

The goal of **arcR** is to integrate the benefits of *R* and *ArcGIS*
with using *ArcGIS* in *R*.

## Installation

You can install the development version of *arcR* from
[GitHub](https://github.com/SpatLyu/arcR) with:

``` r
# install.packages("devtools")
devtools::install_github("SpatLyu/arcR",build_vignettes = T,dep = T)
```

## Example
Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26632b3

Please sign in to comment.