iSEE / iSEEhub

Custom landing page for iSEE and the Bioconductor ExperimentHub
https://isee.github.io/iSEEhub/
3 stars 0 forks source link

[BUG] Rename tab to 'Configure and launch' #25

Closed kevinrue closed 2 months ago

kevinrue commented 2 years ago

Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on https://support.bioconductor.org/ using the appropriate tag(s) including one for this package.

Context

Provide some context for your bug report or feature request. This could be the:

Code

Include the code you ran and comments

## prompt an error
stop('hola')

## check the error trace
traceback()

Small reproducible example

If you copy the lines of code that lead to your error, you can then run reprex::reprex() which will create a small website with code you can then easily copy-paste here in a way that will be easy to work with later on.

## prompt an error
stop('hola')
#> Error in eval(expr, envir, enclos): hola

## check the error trace
traceback()
#> No traceback available

R session information

Remember to include your full R session information.

options(width = 120)
sessioninfo::session_info()

The output of sessioninfo::session_info() includes relevant GitHub installation information and other details that are missed by sessionInfo().

kevinrue commented 2 months ago

Closed by #26