You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the tests expect_true(tibble::is_tibble(get_study_org('MTBLS375')))
and expect_true(is.character(get_isa_investigation('MTBLS375'))) fail
without the MTBLS_API_KEY variable set, although the tests say 'tokenless-get-methods.
This also causes failures when installing metabolighteR as dependency.
The get_study_org() is setting the key in the function:
Hi,
the tests
expect_true(tibble::is_tibble(get_study_org('MTBLS375')))
and
expect_true(is.character(get_isa_investigation('MTBLS375')))
failwithout the
MTBLS_API_KEY
variable set, although the tests say'tokenless-get-methods
.This also causes failures when installing
metabolighteR
as dependency.The
get_study_org()
is setting the key in the function:metabolighteR/R/get_study_org.R
Line 21 in 22f03fe
while e.g.
get_study_desc()
does notmetabolighteR/R/get_studies.R
Line 12 in 22f03fe
Either the tests or the code seem to need fixing.
Yours, Steffen
The text was updated successfully, but these errors were encountered: