All Projects β†’ hrbrmstr β†’ Dtupdate

hrbrmstr / Dtupdate

Licence: other
The dtupdate package has functions that try to make it easier to keep up with the non-CRAN universe

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Dtupdate

Shinyappdemo
A demo shiny app inside a package
Stars: ✭ 23 (-54.9%)
Mutual labels:  packages, rstats
Resources
R-Ladies Resources : Various resources for R-Ladies Global and to be shared across chapters πŸ’œ 🌍
Stars: ✭ 47 (-7.84%)
Mutual labels:  rstats
Advanced R
One day course covering functions, functional programming and tidy evaluation
Stars: ✭ 38 (-25.49%)
Mutual labels:  rstats
Package im stepper
A growing collection of beautiful, easy to use, stepper and page indicator widgets.
Stars: ✭ 42 (-17.65%)
Mutual labels:  packages
Chirp
πŸ”¬Visualise Twitter Interactions
Stars: ✭ 40 (-21.57%)
Mutual labels:  rstats
Ndjson
♨️ Wicked-Fast Streaming 'JSON' ('ndjson') Reader in R
Stars: ✭ 44 (-13.73%)
Mutual labels:  rstats
Gomodctl
Search, Check, and Update Go modules.
Stars: ✭ 37 (-27.45%)
Mutual labels:  packages
Rdoc
colourised R docs in the terminal
Stars: ✭ 49 (-3.92%)
Mutual labels:  rstats
Dsci 100
Repository for UBC's Introduction to Data Science course (DSCI 100)
Stars: ✭ 46 (-9.8%)
Mutual labels:  rstats
Rtweet Workshop
Slides and code for the rtweet workshop
Stars: ✭ 41 (-19.61%)
Mutual labels:  rstats
Dance
tibble() dancing πŸ’ƒ
Stars: ✭ 41 (-19.61%)
Mutual labels:  rstats
Hexagon
◀️⏹▢️ R package for creating hexagon shaped xy data frames.
Stars: ✭ 40 (-21.57%)
Mutual labels:  rstats
Liger
Lightweight Iterative Gene set Enrichment in R
Stars: ✭ 44 (-13.73%)
Mutual labels:  rstats
Ggplot Courses
πŸ‘¨β€πŸ« ggplot2 Teaching Material
Stars: ✭ 40 (-21.57%)
Mutual labels:  rstats
Getlandsat
get landsat 8 images and metadata
Stars: ✭ 47 (-7.84%)
Mutual labels:  rstats
Webmockr
R library for stubbing and setting expectations on HTTP requests
Stars: ✭ 37 (-27.45%)
Mutual labels:  rstats
Inferregex
Infer the regular expression (regex) of a string πŸ”€ πŸ”’ πŸ”
Stars: ✭ 41 (-19.61%)
Mutual labels:  rstats
Soccergraphr
Soccer Analytics in R using OPTA data
Stars: ✭ 42 (-17.65%)
Mutual labels:  rstats
Rock
Create semantic version tags for your Go packages, search and discover new packages
Stars: ✭ 50 (-1.96%)
Mutual labels:  packages
Notary
πŸ”πŸ“¦ Signing & verification of R packages
Stars: ✭ 48 (-5.88%)
Mutual labels:  rstats

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:

  • github_update - find, report and optionally update packages installed from or available on github

Installation

devtools::install_github("hrbrmstr/dtupdate")

Usage

library(dtupdate)

# current verison
packageVersion("dtupdate")
## [1] '1.5'
# see what packages are available for an update
github_update()
## Warning in read.dcf(url_con, fields = "Version"): cannot open URL 'https://raw.githubusercontent.com/hrbrmstr/hannaford/
## master/DESCRIPTION': HTTP status was '404 Not Found'

