-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Joss Review] Package #209
Comments
Some really good suggestions here @AKuederle. I'll provide comments on some points and address the others in one or more pull requests.
R package dependencies are included under two headers within the DESCRIPTION file. Dependencies under
There is a popular package called pkgdown often used for this purpose. I'll look to see if this is something I can set up without too much additional effort. |
While addressing #206 I inserted a Getting Help section after the high-level Usage section. Getting Help includes a sentence on what vignettes are provided. Do you think this is enough information? I don't want to be too specific in the README about the content of the vignettes since the vignettes are subject to change in the future. |
That looks good to me! |
Thank you for clarifying these points. I think it was mostly my lack of experience in the R ecosystem that let to these questions. Regrading the installation of the vignets: Regarding pkgdown: I really think this is just a nice to have and for sure not a requirement! |
I've merged #212 which makes changes to the example install commands. I tested the new instructions on the latest r-base docker image, and after installing devtools I was able to install mhealthtools+vignettes with the new command. It turns out that building and publishing a docs website is incredibly easy with pkgdown + github pages (you can preview what it would look like here: https://philerooski.github.io/mHealthTools/). Though there is one small issue with referencing a figure from the paper using its relative path. This is something I would want to set up to work with Travis anyhow so I will add it to the to-do list and get around to it at a more convenient time. |
Hey everybody,
I will just use this issue to collect some thought about your package. Feel free to add your comments and opinions and we can figure out if there are things that would need to be addressed in a separate focused issue.
Major issues (things I think you be addressed):
knitr
is required. The installation fails otherwise. I know most people haveknitr
installed, but this should be mentioned somewhere or listed in the dependencies.Suggestions (things I thing would be cool to address):
apt
based systems (e.g., Debian or Ubuntu) you can run the commands below. For other distros (or in case these commands should fail), please check the package repository of your distro for the correct command and package names to use.data.R
contains comments about the specific number of rows for datatype. Doesn't this depend on my input data? Or am I misunderstanding something.Awesome things:
General comments:
The text was updated successfully, but these errors were encountered: