We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basically wrappers around RPrintf() and REPrintf() as well as possibly cpp11::stop() and cpp11::warning().
RPrintf()
REPrintf()
cpp11::stop()
cpp11::warning()
The named argument syntax is very similar to glue, and perhaps we could reuse our existing literal syntax in cpp11 for it.
https://fmt.dev/latest/index.html
The text was updated successfully, but these errors were encountered:
sbearrows
Successfully merging a pull request may close this issue.
Basically wrappers around
RPrintf()
andREPrintf()
as well as possiblycpp11::stop()
andcpp11::warning()
.The named argument syntax is very similar to glue, and perhaps we could reuse our existing literal syntax in cpp11 for it.
https://fmt.dev/latest/index.html
The text was updated successfully, but these errors were encountered: