We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbc213c + 4644280 commit 980d9e5Copy full SHA for 980d9e5
DESCRIPTION
@@ -21,7 +21,7 @@ Suggests:
21
covr,
22
knitr,
23
rmarkdown
24
-RoxygenNote: 7.2.0
+RoxygenNote: 7.2.3
25
Encoding: UTF-8
26
Collate:
27
'MipRules.R'
NEWS.md
@@ -1,3 +1,7 @@
1
+# errorlocate 1.1.1
2
+
3
+* Fix for R 4.3.2: `is.atomic(NULL)` was `TRUE`, but now it is `FALSE`.
4
5
# errorlocate 1.1
6
7
* For values `> 1e7` in combination with another value `NA` `locate_errors` generated an error. Reported and fixed by Ramon Reinders (issue #36)
0 commit comments