Skip to content

Commit

Permalink
add testthat to renv
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Nov 18, 2024
1 parent b7d30bc commit 401a452
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# R package dependencies -------------------------------------------------------

## Workflow testing ----
library(testthat)
197 changes: 197 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@
],
"Hash": "543776ae6848fde2f48ff3816d0628bc"
},
"brio": {
"Package": "brio",
"Version": "1.1.5",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "c1ee497a6d999947c2c224ae46799b1a"
},
"bslib": {
"Package": "bslib",
"Version": "0.8.0",
Expand Down Expand Up @@ -76,6 +86,19 @@
],
"Hash": "cd9a672193789068eb5a2aad65a0dedf"
},
"callr": {
"Package": "callr",
"Version": "3.7.6",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"R6",
"processx",
"utils"
],
"Hash": "d7e13f49c19103ece9e58ad2d83a7354"
},
"cli": {
"Package": "cli",
"Version": "3.6.3",
Expand Down Expand Up @@ -111,6 +134,46 @@
],
"Hash": "91570bba75d0c9d3f1040c835cee8fba"
},
"crayon": {
"Package": "crayon",
"Version": "1.5.3",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"grDevices",
"methods",
"utils"
],
"Hash": "859d96e65ef198fd43e82b9628d593ef"
},
"desc": {
"Package": "desc",
"Version": "1.4.3",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"R6",
"cli",
"utils"
],
"Hash": "99b79fcbd6c4d1ce087f5c5c758b384f"
},
"diffobj": {
"Package": "diffobj",
"Version": "0.3.5",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"crayon",
"methods",
"stats",
"tools",
"utils"
],
"Hash": "bcaa8b95f8d7d01a5dedfd959ce88ab8"
},
"digest": {
"Package": "digest",
"Version": "0.6.37",
Expand Down Expand Up @@ -334,6 +397,74 @@
],
"Hash": "4fd8900853b746af55b81fda99da7695"
},
"pkgbuild": {
"Package": "pkgbuild",
"Version": "1.4.5",
"Source": "Repository",
"Repository": "P3M",
"Requirements": [
"R",
"R6",
"callr",
"cli",
"desc",
"processx"
],
"Hash": "30eaaab94db72652e72e3475c1b55278"
},
"pkgload": {
"Package": "pkgload",
"Version": "1.4.0",
"Source": "Repository",
"Repository": "P3M",
"Requirements": [
"R",
"cli",
"desc",
"fs",
"glue",
"lifecycle",
"methods",
"pkgbuild",
"processx",
"rlang",
"rprojroot",
"utils",
"withr"
],
"Hash": "2ec30ffbeec83da57655b850cf2d3e0e"
},
"praise": {
"Package": "praise",
"Version": "1.0.0",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "a555924add98c99d2f411e37e7d25e9f"
},
"processx": {
"Package": "processx",
"Version": "3.8.4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"R6",
"ps",
"utils"
],
"Hash": "0c90a7d71988856bad2a2a45dd871bb9"
},
"ps": {
"Package": "ps",
"Version": "1.8.1",
"Source": "Repository",
"Repository": "P3M",
"Requirements": [
"R",
"utils"
],
"Hash": "b4404b1de13758dea1c0484ad0d48563"
},
"rappdirs": {
"Package": "rappdirs",
"Version": "0.3.3",
Expand Down Expand Up @@ -388,6 +519,16 @@
],
"Hash": "062470668513dcda416927085ee9bdc7"
},
"rprojroot": {
"Package": "rprojroot",
"Version": "2.0.4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "4c8415e0ec1e29f3f4f6fc108bef0144"
},
"rstudioapi": {
"Package": "rstudioapi",
"Version": "0.16.0",
Expand Down Expand Up @@ -482,6 +623,35 @@
],
"Hash": "6d538cff441f0f1f36db2209ac7495ac"
},
"testthat": {
"Package": "testthat",
"Version": "3.2.1.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"R6",
"brio",
"callr",
"cli",
"desc",
"digest",
"evaluate",
"jsonlite",
"lifecycle",
"magrittr",
"methods",
"pkgload",
"praise",
"processx",
"ps",
"rlang",
"utils",
"waldo",
"withr"
],
"Hash": "3f6e7e5e2220856ff865e4834766bf2b"
},
"tinytex": {
"Package": "tinytex",
"Version": "0.53",
Expand Down Expand Up @@ -516,6 +686,33 @@
],
"Hash": "c826c7c4241b6fc89ff55aaea3fa7491"
},
"waldo": {
"Package": "waldo",
"Version": "0.6.1",
"Source": "Repository",
"Repository": "P3M",
"Requirements": [
"R",
"cli",
"diffobj",
"glue",
"methods",
"rlang"
],
"Hash": "52f574062a7b66e56926988c3fbdb3b7"
},
"withr": {
"Package": "withr",
"Version": "3.0.2",
"Source": "Repository",
"Repository": "P3M",
"Requirements": [
"R",
"grDevices",
"graphics"
],
"Hash": "cc2d62c76458d425210d1eb1478b30b4"
},
"xfun": {
"Package": "xfun",
"Version": "0.48",
Expand Down

0 comments on commit 401a452

Please sign in to comment.