Skip to content

Commit bb47d63

Browse files
committed
UPDATE
1 parent f882d27 commit bb47d63

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@ library(flaiR)
6060

6161
<div style="text-align: justify">
6262

63-
__flaiR__ runs the Flair NLP backend in Python, thus requiring Python installation. We have extensively tested flaiR using CI/CD with GitHub Actions, conducting integration tests across various operating systems. These tests includes integration between R versions 4.2.1, 4.3.2, and 4.2.0, along with Python 3.9 and 3.10.x. Additionally, the testing includes environments with PyTorch, Flair NLP, and their dependencies in both R and Python. For stable usage, we strongly recommend installing these specific versions.
63+
__flaiR__ runs the Flair NLP backend in Python, thus requiring Python installation. We have extensively tested flaiR using CI/CD with GitHub Actions, conducting integration tests across various operating systems. These tests includes integration between R versions~~4.2.1~~, 4.3.2, and 4.2.0, along with Python 3.9 and 3.10.x. Additionally, the testing includes environments with PyTorch, Flair NLP, and their dependencies in both R and Python. For stable usage, we strongly recommend installing these specific versions.
6464

6565
| OS | R Versions | Python Version |
6666
|---------|----------------------------|----------------|
67-
| Mac | 4.3.2, 4.2.0, ~~4.2.1~~ | 3.10.x |
67+
| Mac | 4.3.2, 4.2.0, ~~4.2.1~~* | 3.10.x |
6868
| Mac | Latest | 3.9 |
6969
| Windows | 4.0.5 | 3.10.x |
7070
| Windows | Latest | 3.9 |
7171
| Ubuntu | 4.3.2, 4.2.0, 4.2.1 | 3.10.x |
7272
| Ubuntu | Latest | 3.9 |
7373

74-
74+
*: _On R 4.2.1, especially on M1/M2, compatibility issues with `gfortran` may arise._
7575

7676
<br>
7777

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,23 @@ library(flaiR)
4949
**flaiR** runs the Flair NLP backend in Python, thus requiring Python
5050
installation. We have extensively tested flaiR using CI/CD with GitHub
5151
Actions, conducting integration tests across various operating systems.
52-
These tests includes integration between R versions 4.2.1, 4.3.2, and
52+
These tests includes integration between R versions~~4.2.1~~, 4.3.2, and
5353
4.2.0, along with Python 3.9 and 3.10.x. Additionally, the testing
5454
includes environments with PyTorch, Flair NLP, and their dependencies in
5555
both R and Python. For stable usage, we strongly recommend installing
5656
these specific versions.
5757

58-
| OS | R Versions | Python Version |
59-
|---------|-------------------------|----------------|
60-
| Mac | 4.3.2, 4.2.0, ~~4.2.1~~ | 3.10.x |
61-
| Mac | Latest | 3.9 |
62-
| Windows | 4.0.5 | 3.10.x |
63-
| Windows | Latest | 3.9 |
64-
| Ubuntu | 4.3.2, 4.2.0, 4.2.1 | 3.10.x |
65-
| Ubuntu | Latest | 3.9 |
58+
| OS | R Versions | Python Version |
59+
|---------|---------------------------|----------------|
60+
| Mac | 4.3.2, 4.2.0, ~~4.2.1~~\* | 3.10.x |
61+
| Mac | Latest | 3.9 |
62+
| Windows | 4.0.5 | 3.10.x |
63+
| Windows | Latest | 3.9 |
64+
| Ubuntu | 4.3.2, 4.2.0, 4.2.1 | 3.10.x |
65+
| Ubuntu | Latest | 3.9 |
66+
67+
\*: *On R 4.2.1, especially on M1/M2, compatibility issues with gfortran
68+
may arise.*
6669

6770
<br>
6871

0 commit comments

Comments
 (0)