Skip to content

Commit

Permalink
feat: remove references to httr
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Sajid Imami <[email protected]>
  • Loading branch information
AliSajid committed Sep 21, 2024
1 parent 6354bdb commit 038dea5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 34 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: drugfindR
Title: Investigate iLINCS for candidate repurposable drugs
Version: 0.99.985
Version: 0.99.986
Authors@R: c(
person(given = c("Ali", "Sajid"),
family = "Imami",
Expand Down Expand Up @@ -37,7 +37,6 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
biocViews: FunctionalPrediction, DifferentialExpression, GeneSetEnrichment
Imports:
httr,
magrittr,
tibble,
rlang,
Expand Down
4 changes: 0 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(httr,upload_file)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_url_path_append)
Expand Down
1 change: 0 additions & 1 deletion R/getConcordants.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#' @export
#'
#' @importFrom readr write_tsv
#' @importFrom httr POST status_code content upload_file
#' @importFrom httr2 request req_method req_url_query req_user_agent req_url_path_append req_perform resp_status resp_body_json resp_body_string
#' @importFrom purrr map flatten_dfr
#' @importFrom dplyr select any_of mutate filter
Expand Down
1 change: 0 additions & 1 deletion R/getSignature.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#' @return a tibble with the L1000 Signature
#' @export
#'
#' @importFrom httr POST content status_code
#' @importFrom httr2 request req_method req_url_query req_user_agent req_url_path_append req_perform resp_status resp_body_json resp_body_string
#' @importFrom tibble tibble as_tibble
#' @importFrom rlang .data
Expand Down
40 changes: 14 additions & 26 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/CogDisResLab/drugfindR",
"issueTracker": "https://github.com/CogDisResLab/drugfindR/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.99.985",
"version": "0.99.986",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -203,18 +203,6 @@
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=httr"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "magrittr",
"name": "magrittr",
Expand All @@ -226,7 +214,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=magrittr"
},
"3": {
"2": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
Expand All @@ -238,7 +226,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
},
"4": {
"3": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
Expand All @@ -250,7 +238,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=rlang"
},
"5": {
"4": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
Expand All @@ -262,7 +250,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
"6": {
"5": {
"@type": "SoftwareApplication",
"identifier": "purrr",
"name": "purrr",
Expand All @@ -274,7 +262,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=purrr"
},
"7": {
"6": {
"@type": "SoftwareApplication",
"identifier": "readr",
"name": "readr",
Expand All @@ -286,7 +274,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=readr"
},
"8": {
"7": {
"@type": "SoftwareApplication",
"identifier": "stringr",
"name": "stringr",
Expand All @@ -298,12 +286,12 @@
},
"sameAs": "https://CRAN.R-project.org/package=stringr"
},
"9": {
"8": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"10": {
"9": {
"@type": "SoftwareApplication",
"identifier": "lifecycle",
"name": "lifecycle",
Expand All @@ -315,7 +303,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=lifecycle"
},
"11": {
"10": {
"@type": "SoftwareApplication",
"identifier": "S4Vectors",
"name": "S4Vectors",
Expand All @@ -327,7 +315,7 @@
},
"sameAs": "https://bioconductor.org/packages/release/bioc/html/S4Vectors.html"
},
"12": {
"11": {
"@type": "SoftwareApplication",
"identifier": "httr2",
"name": "httr2",
Expand All @@ -339,7 +327,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=httr2"
},
"13": {
"12": {
"@type": "SoftwareApplication",
"identifier": "curl",
"name": "curl",
Expand All @@ -351,7 +339,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=curl"
},
"14": {
"13": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
Expand All @@ -362,7 +350,7 @@
"applicationCategory": "Genomics",
"isPartOf": "https://bioconductor.org",
"keywords": ["LINCS", "iLINCS", "drugrepurposing", "drugdiscovery", "transcriptomics", "geneexpression", "geneknockdown", "geneoverexpression", "chemicalperturbagen", "drugfindR", "r", "ilincs", "bioinformatics", "bioinformatics-pipeline"],
"fileSize": "2085.696KB",
"fileSize": "2085.479KB",
"releaseNotes": "https://github.com/CogDisResLab/drugfindR/blob/master/NEWS.md",
"readme": "https://github.com/CogDisResLab/drugfindR/blob/devel/README.md",
"contIntegration": ["https://github.com/CogDisResLab/drugfindR/actions/workflows/rworkflows.yml", "https://app.codecov.io/gh/CogDisResLab/drugfindR?branch=devel"],
Expand Down

0 comments on commit 038dea5

Please sign in to comment.