-
Notifications
You must be signed in to change notification settings - Fork 17
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
Avoid warning by read.report about separator replacement #42
Conversation
R/readREMIND.R
Outdated
} | ||
# remove model and variable name | ||
x <- collapseNames(x) | ||
message("reading fileList") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line will be removed
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #42 +/- ##
======================================
Coverage 0.02% 0.02%
======================================
Files 146 146
Lines 4737 4737
======================================
Hits 1 1
Misses 4736 4736 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! One last thing: Please require
magclass (>= 6.13.1),
in DESCRIPTION
to make sure showSeparatorWarning
is available.
No description provided.