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
+24-8Lines changed: 24 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,18 @@
1
-
## Minor version update: 1.1.0
1
+
## Patch version update: 1.1.1
2
2
3
-
This minor update has added a new S3 method the the primary `domir()` function
4
-
that parses a list of formulas by RHS~LHS name pairs. This update has also
5
-
begun an extensive code linting process to improve its readability and
6
-
complexity.
3
+
This patch update fixed a bug in the computation of a returned matrix when an
4
+
infrequently used optional argument is non-`NULL` and added the *lme4* package
5
+
to this package's list of suggested packages given its reference in
6
+
documentation and a warning from CRAN checks.
7
+
8
+
## CRAN check results
9
+
10
+
Check: Rd cross-references
11
+
Result: NOTE
12
+
Undeclared package ‘lme4’ in Rd xrefs
13
+
Flavor: r-devel-linux-x86_64-fedora-clang
14
+
15
+
Comment: `lme4`has been added to this package's list of suggested packages.
7
16
8
17
## Test environments
9
18
@@ -29,9 +38,8 @@ Comment: DOI: 10.1002/asmb.446 links reliably to Lipovetsky's and Conklin's 2001
29
38
Windows Server 2022, R-devel, 64 bit: 3 NOTES
30
39
31
40
* checking HTML version of manual ... NOTE
32
-
Skipping checking math rendering: package 'V8' unavailable
33
41
34
-
Comment: Assume the note stems from a temporary issue with package `{V8}` on the RHub platform and is not reproducible in many other platforms.
42
+
Comment: Previously, this issue arose with the package `{V8}` on the RHub platform and was not reproducible on the win-builder, macOS-builder, or my local checks.
35
43
36
44
* checking for non-standard things in the check directory ... NOTE
37
45
Found the following files/directories:
@@ -51,7 +59,15 @@ Fedora Linux, R-devel, clang, gfortran and Ubuntu Linux 20.04.1 LTS, R-release,
51
59
Skipping checking HTML validation: no command 'tidy' found
52
60
Skipping checking math rendering: package 'V8' unavailable
53
61
54
-
Comment: Assume the note stems from an issue with package `{V8}` and `{broom}` on the RHub platform and is not reproducible in many other platforms.
62
+
Comment: This is a similar issue to Rhub's Windows check in that the `{V8}` package seems unavailable and is throwing a NOTE. Again, not an issue that occured with win-builder, macOS-builder, or my local checks.
63
+
64
+
Ubuntu Linux 20.04.1 LTS, R-release, GCC (rhub): 1 NOTE
65
+
66
+
* checking HTML version of manual ... NOTE
67
+
Skipping checking HTML validation: no command 'tidy' found
68
+
Skipping checking math rendering: package 'V8' unavailable
69
+
70
+
Comment: Consistent with the Fedora-based check, the Ubuntu check is throwing a NOTE given the `{V8}` package is seems unavailable. Again, not an issue that occured with win-builder, macOS-builder, or my local checks.
0 commit comments