- feat: Add in positron support
- feat: Add in
test_checker()
- feat: Rename package as there is now an {rprofile} package on CRAN
- refactor:
get_r_sessions()
removegreps
usingstr_detect()
- refactor:
stripspace()
only update if the file has changed
- refactor: Remove importFrom where possible
- feat: Use tibbles for lsos
- fix: Use prompts from {prompt} to avoid odd terminal resizing.
- Add
stripspace()
function for cleaning files - Remove
check.bounds
option - too noisy
- Set
setWidthOnResize=TRUE
in options - Truncate long branch names
- Set
check.bounds
in options - Set
warnPartialMatchAttr
in options
- Use
suppressMessages()
to silenceprettycode::prettycode()
- fixes #10
- Add: MacOS startup messages (taken from @emraher's fork)
- Calculate the optimal terminal width using
cli::console_width()
. - Add a line break when on an R Linux terminal. This (sort of) fixes the issues with counting Unicode characters.
- Allow prompts to be passed in
set_terminal()
. Fixes #6
- Update: New R projs path (fixes #4)
- Tweak: Improved feedback from
library()
function
- Add: Detect Windows wifi (taken from @blakcjack's fork)
- Change: Moving to
cli
fromclisymbols
- Change: Redo getting wifi name & strength. Using
nmcli dev wifi
became very slow.
- Tweak: Use double quotes for
download.file.extra
. A workaround to an RStudio bug
- Add:
download.file.extra
to default options for RStudio package manager
- Add:
warnPartialMatchArgs
,scipen
,HTTPUserAgent
to default options
- Bug: No wifi signals no longer returns an error
- Bug: width passed to options incorrectly
- Bug: export
lsos()
on startup (notllsos()
) - Tweak: In
cp()
pressing enter now exits the function - Tweak: Removing warning when creating a new directory via
op()
- Tweak: Normalise paths in
cp()
- Add: details on current RStudio project
- Add:
menu.graphics = FALSE
toset_options()
- Added a
NEWS.md
file to track changes to the package - First version