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

Recomend the usage of sink() to deal with the outputs #14

Open
anpefi opened this issue Aug 23, 2018 · 1 comment
Open

Recomend the usage of sink() to deal with the outputs #14

anpefi opened this issue Aug 23, 2018 · 1 comment
Assignees

Comments

@anpefi
Copy link
Owner

anpefi commented Aug 23, 2018

This is a suggestion by Juan Cesar Vilardi.

Una sería que en el manual del paquete se recomendara el uso de la
función sink() (de manera similar a lo que indico más abajo)

sink("msap.txt")
msap("ejemplo.csv",name="ejemplo", do.pairwisePhiST=TRUE)
sink()

Esto es importante cuando se trabaja con Rstudio, dado que en el
.Rhistory con se incluyen las salidas.

@anpefi anpefi self-assigned this Oct 29, 2018
@anpefi
Copy link
Owner Author

anpefi commented Mar 20, 2019

It would be useful to save the output to afile by default

@anpefi anpefi added this to the For release 1.2.0 milestone Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant