• 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

Revisiónc4d1ce46b832e12bd838fb84a15aa7581d23f578 (tree)
Tiempo2025-01-22 06:10:08
AutorLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

I fixed a typo.

Cambiar Resumen

Diferencia incremental

diff -r 004945533edb -r c4d1ce46b832 R-codes/stat_lib.R
--- a/R-codes/stat_lib.R Tue Jan 21 21:45:38 2025 +0100
+++ b/R-codes/stat_lib.R Tue Jan 21 22:10:08 2025 +0100
@@ -7671,7 +7671,7 @@
76717671
76727672
76737673 df_out <- list_json |>
7674- unnest(cols=c()) |>
7674+ unnest(col=c()) |>
76757675 as_tibble() |>
76767676 clean_names()
76777677