• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão76e5fbf017c9a9d14834147ef110d406c1a1bd65 (tree)
Hora2025-01-15 16:54:00
AutorLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Mensagem de Log

I changed the brief message for the function which I provide myself.

Mudança Sumário

Diff

diff -r 95c71ad13538 -r 76e5fbf017c9 R-codes/dg_grow_checks.R
--- a/R-codes/dg_grow_checks.R Tue Jan 14 18:13:46 2025 +0100
+++ b/R-codes/dg_grow_checks.R Wed Jan 15 08:54:00 2025 +0100
@@ -96,7 +96,7 @@
9696 columns = total_2023,
9797 value = vars(total_2022) ) |>
9898 col_vals_expr(expr = expr(equal_within(total_2022, total_2023, 5)),
99- brief="Check if the numerical values are within 5% of each other") |>
99+ brief="Expects the values of total_2022 and total_2023 to be within 5% of each other") |>
100100 interrogate()
101101
102102