Skip to content

Commit

Permalink
Merge pull request #231 from vladpetyuk/master
Browse files Browse the repository at this point in the history
Fix bug that caused checkpoint() to set CRAN mirror incorrectly.
  • Loading branch information
andrie authored Dec 7, 2016
2 parents 9ccb577 + 6f0914a commit 9b9dd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/checkpoint.R
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ checkpoint <- function(snapshotDate, project = getwd(), R.version, scanForPackag
# ------------------------------------------------------------------------


setMranMirror <- function(snapshotDate, snapshotUrl = checkpoint:::getSnapShotUrl(snapshotDate)){
setMranMirror <- function(snapshotDate, snapshotUrl = checkpoint:::getSnapshotUrl(snapshotDate)){
options(repos = snapshotUrl)}

setLibPaths <- function(checkpointLocation, libPath){
Expand Down

0 comments on commit 9b9dd5b

Please sign in to comment.