Skip to content

Commit

Permalink
now on CRAN!
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Keyes committed Jan 14, 2017
1 parent 1c38de0 commit dc9ad45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rwars
Type: Package
Title: R client for the Star Wars API
Title: R Client for the Star Wars API
Description: Provides functions to retrieve and reformat data from the 'Star Wars' API (SWAPI) <https://swapi.co/>.
Version: 1.0.0
Date: 2017-01-13
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ An R client for the Star Wars API!

__Author:__ Oliver Keyes<br/>
__License:__ [MIT](http://opensource.org/licenses/MIT)<br/>
__Status:__ In development
__Status:__ Stable

###Description
This is a connector to the [SWAPI service](http://swapi.co/), a database of Star Wars metadata with an associated API. It can be used to retrieve data about everything from the films to individual vehicles, characters or planets. See the [introductory vignette](https://github.com/Ironholds/rwars/blob/master/vignettes/rwars.Rmd) for detailed information.
Expand All @@ -12,8 +12,7 @@ This is a connector to the [SWAPI service](http://swapi.co/), a database of Star

The latest released version can be obtained via:

library(devtools)
install_github("ironholds/rwars", ref = "0.5.0")
install.packages("rwars")

To get the development version:

Expand Down
2 changes: 1 addition & 1 deletion vignettes/rwars.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vignette: >
%\VignetteEncoding{UTF-8}
---

#Star Wars API client library
# Star Wars API client library
> "I felt a great disturbance in the Force, as if millions of JSON blobs suddenly cried out in terror, and were suddenly silenced. I fear something terrible has happened."
This is an R client library for the [SWAPI service](http://swapi.co/), a database of Star Wars metadata with an associated API. It can be used to retrieve data about everything from the films to individual vehicles, characters or planets.
Expand Down

0 comments on commit dc9ad45

Please sign in to comment.