everhartlab / sclerotinia-366

Analysis for "Population structure and phenotypic variation of *Sclerotinia sclerotiorum* from dry bean (*Phaseolus vulgaris*) in the United States"
https://doi.org/10.7717/peerj.4152
Other
11 stars 6 forks source link

Missing endif in Makefile #25

Open f0nzie opened 6 years ago

f0nzie commented 6 years ago

You are missing a endif in the Makefile:

# Testing whether or not we are in a docker container
ifeq ("$(wildcard /proc/1/cgroup)","")
    RCMD="devtools::install()"
else ifneq ("$(shell grep -cq docker /proc/1/cgroup)","0")
    RCMD="Sys.Date()"
else
    RCMD="devtools::install()"
endif
zkamvar commented 6 years ago

Thanks for pointing this out! Can you make a Pull Request?

On Apr 18, 2018, at 09:54 , Alfonso R. Reyes notifications@github.com wrote:

You are missing a endif in the Makefile:

Testing whether or not we are in a docker container

ifeq ("$(wildcard /proc/1/cgroup)","") RCMD="devtools::install()" else ifneq ("$(shell grep -cq docker /proc/1/cgroup)","0") RCMD="Sys.Date()" else RCMD="devtools::install()" endif — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/everhartlab/sclerotinia-366/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/ADeIlpPRH5Kz8qdle7PVZfHf_hPPVbcvks5tp1ObgaJpZM4TaOMu.