Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
yihui
/
formatR
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
50
Star
261
Code
Issues
10
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Added an option to tidy_source() to enforce a strict maximum line length.
- #71
#71
Merged
yihui
merged 10 commits into
yihui:master
yihui/formatR:master
from
krivit:hard_deparse
krivit/formatR:hard_deparse
Copy head branch name to clipboard
Mar 17, 2021
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Added an option to tidy_source() to enforce a strict maximum line length.
#71
yihui
merged 10 commits into
yihui:master
yihui/formatR:master
from
krivit:hard_deparse
krivit/formatR:hard_deparse
Copy head branch name to clipboard
Commits
Commits on Aug 4, 2017
Added an option to tidy_source() to enforce a strict maximum line length.
krivit
committed
79b9cc7
View commit details
Copy full SHA for 79b9cc7
Browse repository at this point
In strict_deparse(), renamed max.width= to width.max= for consistency with other functions.
krivit
committed
58106bb
View commit details
Copy full SHA for 58106bb
Browse repository at this point
Replaced "%InLiNe_IdEnTiFiEr%" with "%\u1d166%" (Unicode MUSICAL SYMBOL COMBINING SPRECHGESANG STEM character) to save space.
krivit
committed
b3ab028
View commit details
Copy full SHA for b3ab028
Browse repository at this point
Commits on Feb 23, 2018
Merge branch 'master' into hard_deparse
krivit
committed
9ebc560
View commit details
Copy full SHA for 9ebc560
Browse repository at this point
Commits on Mar 16, 2021
Merge commit '437668a46ce38642096250c80cb63598cf5b597c'
Show description for ff5d419
yihui
committed
ff5d419
View commit details
Copy full SHA for ff5d419
Browse repository at this point
try the zero-width space instead of the musical symbol, since the latter may not work on Windows
yihui
committed
779f3e0
View commit details
Copy full SHA for 779f3e0
Browse repository at this point
the zero-width space doesn't work on Windows, either; try \b
yihui
committed
3859e32
View commit details
Copy full SHA for 3859e32
Browse repository at this point
Commits on Mar 17, 2021
treat I(width) as the maximum width, and use brute-force if the binary search for the optimal width fails
yihui
committed
c5b4a40
View commit details
Copy full SHA for c5b4a40
Browse repository at this point
mention the global option formatR.width in NEWS and vignette
yihui
committed
2cbd377
View commit details
Copy full SHA for 2cbd377
Browse repository at this point
add @krivit to the list of ctb
yihui
committed
a06d431
View commit details
Copy full SHA for a06d431
Browse repository at this point
You can’t perform that action at this time.