瀏覽代碼

download.files is from {utils}

tags/v0.3.0
Garrick Aden-Buie 6 年之前
父節點
當前提交
f95db77d76
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      R/ggplot2.R

+ 1
- 1
R/ggplot2.R 查看文件

@@ -657,7 +657,7 @@ register_font <- function(
return(family)
} else if (family == "Droid Serif") {
dstmp <- tempfile("droid-serif", fileext = "ttf")
download.file(
utils::download.file(
"https://github.com/google/fonts/raw/feb15862e0c66ec0e7531ca4c3ef2607071ea700/apache/droidserif/DroidSerif-Regular.ttf",
dstmp,
quiet = TRUE

Loading…
取消
儲存