Skip to content

Commit

Permalink
Improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Jul 3, 2024
1 parent d172419 commit 5eba12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/install_latest_version.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install_latest_version <- function() {
message("You should install RTools if not already done")
}
if (Sys.info()[["sysname"]] == "Linux") {
system(command = "sudo apt install libcurl4-openssl-dev")
system(command = "sudo apt install libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev")
}
if (!requireNamespace("devtools")) {
install.packages("devtools")
Expand Down

0 comments on commit 5eba12a

Please sign in to comment.