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

failure with R-devel / R 4.0.0 #129

Closed
jimhester opened this issue Apr 10, 2020 · 2 comments
Closed

failure with R-devel / R 4.0.0 #129

jimhester opened this issue Apr 10, 2020 · 2 comments

Comments

@jimhester
Copy link
Member

checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'devices':
with_svg
  Code: function(new, code, width = 7, height = 7, pointsize = 12,
                 onefile = FALSE, family = "sans", bg = "white",
                 antialias = c("default", "none", "gray", "subpixel"),
                 symbolfamily)
  Docs: function(new, code, width = 7, height = 7, pointsize = 12,
                 onefile = FALSE, family = "sans", bg = "white",
                 antialias = c("default", "none", "gray", "subpixel"))
  Argument names in code not in docs:
    symbolfamily
local_svg
  Code: function(new, width = 7, height = 7, pointsize = 12, onefile =
                 FALSE, family = "sans", bg = "white", antialias =
                 c("default", "none", "gray", "subpixel"),
                 symbolfamily, .local_envir = parent.frame())
  Docs: function(new, width = 7, height = 7, pointsize = 12, onefile =
                 FALSE, family = "sans", bg = "white", antialias =
                 c("default", "none", "gray", "subpixel"), .local_envir
                 = parent.frame())
  Argument names in code not in docs:
    symbolfamily
  Mismatches in argument names:
    Position: 9 Code: symbolfamily Docs: .local_envir
@jimhester
Copy link
Member Author

jimhester commented Apr 10, 2020

Please correct before 2020-04-24 to safely retain your package on CRAN.

@jimhester
Copy link
Member Author

Closed by b1102d2

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