Skip to content

Commit

Permalink
Switch ultimate data location due to LieberInstitute/recount3#29 (com…
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Dec 14, 2022
1 parent bfb5733 commit 7301c5f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions recount.Rproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 4
Encoding: UTF-8

RnwWeave: knitr
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
LineEndingConversion: Posix

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 4
Encoding: UTF-8
RnwWeave: knitr
LaTeX: pdfLaTeX
AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
LineEndingConversion: Posix
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
2 changes: 1 addition & 1 deletion tests/testthat/test-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test_that("Download URLs", {
)
expect_equal(
download_study("DRP000366", type = "rse-fc", download = FALSE),
"http://idies.jhu.edu/recount/data/fc_rc/rse_fc_DRP000366.Rdata"
"http://sciserver.org/public-data/recount2/data/fc_rc/rse_fc_DRP000366.Rdata"
)
})

Expand Down

0 comments on commit 7301c5f

Please sign in to comment.