Skip to content

Commit 7b14c0a

Browse files
donyunardim7prdependabot-preview[bot]
authored
CRAN Release [skip vbump] (#143)
Related to #132 Pushing to CRAN * Up-version the package (0.4.1) + update PR title to skip vbump. * Built this locally and submit to CRAN * git tag v0.4.1-rc# and push * Address any CRAN feedback and repeat steps 2 and 3 until CRAN approves. * Once in CRAN, then we will merge this to main and tag v0.4.1 for GH release --------- Co-authored-by: m7pr <[email protected]> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 1481c41 commit 7b14c0a

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: teal.code
3-
Title: Code Storage and Execution Class for `teal` Applications
4-
Version: 0.4.0.9006
3+
Title: Code Storage and Execution Class for 'teal' Applications
4+
Version: 0.4.1
55
Date: 2023-09-06
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
@@ -16,7 +16,7 @@ Authors@R: c(
1616
Description: Introduction of 'qenv' S4 class, that facilitates code
1717
execution and reproducibility in 'teal' applications.
1818
License: Apache License 2.0
19-
URL: https://insightsengineering.github.io/teal.code/latest-tag/,
19+
URL: https://insightsengineering.github.io/teal.code/,
2020
https://github.com/insightsengineering/teal.code
2121
BugReports: https://github.com/insightsengineering/teal.code/issues
2222
Depends:

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.code 0.4.0.9006
1+
# teal.code 0.4.1
22

33
### Miscellaneous
44
* Fix NEWS

R/utils.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ remove_enclosing_curly_braces <- function(x) {
5151
#'
5252
#' @import grDevices
5353
#'
54+
#' @return No return value, called for side effects.
5455
#'
5556
#' @examples
5657
#' dev_suppress(plot(1:10))

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,19 @@ include:
3838

3939
## Installation
4040

41-
From July 2023 `insightsengineering` packages are available on [r-universe](https://r-universe.dev/).
42-
4341
```r
4442
# stable versions
45-
install.packages('teal.code', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org'))
43+
install.packages('teal.code')
4644

4745
# install.packages("pak")
4846
pak::pak("insightsengineering/teal.code@*release")
4947
```
5048

51-
Alternatively, you might also use the development version.
49+
Alternatively, you might want to use the development version available on [r-universe](https://r-universe.dev/).
5250

5351
```r
5452
# beta versions
55-
install.packages('teal.code', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org'))
53+
install.packages('teal.code', repos = c('https://pharmaverse.r-universe.dev', getOption('repos')))
5654

5755
# install.packages("pak")
5856
pak::pak("insightsengineering/teal.code")

man/dev_suppress.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/teal.code-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)