##          package       date    version gh_version *                                     source
## 1  addinexamples 2017-06-18      0.1.0      0.1.0       Github (rstudio/[email protected])
## 2     adobecolor 2017-05-21        0.2        0.2         Github (hrbrmstr/[email protected])
## 3      albersusa 2017-08-24      0.3.0      0.3.0          Github (hrbrmstr/[email protected])
## 4        archive 2017-10-08      1.0.0      1.0.0           Github (jimhester/[email protected])
## 5          callr 2017-12-19 1.0.0.9000 1.0.0.9000                 Github (r-lib/[email protected])
## 6   circlepackeR 2017-09-30 0.0.0.9000 0.0.0.9000     Github (jeromefroe/[email protected])
## 7      codefinch 2017-09-01 0.0.0.9002 0.0.0.9002      Github (ropenscilabs/[email protected])
## 8         crandb 2017-09-14      1.0.0      1.0.0             Github (metacran/[email protected])
## 9           curl 2017-12-24        3.1        3.1                 Github (jeroen/[email protected])
## 10     cyclocomp 2017-07-24      1.1.0      1.1.0       Github (MangoTheCat/[email protected])
## 11    data.world 2017-12-27      1.1.1      1.1.1   Github (datadotworld/[email protected])
## 12        dbplyr 2017-06-29 1.1.0.9000      1.2.0 *          Github (tidyverse/[email protected])
## 13           egg 2017-11-29      0.3.0      0.4.0 *              Github (baptiste/[email protected])
## 14         falsy 2017-09-14      1.0.1      1.0.1           Github (gaborcsardi/[email protected])
## 15      fireData 2017-12-24        1.1        1.1              Github (Kohze/[email protected])
## 16  ggTimeSeries 2017-08-29        0.1        0.1    Github (AtherEnergy/[email protected])
## 17            gh 2017-09-14      1.0.1      1.0.1                    Github (r-lib/[email protected])
## 18          ghql 2017-05-25 0.0.3.9110 0.0.3.9110               Github (ropensci/[email protected])
## 19  goodpractice 2017-07-24      1.0.0      1.0.0    Github (MangoTheCat/[email protected])
## 20     hannaford 2017-12-11      0.1.0       <NA>          Github (hrbrmstr/[email protected])
## 21        harbor 2017-06-10      0.2.0      0.2.0                  Github (wch/[email protected])
## 22     htmltools 2017-06-18      0.3.6      0.3.6           Github (rstudio/[email protected])
## 23      icdcoder 2017-10-04 0.0.0.9000 0.0.0.9000           Github (wtcooper/[email protected])
## 24      jsonview 2017-05-16      0.2.0      0.2.0           Github (hrbrmstr/[email protected])
## 25         knitr 2018-01-10     1.18.4     1.18.5 *               Github (yihui/[email protected])
## 26        miniUI 2017-06-18      0.1.1      0.1.1              Github (rstudio/[email protected])
## 27        notary 2017-07-24      0.1.0      0.1.0         Github (ropenscilabs/[email protected])
## 28    pdfboxjars 2017-11-30      2.0.0      2.0.0         Github (hrbrmstr/[email protected])
## 29      pkgbuild 2017-12-19 0.0.0.9000 0.0.0.9000              Github (r-lib/[email protected])
## 30       pkgdown 2017-06-18 0.1.0.9000 0.1.0.9000              Github (hadley/[email protected])
## 31       pkgload 2017-12-19 0.0.0.9000 0.0.0.9000               Github (r-lib/[email protected])
## 32          riem 2017-11-17      0.1.1      0.1.1               Github (ropensci/[email protected])
## 33         rlang 2017-12-24 0.1.4.9000 0.1.6.9002 *           Github (tidyverse/[email protected])
## 34      roxygen2 2017-12-19 6.0.1.9000 6.0.1.9000          Github (klutometis/[email protected])
## 35         rpwnd 2017-05-26      0.1.0      0.1.0              Github (hrbrmstr/[email protected])
## 36     rrricanes 2017-08-13    0.2.0-6    0.2.0.7 *        Github (ropensci/[email protected])
## 37        rtweet 2018-01-10     0.6.15     0.6.15             Github (mkearney/[email protected])
## 38        scales 2017-09-01 0.5.0.9000 0.5.0.9000               Github (hadley/[email protected])
## 39         shiny 2017-09-01 1.0.5.9000 1.0.5.9000               Github (rstudio/[email protected])
## 40        stackr 2017-12-28 0.0.0.9000 0.0.0.9000               Github (dgrtwo/[email protected])
## 41      subtools 2017-04-29        0.1        0.1              Github (fkeck/[email protected])
## 42     tabulizer 2017-05-22     0.1.24     0.1.24          Github (ropensci/[email protected])
## 43 tabulizerjars 2017-05-22      0.9.2      0.9.2      Github (ropensci/[email protected])
## 44      uaparser 2017-05-21      0.2.0      0.2.0             Github (ua-parser/[email protected])
## 45         withr 2017-12-24 2.1.1.9000 2.1.1.9000             Github (jimhester/[email protected])
## 46       xmlview 2017-04-28      0.4.7      0.4.7            Github (hrbrmstr/[email protected])

Test Results

library(dtupdate)
library(testthat)

date()
## [1] "Fri Jan 12 07:57:26 2018"
test_dir("tests/")
## βœ” | OK F W S | Context
## ══ testthat results  ════════════════════════════════════════════════════════════════════
## OK: 2 SKIPPED: 0 FAILED: 0
## 
## ══ Results ══════════════════════════════════════════════════════════════════════════════
## Duration: 9.2 s
## 
## OK:       0
## Failed:   0
## Warnings: 0
## Skipped:  0
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].