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

Initial pkdown site set up #16

Merged
merged 8 commits into from
Jan 29, 2024
Merged

Initial pkdown site set up #16

merged 8 commits into from
Jan 29, 2024

Conversation

davidfoord1
Copy link
Owner

  • Add whitespace functions
  • Add setup for pkgdown GitHub action

davidfoord1 and others added 8 commits January 27, 2024 14:12
Add whitespace functions to string-transformation.R, their tests to test-string-transformation.R and their documentation /man and the README.

- `str_trim()`
- str_squish()`
- str_indent()`
- `str_pad()`
- `str_wrap()`
Previously it treated the input as camelCase by default. Now it treats capitals as just part of a messy string. Added split_on_capital argument which can be set to TRUE to process the input as camelCase (or PascalCase)
Amend to_snake_case to only split on non-alnum sequence
@davidfoord1 davidfoord1 merged commit 0fb6a1f into master Jan 29, 2024
2 of 7 checks passed
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