-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change package name and check hashes when recording versions
- Loading branch information
Showing
14 changed files
with
100 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
#' r.releases.utils: Utilities for an R universe of package releases. | ||
#' @description Utilities for an R universe of package releases.. | ||
#' @name r.releases.utils-package | ||
#' r.releases.internals: Internal infrastructure for an R universe | ||
#' of package releases. | ||
#' @description Utilities for an R universe of package releases. | ||
#' @name r.releases.internals-package | ||
#' @family help | ||
#' @importFrom gh gh | ||
#' @importFrom jsonlite parse_json read_json write_json | ||
#' @importFrom jsonlite parse_json read_json stream_in write_json | ||
#' @importFrom nanonext ncurl parse_url status_code | ||
#' @importFrom pkgsearch cran_package | ||
#' @importFrom utils available.packages compareVersion | ||
#' @importFrom utils available.packages compareVersion contrib.url | ||
#' @importFrom vctrs vec_rbind | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
RemoteSha | ||
GitLab | ||
JSON | ||
json | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.