Skip to content

Fix issue with reading in CSV for models with spaces in name #453

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

Merged
merged 5 commits into from
Mar 5, 2021

Conversation

rok-cesnovar
Copy link
Member

Summary

This fixes issue with reading in CSV files for models with spaces in name. Issue reported here.

Copyright and Licensing

Please list the copyright holder for the work you are submitting
(this will be you or your assignee, such as a university or company):
Rok Češnovar

By submitting this pull request, the copyright holder is agreeing to
license the submitted work under the following licenses:

@rok-cesnovar
Copy link
Member Author

This is a simple fix but would still appreciate a review. @jgabry is busy these days so @mike-lawrence could I interest you in reviewing?

@codecov-io
Copy link

codecov-io commented Feb 17, 2021

Codecov Report

Merging #453 (d2862ad) into master (dee290f) will decrease coverage by 0.94%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #453      +/-   ##
==========================================
- Coverage   93.17%   92.23%   -0.95%     
==========================================
  Files          12       12              
  Lines        2873     2832      -41     
==========================================
- Hits         2677     2612      -65     
- Misses        196      220      +24     
Impacted Files Coverage Δ
R/csv.R 98.68% <50.00%> (-0.53%) ⬇️
R/install.R 67.93% <0.00%> (-3.21%) ⬇️
R/run.R 95.10% <0.00%> (-1.69%) ⬇️
R/utils.R 90.54% <0.00%> (-1.36%) ⬇️
R/model.R 92.12% <0.00%> (-0.53%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dee290f...d2862ad. Read the comment docs.

"Warning: deprecated language construct used in",
fixed = TRUE
)
})
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is separate from the rest of the PR. This addressed part of #389 by adding a test deprecation warnings show up.

@rok-cesnovar
Copy link
Member Author

@bbbales2 mind taking a look here?

Copy link
Member

@bbbales2 bbbales2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good!

@bbbales2 bbbales2 merged commit be34adb into master Mar 5, 2021
@rok-cesnovar rok-cesnovar deleted the minor_fixes branch March 5, 2021 14:40
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.

3 participants