Skip to content

Commit

Permalink
Merge branch 'hotfix/readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmacfarlane committed Sep 25, 2015
2 parents a2898d9 + 0d5cf81 commit 4be57a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tcadr
Type: Package
Title: Import TransCAD Objects to R
Version: 0.0.2.1
Version: 0.0.2.2
Date: 2015-09-25
Authors@R: c(
person("Gregory", "Macfarlane", email = "[email protected]", role = c("aut", "cre")),
Expand Down
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,13 @@ hope to extend the package to cover shape data and networks in the future.

Installation
--------------
In the near future, you will be able to do this.
The package is not (yet) on CRAN. The easiest way to install it is with

devtools::install_github("gregmacfarlane/tcadr")

But because that's not working right now (see
[this issue](https://github.com/gregmacfarlane/tcadr/issues/1)), you will have
to clone it and build it yourself. To do this:

1. Install [Rstudio](http://www.rstudio.com/) and [git](http://git-scm.com/download/win)
2. Click `New Project > Version Control > Git`, and then:
- Repository URL: [https://github.com/gregmacfarlane/tcadr/](https://github.com/gregmacfarlane/tcadr)
- Project directory name: *should automatically be* `tcadr`
- Create project as subdirectory of: *wherever*
3. Click `OK`.

When the project comes up, hit the `Build` tab, and then `Build & Reload`. The
package is now installed on your system.
Using the [devtools](https://github.com/hadley/devtools) library will require you
to install RTools and Rccp, among other things. RStudio should make this mostly
automatic.

Use
--------------
Expand Down

0 comments on commit 4be57a9

Please sign in to comment.