test_that("use", {
skip("WIP")
t_filename <- "/home/richel/GitHubs/bianchi_et_al_2017/work/tmh-overlapping-binders.Rdata" # nolint indeed a long filename
figure_1_d_filename <- tempfile()
expect_silent(
correlate_to_hydrophobicity(
tmh_overlapping_binders_as_data_filename = t_filename, # nolint function argument name is indeed long
figure_1_d_filename = figure_1_d_filename
)
)
expect_true(file.exists(figure_1_d_filename))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.