-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels