-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from remlapmot/add-mrcieu-download-url
Fix explodecomputer URL to MRCIEU URL
- Loading branch information
Showing
6 changed files
with
33 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: genetics.binaRies | ||
Title: Binaries for Tools Used in Genetics in an R Package | ||
Version: 0.1.0 | ||
Version: 0.1.1 | ||
Authors@R: | ||
c(person("Gibran", "Hemani", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-0920-1055")), | ||
|
@@ -11,13 +11,13 @@ Description: A convenient way to make binaries such as plink, bcftools, | |
MRC IEU OpenGWAS system. The system includes other R packages, | ||
including; gwasglue, ieugwasr, gwasvcf, and TwoSampleMR. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/explodecomputer/genetics.binaRies | ||
BugReports: https://github.com/explodecomputer/genetics.binaRies/issues | ||
URL: https://github.com/MRCIEU/genetics.binaRies | ||
BugReports: https://github.com/MRCIEU/genetics.binaRies/issues | ||
Imports: | ||
utils | ||
Suggests: | ||
testthat (>= 3.0.0) | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.2 | ||
RoxygenNote: 7.2.3 | ||
Config/testthat/edition: 3 |
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 |
---|---|---|
|
@@ -3,4 +3,3 @@ | |
export(get_bcftools_binary) | ||
export(get_gcta_binary) | ||
export(get_plink_binary) | ||
importFrom(utils,download.file) |
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,15 @@ | ||
# genetics.binaRies 0.1.1 | ||
|
||
* Updated several URLs to use the MRCIEU org repo address. | ||
|
||
# genetics.binaRies 0.1.0 | ||
|
||
* Updated bcftools binary for Linux in source repo. | ||
|
||
* Modified `downloader()` to give the downloaded binary chmod 755 permissions. | ||
|
||
# genetics.binaRies 0.0.0.9000 | ||
|
||
* Initial version of package. | ||
|
||
* Added a `NEWS.md` file to track changes to the package. |
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