Skip to content

Releases: jimbrig/jimstools

Version 0.4.0

08 Sep 05:03
v0.4.0
05a61ba
Compare
Choose a tag to compare

What's Changed

[Unreleased]

Features

  • Add git-cliff action
  • Enhance GHA

Miscellaneous Tasks

  • Autopublish 2022-09-08T04:55:10Z
  • Autopublish 2022-09-08T05:00:41Z

[0.4.0] - 2022-09-08

Bug Fixes

  • Open_project git config URL
  • Get_rstudio_projects reliant on rstudio
  • Fix open_project methods
  • Fix DESCRIPTION deps and remotes
  • Fix NAMESPACE import/exports
  • Fix issues for create_project() and add roxygen
  • Fix shutdown functions example
  • Fix unnecessary vignette library calls
  • Fix pkgdown enumerations
  • Fix system functions
  • Reomove outdated testthat context

Configuration

  • Update DESCRIPTION
  • Add .gitattributes for linguist
  • Bump Roxygen version in DESCRIPTION
  • Edit .Rproj
  • Add remotes

Documentation

  • Re-doc man pages
  • Update cliff.toml config
  • Refresh man pages
  • Update wordlist
  • Update README badges
  • Refresh man pages
  • Refresh man

Features

  • Add new use_gh_linguist function
  • Add cliff.toml and Changelog to .rbuildignore
  • Add new suggested packages to DESCRIPTION
  • Enhance/correct build-prep script

Refactoring

  • Refactor lines to be linted

Full Changelog: v0.3.0...v0.4.0

Version 0.3.0

31 Mar 03:18
aad690a
Compare
Choose a tag to compare

jimstools 0.3.0

Package Infrastructure

  • Added pkgdown and various docs.
  • Added a NEWS.md file to track changes to the package.
  • Updated Package Down configurations.
  • Removed data-raw.
  • Upgraded testthat to edition 3.
  • Replaced git2r with gert.
  • Removed dependency on grDevices.
  • Created an RMarkdown Template.
  • Added code coverage.

Bugfixes

  • Fixed bug in open_project and open_project.shell to expand path withfs::path_expand in case User's home directory has a space.
  • Fixed bug in get_rstudio_projects where no by argument was specified in dplyr::left_join().

Functions

  • Added new RStudio Add-Ins: open_project and paste_winslash
  • Added various System functions for Operating System information.
  • Added open_gh_repo to open current projects GitHub Repo.
  • Added save_pdf to save PDFs.
  • Added cs function to wrap unquoted strings in quotes and vecorize with c().

What's Changed

Full Changelog: 0.2.0...v0.3.0