Skip to content

Comments

Warning removed when calling seq function#2

Open
charlesepaillard wants to merge 3 commits intocran:masterfrom
charlesepaillard:master
Open

Warning removed when calling seq function#2
charlesepaillard wants to merge 3 commits intocran:masterfrom
charlesepaillard:master

Conversation

@charlesepaillard
Copy link

The R seq function is
seq(from = 1, to = 1, by = ((to - from)/(length.out - 1)),
length.out = NULL, along.with = NULL, …)
using length instead of length.out is causing "partial matching" of arguments, and this is raising warnings if warnPartialMatchArgs is activated in global options

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

Successfully merging this pull request may close these issues.

1 participant