Skip to content

Commit 5299ced

Browse files
fix minor things
1 parent 1dd330c commit 5299ced

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,3 @@ work |>
175175
#resume-entry(title: "Junior Professor",location: "Bern, Switzerland",date: "1908 - 1909",description: "University of Bern",)
176176
#resume-entry(title: "Technical Assistant",location: "Bern, Switzerland",date: "1902 - 1908",description: "Federal Patent Office",)
177177
```
178-
179-
[aiueo](https://example.com)

assets/img/thumbnail.png

0 Bytes
Loading

renv.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"R": {
3-
"Version": "4.5.0",
3+
"Version": "4.5.1",
44
"Repositories": [
55
{
66
"Name": "CRAN",
@@ -216,7 +216,7 @@
216216
},
217217
"evaluate": {
218218
"Package": "evaluate",
219-
"Version": "1.0.3",
219+
"Version": "1.0.4",
220220
"Source": "Repository",
221221
"Type": "Package",
222222
"Title": "Parsing and Evaluation Tools that Provide More Details than the Default",
@@ -235,7 +235,8 @@
235235
"lattice",
236236
"methods",
237237
"pkgload",
238-
"rlang",
238+
"ragg (>= 1.4.0)",
239+
"rlang (>= 1.1.5)",
239240
"knitr",
240241
"testthat (>= 3.0.0)",
241242
"withr"
@@ -245,7 +246,7 @@
245246
"Encoding": "UTF-8",
246247
"RoxygenNote": "7.3.2",
247248
"NeedsCompilation": "no",
248-
"Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (<https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]",
249+
"Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (ORCID: <https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]",
249250
"Maintainer": "Hadley Wickham <hadley@posit.co>",
250251
"Repository": "CRAN"
251252
},
@@ -699,7 +700,7 @@
699700
},
700701
"renv": {
701702
"Package": "renv",
702-
"Version": "1.1.4",
703+
"Version": "1.1.5",
703704
"Source": "Repository",
704705
"Type": "Package",
705706
"Title": "Project Environments",
@@ -718,6 +719,7 @@
718719
"covr",
719720
"cpp11",
720721
"devtools",
722+
"generics",
721723
"gitcreds",
722724
"jsonlite",
723725
"jsonvalidate",
@@ -746,7 +748,7 @@
746748
"Config/testthat/parallel": "true",
747749
"Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes",
748750
"NeedsCompilation": "no",
749-
"Author": "Kevin Ushey [aut, cre] (<https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
751+
"Author": "Kevin Ushey [aut, cre] (ORCID: <https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
750752
"Maintainer": "Kevin Ushey <kevin@rstudio.com>",
751753
"Repository": "CRAN"
752754
},

renv/activate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
local({
33

44
# the requested version of renv
5-
version <- "1.1.4"
5+
version <- "1.1.5"
66
attr(version, "sha") <- NULL
77

88
# the project directory

0 commit comments

Comments
 (0)