You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cran-comments.md
+9-18Lines changed: 9 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,33 +5,24 @@
5
5
* rhub (release) Ubuntu Linux 16.04 LTS, R-release, GCC
6
6
* Fedora (devel) Linux, R-devel, clang, gfortran
7
7
* MacOS 10.14.6 R 3.6.1
8
-
* MacOS 10.15.7 R 4.1.0
8
+
* MacOS 10.15.7 R 4.2.0
9
9
10
10
## R CMD check results
11
11
12
12
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
13
13
14
14
## Updates
15
15
16
-
Changes to vignettes to address the following issue:
16
+
Updates calling native R version in igraph v1.2.7 when applicable.
17
+
Significant performance improvements are expected without python
18
+
dependencies for some parameters.
17
19
18
-
Specifically, please see the problems for the Debian-based checks for
19
-
r-devel.
20
-
21
-
These are from
22
-
23
-
\item \code{matrix(x, n, m)} now warns in more cases where
24
-
\code{length(x)} differs from than \code{n * m}; suggested by Abby
25
-
Spurdle and Wolfgang Huber in Feb 2021 on the R-devel mailing
26
-
list.
27
-
28
-
This warning can be turned into an error by setting environment
29
-
variable \env{_R_CHECK_MATRIX_DATA_} to \samp{TRUE}: \command{R
30
-
CMD check --as-cran} does so unless it is already set.
31
-
32
-
in current r-devel, where the Debian-based checks are now performed with
33
-
_R_CHECK_MATRIX_DATA_=TRUE.
20
+
Breaking changes are possible with the new implementation.
21
+
A legacy mode with setting the random seed is supported
22
+
to reproduce previous results.
34
23
35
24
## Python integration
36
25
26
+
Python is a soft dependency which is still required for some functions but is not essential for core functionality any longer. It is retained for backwards compatibility.
27
+
37
28
Vignettes are disabled when python is not available. This works on Linux test environments (with python available) and windows test environments (without python or pip packages).
0 commit comments