R Under development (unstable) (2025-01-10 r87562 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(babyTimeR) Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Loading required package: glue Loading required package: janitor Attaching package: 'janitor' The following objects are masked from 'package:stats': chisq.test, fisher.test Loading required package: lubridate Attaching package: 'lubridate' The following objects are masked from 'package:base': date, intersect, setdiff, union Loading required package: readr Attaching package: 'readr' The following objects are masked from 'package:testthat': edition_get, local_edition Loading required package: snakecase Loading required package: stringr > > test_check("babyTimeR") adding: activity_Dann_202410.txt (deflated 57%) updating: activity_Dann_202411.txt (deflated 58%) Processing ./activity_Dann_202410... Processing ./activity_Dann_202411... Removing extracted TXT files: ./activity_Dann_202410.txt ./activity_Dann_202411.txt Processing ./activity_Dann_202410... Processing ./activity_Dann_202411... updating: activity_Dann_202410.txt (deflated 75%) Could not process line 35 of activity_Dann_202410.txt. Missing value for Type. 0: 2024-10-27 07:37 PM 1: Type: Pumping 2: ==================== 3: 2024-10-27 06:34 PM 4: Type: Day Sleep 5: ==================== 6: 2024-10-27 12:08 PM 7: Type: Pee 8: Diaper type: Poop 9: ==================== 10: 2024-10-27 08:26 AM ~ 2024-10-27 10:01 AM 11: Type: Day Sleep 12: Duration: 95 (min) 13: ==================== 14: 2024-10-27 08:25 AM 15: Type: Pumped Milk 16: Pumped Milk Total Amount(ml): 5 (fl_oz) 17: ==================== 18: 2024-10-27 05:41 AM ~ 2024-10-27 06:20 AM 19: Type: Night Sleep 20: Duration: 39 (min) 21: ==================== 22: 2024-10-27 05:38 AM ~ 2024-10-27 05:58 AM 23: Type: Pumping 24: Duration: 20 (min) 25: Pumping Total Amount(ml): 9.5 (fl_oz) 26: Pumping Left Amount(ml): 4.5 (fl_oz) 27: Pumping Right Amount(ml): 5 (fl_oz) 28: ==================== 29: 2024-10-27 05:35 AM 30: Type: Pumped Milk 31: Pumped Milk Total Amount(ml): 5 (fl_oz) 32: ==================== 33: 2024-10-03 34: Here's some garbage data 35: ==================== Could not process line 35 of activity_Dann_202410.txt. Missing value for Type. 36: 2024-10-26 11:58 PM ~ 2024-10-27 02:19 AM 37: Type: Night Sleep 38: Duration: 140 (min) 39: ==================== 40: 2024-10-26 11:13 PM 41: Type: Medicine 42: Medicine type: Analgesic 43: Memo: Tylenol 44: ==================== 45: 2024-10-26 10:06 PM ~ 2024-10-26 10:26 PM 46: ==================== 46: 2024-10-26 10:06 PM ~ 2024-10-26 10:26 PM 47: Type: Pumping 48: Duration: 20 (min) 49: Pumping Total Amount(ml): 8.25 (fl_oz) 50: Pumping Left Amount(ml): 3.25 (fl_oz) 51: Pumping Right Amount(ml): 5 (fl_oz) 52: ==================== 53: 2024-10-26 06:58 PM ~ 2024-10-26 10:59 PM 54: Type: Night Sleep 55: Duration: 241 (min) 56: ==================== 57: 2024-10-26 06:51 PM ~ 2024-10-26 07:00 PM 58: Type: Pumped Milk 59: Pumped Milk Total Amount(ml): 5 (fl_oz) 60: Memo: Spilled a little 61: mixed with cow's milk 62: ==================== 63: 2024-10-22 05:22 PM 64: Type: Baby Food 65: Chicken, Vegetables, Yogurt, Fruit: None (None) 66: ==================== 67: 2024-10-29 04:30 PM ~ 2024-10-29 04:39 PM 68: Type: Breastfeeding (right) 69: Duration: 8 (min) 70: Breastfeeding Right: 8 (min) 71: ==================== 72: 2024-10-29 04:13 PM ~ 2024-10-29 04:25 PM 73: Type: Breastfeeding 74: Duration: 11 (min) 75: ==================== 76: 2024-10-27 08:02 PM 77: Type: Breastfeeding (left) 78: Duration: 8 (min) 79: Breastfeeding Left: 8 (min) 80: ==================== 81: 2024-10-18 03:16 PM ~ 2024-10-18 03:26 PM 82: Type: Breastfeeding (both) 83: Duration: 10 (min) 84: Breastfeeding Left: 5 (min) 85: Breastfeeding Right: 5 (min) 86: ==================== [ FAIL 0 | WARN 0 | SKIP 0 | PASS 37 ] > > proc.time() user system elapsed 3.06 0.35 3.75