File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ testthat::test_that("get_code_dependency warns if binding doesn't exist in a cod
24
24
})
25
25
26
26
27
- testthat :: test_that(" get_code_dependency extracts code of a parent binding but only those evaluated before coocurence" , {
27
+ testthat :: test_that(
28
+ " get_code_dependency extracts code of a parent binding but only those evaluated before coocurence" , {
28
29
q <- c(
29
30
" a <- 1" ,
30
31
" b <- a" ,
@@ -85,7 +86,8 @@ testthat::test_that("@linksto tag indicate affected object if object is assigned
85
86
})
86
87
87
88
88
- testthat :: test_that(" get_code_dependency can extract the code when function creates an object which is used only on rhs" , {
89
+ testthat :: test_that(
90
+ " get_code_dependency can extract the code when function creates an object which is used only on rhs" , {
89
91
q <- c(
90
92
" data(iris)" ,
91
93
" iris2 <- head(iris)"
@@ -183,7 +185,8 @@ testthat::test_that(
183
185
)
184
186
185
187
testthat :: test_that(
186
- " lines affecting parent evaluated after co-occurrence are not included in get_code_dependency output when using @linksto" ,
188
+ " lines affecting parent evaluated after co-occurrence are not included in get_code_dependency output
189
+ when using @linksto" ,
187
190
{
188
191
q <- c(
189
192
" a <- 1 " ,
You can’t perform that action at this time.
0 commit comments