Skip to content

Commit

Permalink
[skip actions] Bump version to 0.3.15.9002
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua authored and github-actions[bot] committed Apr 16, 2024
1 parent f6e852a commit b174c12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.1
rev: v0.4.2
hooks:
- id: style-files
name: Style code with `styler`
Expand Down
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: random.cdisc.data
Title: Create Random ADaM Datasets
Version: 0.3.15.9001
Date: 2024-04-04
Version: 0.3.15.9002
Date: 2024-04-16
Authors@R: c(
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
person("Nick", "Paszty", , "[email protected]", role = "aut"),
Expand All @@ -21,7 +21,8 @@ Description: A set of functions to create random Analysis Data Model
License: Apache License 2.0
URL: https://insightsengineering.github.io/random.cdisc.data/,
https://github.com/insightsengineering/random.cdisc.data/
BugReports: https://github.com/insightsengineering/random.cdisc.data/issues
BugReports:
https://github.com/insightsengineering/random.cdisc.data/issues
Depends:
R (>= 3.6)
Imports:
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# random.cdisc.data 0.3.15.9001
# random.cdisc.data 0.3.15.9002

### Miscellaneous
* Renamed `var_relabel` into `rcd_var_relabel` and copied new functionalities to avoid namespace conflict with `formatters` package.
Expand Down

0 comments on commit b174c12

Please sign in to comment.