-
Notifications
You must be signed in to change notification settings - Fork 6
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 - Installation instructions #12
Comments
Thank you. I've rewritten quite a lot of the README.Rmd file to address both this and to make the style of the README more formal. Maybe you are aware of if already but I found I've added a section on developing and running the automated tests |
Updated branch: joss-fixes-0.2.4.9000 (and main)
|
I ran into a very minor error during the For reference, here are my steps to confirm dtrackr installation on Ubuntu 20.04 via Docker. I tried to clarify which dependencies belong to each step, if useful.
1. Install r-base
2. Install tidyverse
3. Install dtrackr from CRAN
4. Install dtracker via devtools
5. Install dtrackr from source
6. Run tests
Build site
Install covr dependencies
|
Revised branch: joss-fixes-0.2.4.9000 Looks great (edit see above comment for details). |
Review issue: openjournals/joss-reviews#4707
Branch reviewed: release-0.2.4
Problem:
The JOSS guidelines require clear Installation instructions. I attempted to install
dtrackr
on a fresh Ubuntu 20.04 (via Docker) with R 4.2.1 and encountered several errors due to missing OS packages. These could be inferred from the required R packages, but it would be helpful to have a complete list in the installation instructions. Additional packages and OS dependencies were required to run the automated tests and could also be clearer.What I had to install:
For automated tests:
Consider adding a comprehensive list of dependencies as well as supported OS and R versions to the "Installing" section of the readme.
The text was updated successfully, but these errors were encountered: