Commit b4a53e5
authored
This should avoid this CRAN check note on r-devel, but we can't seem to reproduce it
```
* checking for missing documentation entries ... WARNING
Undocumented code objects:
'.data'
All user-level objects in a package should have documentation entries.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
```
Purposefully not adding a bullet for `.data` in the documentation page, as it isn't actually a helper that is "no longer for normal usage".
In the long term we should move this to its own help page, possibly with `.env`, or remove it entirely.
1 parent 8ee46e6 commit b4a53e5
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments