Skip to content

Commit

Permalink
chore: add styler package and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaburg1 committed Apr 11, 2024
1 parent d7b5a85 commit e88a6bd
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Imports:
readr (>= 2.1.4),
rlang (>= 1.1.2),
stringr (>= 1.5.1),
styler (>= 1.10.2),
tools (>= 4.3.2),
vctrs (>= 0.6.5)
Config/testthat/edition: 3
Expand Down
94 changes: 94 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,60 @@
]
},
"Packages": {
"R.cache": {
"Package": "R.cache",
"Version": "0.16.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"R.methodsS3",
"R.oo",
"R.utils",
"digest",
"utils"
],
"Hash": "fe539ca3f8efb7410c3ae2cf5fe6c0f8"
},
"R.methodsS3": {
"Package": "R.methodsS3",
"Version": "1.8.2",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"utils"
],
"Hash": "278c286fd6e9e75d0c2e8f731ea445c8"
},
"R.oo": {
"Package": "R.oo",
"Version": "1.26.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"R.methodsS3",
"methods",
"utils"
],
"Hash": "4fed809e53ddb5407b3da3d0f572e591"
},
"R.utils": {
"Package": "R.utils",
"Version": "2.12.3",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"R.methodsS3",
"R.oo",
"methods",
"tools",
"utils"
],
"Hash": "3dc2829b790254bfba21e60965787651"
},
"R6": {
"Package": "R6",
"Version": "2.5.1",
Expand Down Expand Up @@ -106,6 +160,17 @@
],
"Hash": "411ca2c03b1ce5f548345d2fc2685f7a"
},
"digest": {
"Package": "digest",
"Version": "0.6.35",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"utils"
],
"Hash": "698ece7ba5a4fa4559e3d537e7ec3d31"
},
"dplyr": {
"Package": "dplyr",
"Version": "1.1.4",
Expand Down Expand Up @@ -368,6 +433,16 @@
],
"Hash": "42548638fae05fd9a9b5f3f437fbbbe2"
},
"rprojroot": {
"Package": "rprojroot",
"Version": "2.0.4",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R"
],
"Hash": "4c8415e0ec1e29f3f4f6fc108bef0144"
},
"stringi": {
"Package": "stringi",
"Version": "1.8.3",
Expand Down Expand Up @@ -398,6 +473,25 @@
],
"Hash": "960e2ae9e09656611e0b8214ad543207"
},
"styler": {
"Package": "styler",
"Version": "1.10.3",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"R.cache",
"cli",
"magrittr",
"purrr",
"rlang",
"rprojroot",
"tools",
"vctrs",
"withr"
],
"Hash": "93a2b1beac2437bdcc4724f8bf867e2c"
},
"sys": {
"Package": "sys",
"Version": "3.4.2",
Expand Down

0 comments on commit e88a6bd

Please # to comment.