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
Describe the bug, including details regarding any error messages, version, and platform.
From the 13.0.0 release after submission to CRAN:
Flavor: r-devel-linux-x86_64-debian-gcc
Check: Rd \usage sections, Result: NOTE
Documented arguments not in \usage in documentation object 'register_binding':
'agg_fun'
While this is on an internal function, let's add a roxygen header with the @rdname tag to register_binding_agg() to stop this triggering a NOTE on CRAN
It appears to be due to this change in R-devel:
‘tools::checkDocFiles()’ and ‘tools::checkRdContents()’ now also check internal Rd files by default, but “specially” (ignoring missing documentation of arguments).
Component(s)
R
The text was updated successfully, but these errors were encountered:
… which isn't documented (#37457)
### Rationale for this change
Failed CRAN check due to updates to their checks on R-devel
### What changes are included in this PR?
Add additional roxygen header
### Are these changes tested?
No
### Are there any user-facing changes?
No
* Closes: #37456
Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
…nction which isn't documented (apache#37457)
### Rationale for this change
Failed CRAN check due to updates to their checks on R-devel
### What changes are included in this PR?
Add additional roxygen header
### Are these changes tested?
No
### Are there any user-facing changes?
No
* Closes: apache#37456
Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…nction which isn't documented (apache#37457)
### Rationale for this change
Failed CRAN check due to updates to their checks on R-devel
### What changes are included in this PR?
Add additional roxygen header
### Are these changes tested?
No
### Are there any user-facing changes?
No
* Closes: apache#37456
Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
Describe the bug, including details regarding any error messages, version, and platform.
From the 13.0.0 release after submission to CRAN:
While this is on an internal function, let's add a roxygen header with the
@rdname
tag toregister_binding_agg()
to stop this triggering a NOTE on CRANIt appears to be due to this change in R-devel:
Component(s)
R
The text was updated successfully, but these errors were encountered: