Skip to content

expose argument for 'attempt to install these from sources' #223

@benmarwick

Description

@benmarwick

When using checkpoint I often get messages like this:

Package which is only available in source form, and may need
  compilation of C/C++/Fortran: �MASS�
Do you want to attempt to install these from sources?
y/n: 

Which requires me to respond several times during the process.

Can we have an argument like install.sources = TRUE to make this non-interactive?

For example:

checkpoint("2015-01-10", 
           auto.install.knitr = TRUE,
           use.knitr = TRUE, 
           checkpointLocation = "../packages",
            install.sources = TRUE)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions