NEWS | R Documentation |
NEWS file for the owd package
Changes in version 1.0.6
Tweaked the appearance of the package citation. The URL now points to CRAN as opposed to GitHub.
Changes in version 1.0.5
Made use of the
interactive
function to ensure that examples don't execute during tests.
Changes in version 1.0.4
Altered examples to allow for the fact that the '~/Documents' directory may not be present on all Unix systems.
Changes in version 1.0.3
Altered the examples to make them executable.
Changes in version 1.0.2
Modified the capitalisation in the package citation.
Changes in version 1.0.1
Added R >= 2.13 as a requirement for installing the package. Before this version of R, the
normalizePath
function was located in the utils package.
Changes in version 1.0.0
Made use of
xdg-open
for non-macOS Unix-like systems to provide a simplified and more universal solution to finding the preferred file manager.Added the ability to specify a directory path to the
owd
. Sanity checks for the input path have also been added.
Changes in version 0.0.0.9000
Initial creation of a working version of the owd package.