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
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
-
This small patch release is at the request of Kurt Hornik:
1
+
This patch release is at the request of CRAN:
2
2
3
-
> Specifically, plase see the URLs with
3
+
> Specifically, please see the WARNING in the r-devel compiled code check
4
+
about using non-API entry points which may be removed soon. These have
5
+
replacements documented in "Some API replacements for non-API entry
6
+
points" of "Writing R Extensions": please change to use these
7
+
replacements.
4
8
5
-
> Message: Invalid URL: missing authority part
6
-
7
-
> in the CRAN incoming feasibility check.
8
-
9
-
vroom also has a NOTE about non-API calls to R which I know I need to address but I will do that in a near-term minor or major release, where I will also do full reverse dependency checks (involving vroom and readr).
10
-
11
-
My near term goal is to just fix the bad URL in vroom's README.
9
+
vroom no longer uses `STDVEC_DATAPTR()` and takes the recommended approach for phasing out usage of `DATAPTR()`.
0 commit comments