Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uponly install pandoc if it is not already present #12
Comments
|
@dtenenba - confirmed. Thanks Dan. This will be soon fixed in the development version on GitHub. |
|
@dtenenba - hi Dan, this issue has been fixed in the current version (v0.2) on GitHub. Try In v0.2, if |
The Bioconductor Docker images are based on rocker/rstudio which means they already have pandoc installed. liftr tries to install pandoc on the container and this fails. The dockerfile should only attempt to install pandoc if it is not already installed. Thanks.