AMR 2.1.1.9099__tar.gz → 2.1.1.9103__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: AMR
3
- Version: 2.1.1.9099
3
+ Version: 2.1.1.9103
4
4
  Summary: A Python wrapper for the AMR R package
5
5
  Home-page: https://github.com/msberends/AMR
6
6
  Author: Dr. Matthijs Berends
@@ -20,7 +20,13 @@ This Python package is a wrapper round the `AMR` R package. It uses the `rpy2` p
20
20
 
21
21
  # Install
22
22
 
23
- 1. First make sure you have R installed. There is **no need to install the `AMR` R package**, as it will be installed automatically.
23
+ 1. Since the Python package is available on the official [Python Package Index](https://pypi.org/project/AMR/), you can just run:
24
+
25
+ ```bash
26
+ pip install AMR
27
+ ```
28
+
29
+ 2. Make sure you have R installed. There is **no need to install the `AMR` R package**, as it will be installed automatically.
24
30
 
25
31
  For Linux:
26
32
 
@@ -41,12 +47,6 @@ This Python package is a wrapper round the `AMR` R package. It uses the `rpy2` p
41
47
 
42
48
  For Windows, visit the [CRAN download page](https://cran.r-project.org) to download and install R.
43
49
 
44
- 2. Since the Python package is available on the official [Python Package Index](https://pypi.org/project/AMR/), you can just run:
45
-
46
- ```bash
47
- pip install AMR
48
- ```
49
-
50
50
  # Examples of Usage
51
51
 
52
52
  ## Cleaning Taxonomy
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: AMR
3
- Version: 2.1.1.9099
3
+ Version: 2.1.1.9103
4
4
  Summary: A Python wrapper for the AMR R package
5
5
  Home-page: https://github.com/msberends/AMR
6
6
  Author: Dr. Matthijs Berends
@@ -20,7 +20,13 @@ This Python package is a wrapper round the `AMR` R package. It uses the `rpy2` p
20
20
 
21
21
  # Install
22
22
 
23
- 1. First make sure you have R installed. There is **no need to install the `AMR` R package**, as it will be installed automatically.
23
+ 1. Since the Python package is available on the official [Python Package Index](https://pypi.org/project/AMR/), you can just run:
24
+
25
+ ```bash
26
+ pip install AMR
27
+ ```
28
+
29
+ 2. Make sure you have R installed. There is **no need to install the `AMR` R package**, as it will be installed automatically.
24
30
 
25
31
  For Linux:
26
32
 
@@ -41,12 +47,6 @@ This Python package is a wrapper round the `AMR` R package. It uses the `rpy2` p
41
47
 
42
48
  For Windows, visit the [CRAN download page](https://cran.r-project.org) to download and install R.
43
49
 
44
- 2. Since the Python package is available on the official [Python Package Index](https://pypi.org/project/AMR/), you can just run:
45
-
46
- ```bash
47
- pip install AMR
48
- ```
49
-
50
50
  # Examples of Usage
51
51
 
52
52
  ## Cleaning Taxonomy
@@ -5,7 +5,13 @@ This Python package is a wrapper round the `AMR` R package. It uses the `rpy2` p
5
5
 
6
6
  # Install
7
7
 
8
- 1. First make sure you have R installed. There is **no need to install the `AMR` R package**, as it will be installed automatically.
8
+ 1. Since the Python package is available on the official [Python Package Index](https://pypi.org/project/AMR/), you can just run:
9
+
10
+ ```bash
11
+ pip install AMR
12
+ ```
13
+
14
+ 2. Make sure you have R installed. There is **no need to install the `AMR` R package**, as it will be installed automatically.
9
15
 
10
16
  For Linux:
11
17
 
@@ -26,12 +32,6 @@ This Python package is a wrapper round the `AMR` R package. It uses the `rpy2` p
26
32
 
27
33
  For Windows, visit the [CRAN download page](https://cran.r-project.org) to download and install R.
28
34
 
29
- 2. Since the Python package is available on the official [Python Package Index](https://pypi.org/project/AMR/), you can just run:
30
-
31
- ```bash
32
- pip install AMR
33
- ```
34
-
35
35
  # Examples of Usage
36
36
 
37
37
  ## Cleaning Taxonomy
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='AMR',
5
- version='2.1.1.9099',
5
+ version='2.1.1.9103',
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  'rpy2',
File without changes
File without changes
File without changes
File without changes