Skip to content

Conversation

@spono
Copy link
Contributor

@spono spono commented Aug 27, 2024

Hi,
I was willing to test some more averaging functions but I noticed that, differently from the internally implemented functions, R functions like plain base::mean() or stats::median() return the following error:

Error in median.default() : argument "x" is missing, with no default

I thought it might have been a problem with the function interpreter but, testing a bit, I realised that it was related to the missed use of double quotes. This update targets this "issue" for users' clarity due to the fact that, within other packages, functions are interpreted without quotes and my above experience might lead others to erroneous interpretation of the help info.
HTH!

@spono spono mentioned this pull request Aug 27, 2024
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