Skip to contents

Rprofile (development version)

New features

Fixes

Enhancements

  • .GithubRelease() now prompts for both publish and pre-release params when they are not set
  • .RprofileJordan() checks for additional library paths from envvars R_LIBS_PAK and R_LIBS_SCRIBE
  • .UsePackageLibrary() appends a new path to the library path based on the directory of the package
  • .Search(pattern) now allows for pattern matching [#38]
  • .Rprofile() gains a path argument (with defaults) for identifying an .Rprofile location [#23]
  • .GitBranchPrompt() now uses a function and doesn’t require manual runs to update branch [#43]
  • .FileOpen() now normalizes a path for a file before attempting to open
  • .GitBranchPrompt() has been simplified
  • .NewsUrls() now has prettier print for differences; URLs detected are highlighted with crayon and only the changed lines (with line numbers) are printed
  • Improvements with package checking
  • Prompts via utils::menu() cleaned up

Internal

  • @jmbarbone’s preferred settings are now included as .RprofileJordan(), now a single command I can run in my .Rprofile
  • package linting now included
  • A new ..Rprofile environment will be created on start-up as a copy of an internal package environment
  • fuj is now imported
  • magrittr removed as an import

Rprofile 0.0.0.9000