Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vignette is Untidy #78

Open
DarioS opened this issue Jul 3, 2018 · 0 comments
Open

Vignette is Untidy #78

DarioS opened this issue Jul 3, 2018 · 0 comments

Comments

@DarioS
Copy link

DarioS commented Jul 3, 2018

The first R output in the vignette is a long list of package loading messages. The R Markdown chunk should have message = FALSE in it to avoid the noise. So, the first chunk would be better if it were

```{r, eval=TRUE, message=FALSE}
library(scPipe)
library(SingleCellExperiment)
data_dir = tempdir()

Also, none of the figures have all of their plot and axis titles readable. The graphs should be improved by changes to fig.height and fig.width chunk options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant