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

Clean up repair_names() #43

Merged
merged 7 commits into from
Mar 17, 2016
Merged

Clean up repair_names() #43

merged 7 commits into from
Mar 17, 2016

Conversation

krlmlr
Copy link
Member

@krlmlr krlmlr commented Mar 16, 2016

now trims leading and trailing whitespace from names.

@codecov-io
Copy link

Current coverage is 93.65%

Merging #43 into master will increase coverage by +0.01% as of 73e7d6b

@@            master     #43   diff @@
======================================
  Files           13      13       
  Stmts          409     410     +1
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            383     384     +1
  Partial          0       0       
  Missed          26      26       

Review entire Coverage Diff as of 73e7d6b

Powered by Codecov. Updated on successful CI builds.

krlmlr added a commit that referenced this pull request Mar 17, 2016
@krlmlr krlmlr merged commit ccec4a5 into master Mar 17, 2016
@krlmlr krlmlr deleted the feature/cleanup-repair branch March 17, 2016 01:58
krlmlr pushed a commit that referenced this pull request Mar 17, 2016
- Cleanup for `repair_names()` (#43).
- Cleanup for `add_row()` (#46).
krlmlr pushed a commit that referenced this pull request Mar 21, 2016
- Interface changes
    - `glimpse()` obtains default width from `tibble.width` option (#35, #56).
    - Don't export `dim_desc()` (#50, #55).
    - New `has_rownames()` and `remove_rownames()` (#44).
- Minor modifications
    - `frame_data()` returns 0-row but n-col data frame if no data.
    - `[[.tbl_df()` now falls back to regular subsetting when used with anything other than a single string (#29).
    - When used in list-columns, S4 objects only print the class name rather than the full class hierarchy (#33).
    - Add test that `[.tbl_df()` does not change class (#41, @jennybc).
    - Improve `[.tbl_df()` error message.
- Documentation
    - Improve documentation and vignette.
    - Update README, with edits (#52, @bhive01) and enhancements (#54, @jennybc).
- Code quality
    - Full test coverage (#24, #53).
    - Renamed `obj_type()` to `obj_sum()`, improvements, better integration with `type_sum()`.
    - Cleanup for `column_to_rownames()` and `rownames_to_columns()` (#45).
    - Cleanup for `repair_names()` (#43). Whitespace are not touched by this function (#47).
    - Cleanup for `add_row()` (#46).
    - Regression tests load known output from file (#49).
    - Internal cleanup.
    - Don't test R-devel on AppVeyor because of missing directory on CRAN.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants