Skip to content

Commit

Permalink
Added a CRAN mirror for png package installation for vignette compila…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
MGousseff committed Aug 24, 2023
1 parent 7f5d3b0 commit 838613f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vignettes/lczexplore_alter.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(
comment = "#>"
)
if (!require("png")) {
install.packages("png")
install.packages("png",repos = "http://cran.us.r-project.org")
library("png")
}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/lczexplore_en.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(
comment = "#>"
)
if (!require("png")) {
install.packages("png")
install.packages("png",repos = "http://cran.us.r-project.org")
library("png")
}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/lczexplore_fr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ knitr::opts_chunk$set(
)
if (!require("png")) {
install.packages("png")
install.packages("png",repos = "http://cran.us.r-project.org")
library("png")
}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/lczexplore_raster_vector.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(
comment = "#>"
)
if (!require("png")) {
install.packages("png")
install.packages("png",repos = "http://cran.us.r-project.org")
library("png")
}
Expand Down

0 comments on commit 838613f

Please sign in to comment.