-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Description
I'm running into an issue with a Travis CI Docker build that includes RcppEigen
whereby the Travis log is filling up with build output from the package. You can see this by taking a look at the build output shown here.
I was running a command similar to the one below to install the package.
RUN install2.r --error \
...
RcppEigen \
...
Is there a better way to install the package or suppress the build output?
Metadata
Metadata
Assignees
Labels
No labels