Skip to content

Commit 7824b32

Browse files
authored
CRAN releast 1.1.5 (#2157)
* prepare for CRAN release * fixup
1 parent b2dd168 commit 7824b32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: renv
22
Type: Package
33
Title: Project Environments
4-
Version: 1.1.4.9000
4+
Version: 1.1.5
55
Authors@R: c(
66
person("Kevin", "Ushey", role = c("aut", "cre"), email = "[email protected]",
77
comment = c(ORCID = "0000-0003-2880-7407")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# renv (development version)
2+
# renv 1.1.5
33

44
* Fixed an issue where `renv::dependencies()` could fail for chunks which
55
had a `label` which was not a length-one character vector. (#2144)

vignettes/packages.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ for more details.
7070
For package projects using renv, a library path outside of the project
7171
directory will be used instead. As an example, on macOS, this might look like:
7272

73-
```{r}
73+
```r
7474
> .libPaths()
7575
[1] "/Users/kevin/Library/Caches/org.R-project.R/R/renv/library/example-552f6e80/R-4.3/aarch64-apple-darwin20"
7676
[2] "/Users/kevin/Library/Caches/org.R-project.R/R/renv/sandbox/R-4.3/aarch64-apple-darwin20/ac5c2659"

0 commit comments

Comments
 (0)