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

Bump to ark v0.1.164 #6273

Merged
merged 1 commit into from
Feb 10, 2025
Merged

Bump to ark v0.1.164 #6273

merged 1 commit into from
Feb 10, 2025

Conversation

jennybc
Copy link
Member

@jennybc jennybc commented Feb 10, 2025

For:

Release Notes

New Features

Bug Fixes

  • N/A

QA Notes

In the R Console:

  • Request help for a function, such enc2native(), using the ? operator. Literally, type ?enc2 and allow the completions to pop-up. Accept the completion for enc2native. There should be no trailing parentheses. You should complete to ?enc2native and not ?enc2native().
  • Apply the str() or args() function to a function, while accepting a completion for that function. Let's use the new.env() function as an example. Start typing args(new.) and allow the completions to pop-up. Accept the completion for new.env. There should be no trailing parenthese. You should complete to args(new.env), which works and reveals the arguments, not to args(new.env()), which just returns NULL.
# GOOD, what you should see
args(new.env)
#> function (hash = TRUE, parent = parent.frame(), size = 29L) 
#> NULL

# BAD, what you should NOT see
args(new.env())
#> NULL

Created on 2025-02-10 with reprex v2.1.1

Copy link

github-actions bot commented Feb 10, 2025

E2E Tests 🚀
This PR will run tests tagged with: @:critical

readme  valid tags

@jennybc jennybc changed the title Bump to ark v0.1.163 Bump to ark v0.1.164 Feb 10, 2025
@jennybc jennybc merged commit df069df into main Feb 10, 2025
9 checks passed
@jennybc jennybc deleted the ark/v0.1.164 branch February 10, 2025 22:45
@github-actions github-actions bot locked and limited conversation to collaborators Feb 10, 2025
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.

1 participant