Build Status

dtupdate

Keep Up-To-Date with Non-CRAN Package Updates

Description

CRAN and Bioconductor users have mechanisms to update their installed packages but those of us who live in the devtools GitHub world are levt to intall_github all on our own. This package fills that gap by providing a function that attempts to figure out which packages were installed from GitHub and then tries to figure out which ones have updates (i.e. the GitHub version is > local version). It provides an option (not recommended) to (optionally, selectively) auto-update any packages with newer GitHub development versions.

The following functions are implemented:

Installation

devtools::install_github("hrbrmstr/dtupdate")
options(width=120)

Usage

library(dtupdate)

# current verison
packageVersion("dtupdate")

# see what packages are available for an update
github_update()

Test Results

library(dtupdate)
library(testthat)

date()

test_dir("tests/")


hrbrmstr/dtupdate documentation built on May 17, 2019, 4:56 p.m.