Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 2.36 KB

NEWS.md

File metadata and controls

65 lines (51 loc) · 2.36 KB

rprofile.setup 0.2.0 2023-07-19

  • feat: Rename package as there is now an {rprofile} package on CRAN
  • refactor: get_r_sessions() remove greps using str_detect()
  • refactor: stripspace() only update if the file has changed

rprofile 0.1.14 2023-07-19

  • refactor: Remove importFrom where possible
  • feat: Use tibbles for lsos

rprofile 0.1.13 2023-06-05

  • fix: Use prompts from {prompt} to avoid odd terminal resizing.

rprofile 0.1.12 2022-11-08

  • Add stripspace() function for cleaning files
  • Remove check.bounds option - too noisy

rprofile 0.1.11 2022-11-07

  • Set setWidthOnResize=TRUE in options
  • Truncate long branch names
  • Set check.bounds in options
  • Set warnPartialMatchAttr in options

rprofile 0.1.10 2021-06-13

  • Use suppressMessages() to silence prettycode::prettycode() - fixes #10

rprofile 0.1.9 2021-05-24

  • Add: MacOS startup messages (taken from @emraher's fork)

rprofile 0.1.8 2021-05-11

  • 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

rprofile 0.1.7 2020-09-17

  • Update: New R projs path (fixes #4)
  • Tweak: Improved feedback from library() function

rprofile 0.1.5 2020-09-01

  • Add: Detect Windows wifi (taken from @blakcjack's fork)
  • Change: Moving to cli from clisymbols
  • Change: Redo getting wifi name & strength. Using nmcli dev wifi became very slow.

rprofile 0.1.4

  • Tweak: Use double quotes for download.file.extra. A workaround to an RStudio bug

rprofile 0.1.3

  • Add: download.file.extra to default options for RStudio package manager

rprofile 0.1.2

  • Add: warnPartialMatchArgs, scipen, HTTPUserAgent to default options

rprofile 0.1.1

  • Bug: No wifi signals no longer returns an error
  • Bug: width passed to options incorrectly
  • Bug: export lsos() on startup (not llsos())
  • 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 to set_options()

rprofile 0.1.0

  • Added a NEWS.md file to track changes to the package
  • First version