Skip to content

Commit

Permalink
Continuing issues with access to BioPlanet. fetch_bp example is now…
Browse files Browse the repository at this point in the history
… marked `donotrun` and testing `fetch_bp` is removed to ensure smooth build and check even when BioPlanet server is down.
  • Loading branch information
MarekGierlinski committed Jun 20, 2023
1 parent 16f5328 commit 6fedac6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fenr
Title: Fast functional enrichment
Version: 0.99.2
Version: 0.99.3
Authors@R: person(
given = "Marek",
family = "Gierlinski",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,8 @@

- BioPlanet's tripod.nih.gov SSL certificate seems to be fixed, so reversing to the original read_csv code.

## Version 0.99.3

- Continuing issues with access to BioPlanet. `fetch_bp` example is now marked `donotrun` and testing `fetch_bp` is removed to ensure smooth build and check even when BioPlanet server is down.


2 changes: 2 additions & 0 deletions R/bioplanet.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#' @return A list with \code{terms} and \code{mapping} tibbles.
#' @export
#' @examples
#' \dontrun{
#' bioplanet_data <- fetch_bp()
#' }
fetch_bp <- function() {
# Binding variables from non-standard evaluation locally
PATHWAY_ID <- PATHWAY_NAME <- GENE_ID <- GENE_SYMBOL <- NULL
Expand Down
2 changes: 2 additions & 0 deletions man/fetch_bp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions tests/testthat/test_bp.R

This file was deleted.

0 comments on commit 6fedac6

Please sign in to comment.