columns_matcher 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +5 -3
- data/lib/columns_matcher/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -4,6 +4,10 @@ Determine the mappings between 2 sets of data
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
+
You need to have R installed. If you have Homebrew, run
|
|
8
|
+
|
|
9
|
+
$ brew install r
|
|
10
|
+
|
|
7
11
|
Add this line to your application's Gemfile:
|
|
8
12
|
|
|
9
13
|
gem 'columns-matcher'
|
|
@@ -18,9 +22,7 @@ Or install it yourself as:
|
|
|
18
22
|
|
|
19
23
|
## Usage
|
|
20
24
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
$ brew install r
|
|
25
|
+
TODO: Write usage instructions here
|
|
24
26
|
|
|
25
27
|
## Todo
|
|
26
28
|
|