{"id":14069056,"url":"https://github.com/hrbrmstr/dtupdate","last_synced_at":"2025-03-21T12:30:56.744Z","repository":{"id":19923726,"uuid":"23190048","full_name":"hrbrmstr/dtupdate","owner":"hrbrmstr","description":"The dtupdate package has functions that try to make it easier to keep up with the non-CRAN universe","archived":false,"fork":false,"pushed_at":"2018-01-12T12:58:28.000Z","size":41,"stargazers_count":56,"open_issues_count":4,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T01:11:11.765Z","etag":null,"topics":["github","packages","r","rstats"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hrbrmstr.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-21T14:24:42.000Z","updated_at":"2024-11-14T03:51:37.000Z","dependencies_parsed_at":"2022-08-17T15:50:34.280Z","dependency_job_id":null,"html_url":"https://github.com/hrbrmstr/dtupdate","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fdtupdate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fdtupdate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fdtupdate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fdtupdate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrbrmstr","download_url":"https://codeload.github.com/hrbrmstr/dtupdate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244799226,"owners_count":20512209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","packages","r","rstats"],"created_at":"2024-08-13T07:06:34.513Z","updated_at":"2025-03-21T12:30:56.353Z","avatar_url":"https://github.com/hrbrmstr.png","language":"R","readme":"---\noutput: rmarkdown::github_document\n---\n\n[![Build Status](https://travis-ci.org/hrbrmstr/dtupdate.png)](https://travis-ci.org/hrbrmstr/dtupdate)\n\n# dtupdate\n\nKeep Up-To-Date with Non-CRAN Package Updates\n\n## Description\n\nCRAN and Bioconductor users have mechanisms to update their\ninstalled packages but those of us who live in the devtools GitHub world\nare levt to intall_github all on our own. This package fills that gap\nby providing a function that attempts to figure out which packages were\ninstalled from GitHub and then tries to figure\nout which ones have updates (i.e. the GitHub version is \u003e local version).\nIt provides an option (not recommended) to (optionally, selectively)\nauto-update any packages with newer GitHub development versions.\n\nThe following functions are implemented:\n\n- `github_update` - find, report and optionally update packages installed from or available on github\n\n## Installation\n\n```{r eval=FALSE}\ndevtools::install_github(\"hrbrmstr/dtupdate\")\n```\n\n```{r echo=FALSE, message=FALSE, warning=FALSE, error=FALSE}\noptions(width=120)\n```\n\n## Usage\n\n```{r}\nlibrary(dtupdate)\n\n# current verison\npackageVersion(\"dtupdate\")\n\n# see what packages are available for an update\ngithub_update()\n\n```\n\n## Test Results\n\n```{r}\nlibrary(dtupdate)\nlibrary(testthat)\n\ndate()\n\ntest_dir(\"tests/\")\n```\n\n","funding_links":[],"categories":["R"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fdtupdate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrbrmstr%2Fdtupdate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fdtupdate/lists"}