python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why are arguments missing from my roxygen2 package documentation?
I want to export documentation for a function in my package. I click inside the function body and use the Code > Insert Roxygen Skeleton option in RStudio. However, for this particular function, it...
eartoolbox
Votes: 0
Answers: 0
R package documentation: "Undocumented arguments in documentation object" for a function with no arguments
I receive the following warning when trying to check my package: Undocumented arguments in documentation object '%ni%' '...' 'NA'. The function (is it even a function? or is it just an operator?) does...
itpetersen
Votes: 0
Answers: 1
R package documentation: "Found the following apparent S3 methods exported but not registered"
I receive the following note when trying to check my package: Found the following apparent S3 methods exported but not registered: is.nan.data.frame.
Here is my document that I use with roxygen2 to cr...
itpetersen
Votes: 0
Answers: 1