Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R CMD check fails with errors, warning and notes #30

Open
MarkoBarzic opened this issue May 5, 2019 · 0 comments
Open

R CMD check fails with errors, warning and notes #30

MarkoBarzic opened this issue May 5, 2019 · 0 comments

Comments

@MarkoBarzic
Copy link

NOTE
windsorize: no visible global function definition for 'quantile'
Undefined global functions or variables:
quantile
Consider adding
importFrom("stats", "quantile")
to your NAMESPACE file

WARNING
Undocumented arguments in documentation object 'meanimpute'
'x'

Undocumented arguments in documentation object 'windsorize'
'x' 'p'

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.

WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.

ERROR
Re-running with no redirection of stdout/stderr.
Hmm ... looks like a package
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
pdflatex is not available

MarkoBarzic added a commit to MarkoBarzic/datacleaner that referenced this issue May 6, 2019
MarkoBarzic added a commit to MarkoBarzic/datacleaner that referenced this issue May 6, 2019
issue quantargo#31- detailed description of a function added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant