AMR 2.1.1.9099__py3-none-any.whl → 2.1.1.9103__py3-none-any.whl
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.
|
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
|
@@ -23,7 +23,13 @@ This Python package is a wrapper round the `AMR` R package. It uses the `rpy2` p
|
|
23
23
|
|
24
24
|
# Install
|
25
25
|
|
26
|
-
1.
|
26
|
+
1. Since the Python package is available on the official [Python Package Index](https://pypi.org/project/AMR/), you can just run:
|
27
|
+
|
28
|
+
```bash
|
29
|
+
pip install AMR
|
30
|
+
```
|
31
|
+
|
32
|
+
2. Make sure you have R installed. There is **no need to install the `AMR` R package**, as it will be installed automatically.
|
27
33
|
|
28
34
|
For Linux:
|
29
35
|
|
@@ -44,12 +50,6 @@ This Python package is a wrapper round the `AMR` R package. It uses the `rpy2` p
|
|
44
50
|
|
45
51
|
For Windows, visit the [CRAN download page](https://cran.r-project.org) to download and install R.
|
46
52
|
|
47
|
-
2. Since the Python package is available on the official [Python Package Index](https://pypi.org/project/AMR/), you can just run:
|
48
|
-
|
49
|
-
```bash
|
50
|
-
pip install AMR
|
51
|
-
```
|
52
|
-
|
53
53
|
# Examples of Usage
|
54
54
|
|
55
55
|
## Cleaning Taxonomy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
AMR/__init__.py,sha256=Jzrh0SVD8tXP1_sJAnElOPAJcvMgtleTzdSnY3RI3HY,7315
|
2
2
|
AMR/datasets.py,sha256=rZyCubWpEMEHoY0Wmh7HHHo4Exsys8Cq8JobVl5YgHg,2022
|
3
3
|
AMR/functions.py,sha256=XDN7fo0N3gGnZHYL0pdkG_9jwlsrvj0fo5IqLS7gWBM,43615
|
4
|
-
AMR-2.1.1.
|
5
|
-
AMR-2.1.1.
|
6
|
-
AMR-2.1.1.
|
7
|
-
AMR-2.1.1.
|
4
|
+
AMR-2.1.1.9103.dist-info/METADATA,sha256=6NamjGS5HgvSg_1uDTSXndnwi7H9Vh7qb1XH4FMnWWw,9414
|
5
|
+
AMR-2.1.1.9103.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
6
|
+
AMR-2.1.1.9103.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
|
7
|
+
AMR-2.1.1.9103.dist-info/RECORD,,
|
File without changes
|
File without changes
|