Skip to content

Commit 545ba7a

Browse files
authored
Update README.md
1 parent 302c3cf commit 545ba7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ TraME (Transportation Methods for Econometrics) is an R package for for
88
solving problems of equilibrium computation and estimation in consumer
99
demand and matching frameworks via the Mass Transportation Approach.
1010

11-
### Status [![Build Status](https://travis-ci.org/TraME-Project/TraME.svg)](https://travis-ci.org/TraME-Project/TraME) [![Build status](https://ci.appveyor.com/api/projects/status/github/TraME-Project/TraME?branch=master)](https://ci.appveyor.com/project/alfredgalichon/trame/branch/master)
12-
1311
The package is under active development and should be considered as
1412
`alpha stage' software.
1513

@@ -19,7 +17,7 @@ The quickest way to install TraME is via the devtools package.
1917
```
2018
install.packages("devtools")
2119
library(devtools)
22-
install_github("TraME-Project/TraME")
20+
install_github("TraME-Project/TraME-Classic")
2321
```
2422
The TraME test routines are invoked as follows:
2523
```

0 commit comments

Comments
 (0)