Skip to content

Commit

Permalink
Add documentation that salesforcer can be installed from CRAN now
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMMortimer committed Apr 18, 2018
1 parent 4a9c37f commit 85844b5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 16 deletions.
5 changes: 4 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ Bulk 2.0, and Metadata APIs. Package features include:
## Installation

```{r, eval = FALSE}
# this package is currently not on CRAN, so it should be installed from GitHub
# install from CRAN
install.packages("salesforcer")
# or get the latest version available on GitHub using the devtools package
# install.packages("devtools")
devtools::install_github("StevenMMortimer/salesforcer")
```
Expand Down
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ Installation
------------

``` r
# this package is currently not on CRAN, so it should be installed from GitHub
# install from CRAN
install.packages("salesforcer")

# or get the latest version available on GitHub using the devtools package
# install.packages("devtools")
devtools::install_github("StevenMMortimer/salesforcer")
```
Expand Down Expand Up @@ -93,8 +96,8 @@ created_records
#> # A tibble: 2 x 2
#> id success
#> <chr> <chr>
#> 1 0036A00000SnhbfQAB true
#> 2 0036A00000SnhbgQAB true
#> 1 0036A00000Sp4fWQAR true
#> 2 0036A00000Sp4fXQAR true
```

### Query
Expand All @@ -115,8 +118,8 @@ queried_records
#> # A tibble: 2 x 4
#> Id Account FirstName LastName
#> * <chr> <lgl> <chr> <chr>
#> 1 0036A00000SnhbfQAB NA Test Contact-Create-1
#> 2 0036A00000SnhbgQAB NA Test Contact-Create-2
#> 1 0036A00000Sp4fWQAR NA Test Contact-Create-1
#> 2 0036A00000Sp4fXQAR NA Test Contact-Create-2
```

### Update
Expand All @@ -134,8 +137,8 @@ updated_records
#> # A tibble: 2 x 2
#> id success
#> <chr> <chr>
#> 1 0036A00000SnhbfQAB true
#> 2 0036A00000SnhbgQAB true
#> 1 0036A00000Sp4fWQAR true
#> 2 0036A00000Sp4fXQAR true
```

### Bulk Operations
Expand Down
17 changes: 10 additions & 7 deletions docs/index.html

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

5 changes: 4 additions & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ Bulk 2.0, and Metadata APIs. Package features include:
## Installation

```{r, eval = FALSE}
# this package is currently not on CRAN, so it should be installed from GitHub
# install from CRAN
install.packages("salesforcer")
# or get the latest version available on GitHub using the devtools package
# install.packages("devtools")
devtools::install_github("StevenMMortimer/salesforcer")
```
Expand Down

0 comments on commit 85844b5

Please sign in to comment.