|
987 | 987 | }, |
988 | 988 | "svglite": { |
989 | 989 | "Package": "svglite", |
990 | | - "Version": "2.2.1", |
| 990 | + "Version": "2.2.2", |
991 | 991 | "Source": "Repository", |
992 | 992 | "Title": "An 'SVG' Graphics Device", |
993 | 993 | "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"T Jake\", \"Luciani\", , \"jake@apache.org\", role = \"aut\"), person(\"Matthieu\", \"Decorde\", , \"matthieu.decorde@ens-lyon.fr\", role = \"aut\"), person(\"Vaudor\", \"Lise\", , \"lise.vaudor@ens-lyon.fr\", role = \"aut\"), person(\"Tony\", \"Plate\", role = \"ctb\", comment = \"Early line dashing code\"), person(\"David\", \"Gohel\", role = \"ctb\", comment = \"Line dashing code and early raster code\"), person(\"Yixuan\", \"Qiu\", role = \"ctb\", comment = \"Improved styles; polypath implementation\"), person(\"Håkon\", \"Malmedal\", role = \"ctb\", comment = \"Opacity code\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", |
|
1003 | 1003 | "cli", |
1004 | 1004 | "lifecycle", |
1005 | 1005 | "rlang (>= 1.1.0)", |
1006 | | - "systemfonts (>= 1.2.3)", |
| 1006 | + "systemfonts (>= 1.3.0)", |
1007 | 1007 | "textshaping (>= 0.3.0)" |
1008 | 1008 | ], |
1009 | 1009 | "Suggests": [ |
|
1079 | 1079 | "SystemRequirements": "fontconfig, freetype2", |
1080 | 1080 | "Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev", |
1081 | 1081 | "Repository": "https://carpentries.r-universe.dev", |
1082 | | - "RemoteUrl": "https://github.com/r-lib/systemfonts", |
1083 | | - "RemoteRef": "v1.3.1", |
1084 | | - "RemoteSha": "cbb69fb67798b2f27bc88bd693fec705524e7281", |
1085 | 1082 | "NeedsCompilation": "yes", |
1086 | 1083 | "Author": "Thomas Lin Pedersen [aut, cre] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Jeroen Ooms [aut] (ORCID: <https://orcid.org/0000-0002-4035-0289>), Devon Govett [aut] (Author of font-manager), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", |
1087 | | - "Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>" |
| 1084 | + "Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>", |
| 1085 | + "RemoteType": "repository", |
| 1086 | + "RemoteUrl": "https://github.com/r-lib/systemfonts", |
| 1087 | + "RemoteRef": "v1.3.1", |
| 1088 | + "RemoteSha": "cbb69fb67798b2f27bc88bd693fec705524e7281" |
1088 | 1089 | }, |
1089 | 1090 | "textshaping": { |
1090 | 1091 | "Package": "textshaping", |
1091 | | - "Version": "1.0.3", |
| 1092 | + "Version": "1.0.4", |
1092 | 1093 | "Source": "Repository", |
1093 | 1094 | "Title": "Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text Shaping", |
1094 | 1095 | "Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", |
1095 | | - "Description": "Provides access to the text shaping functionality in the 'HarfBuzz' library and the bidirectional algorithm in the 'Fribidi' library. 'textshaping' is a low-level utility package mainly for graphic devices that expands upon the font tool-set provided by the 'systemfonts' package.", |
| 1096 | + "Description": "Provides access to the text shaping functionality in the 'HarfBuzz' library and the bidirectional algorithm in the 'Fribidi' library. 'textshaping' is a low-level utility package mainly for graphic devices that expands upon the font tool-set provided by the 'systemfonts' package.", |
1096 | 1097 | "License": "MIT + file LICENSE", |
1097 | 1098 | "URL": "https://github.com/r-lib/textshaping", |
1098 | 1099 | "BugReports": "https://github.com/r-lib/textshaping/issues", |
|
1103 | 1104 | "lifecycle", |
1104 | 1105 | "stats", |
1105 | 1106 | "stringi", |
1106 | | - "systemfonts (>= 1.1.0)", |
| 1107 | + "systemfonts (>= 1.3.0)", |
1107 | 1108 | "utils" |
1108 | 1109 | ], |
1109 | 1110 | "Suggests": [ |
|
1129 | 1130 | "Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev", |
1130 | 1131 | "Repository": "https://carpentries.r-universe.dev", |
1131 | 1132 | "RemoteUrl": "https://github.com/r-lib/textshaping", |
1132 | | - "RemoteRef": "v1.0.3", |
1133 | | - "RemoteSha": "1193ceb39fb6974d50848e07e3577f03470faa94", |
| 1133 | + "RemoteRef": "v1.0.4", |
| 1134 | + "RemoteSha": "446374b36f9c60741eff30fa10911850dad2cd65", |
1134 | 1135 | "NeedsCompilation": "yes", |
1135 | 1136 | "Author": "Thomas Lin Pedersen [cre, aut] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", |
1136 | 1137 | "Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>" |
|
1162 | 1163 | }, |
1163 | 1164 | "xfun": { |
1164 | 1165 | "Package": "xfun", |
1165 | | - "Version": "0.53", |
| 1166 | + "Version": "0.54", |
1166 | 1167 | "Source": "Repository", |
1167 | 1168 | "Type": "Package", |
1168 | 1169 | "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", |
|
1201 | 1202 | "URL": "https://github.com/yihui/xfun", |
1202 | 1203 | "BugReports": "https://github.com/yihui/xfun/issues", |
1203 | 1204 | "Encoding": "UTF-8", |
1204 | | - "RoxygenNote": "7.3.2", |
| 1205 | + "RoxygenNote": "7.3.3", |
1205 | 1206 | "VignetteBuilder": "litedown", |
1206 | 1207 | "NeedsCompilation": "yes", |
1207 | 1208 | "Author": "Yihui Xie [aut, cre, cph] (ORCID: <https://orcid.org/0000-0003-0645-5666>, URL: https://yihui.org), Wush Wu [ctb], Daijiang Li [ctb], Xianying Tan [ctb], Salim Brüggemann [ctb] (ORCID: <https://orcid.org/0000-0002-5329-5987>), Christophe Dervieux [ctb]", |
|
0 commit comments