R Under development (unstable) (2024-06-21 r86808 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > ## Copyright 2021 Google LLC > ## > ## Licensed under the Apache License, Version 2.0 (the "License"); > ## you may not use this file except in compliance with the License. > ## You may obtain a copy of the License at > ## > ## https://www.apache.org/licenses/LICENSE-2.0 > ## > ## Unless required by applicable law or agreed to in writing, software > ## distributed under the License is distributed on an "AS IS" BASIS, > ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > ## See the License for the specific language governing permissions and > ## limitations under the License. > ## > library(testthat) > library(bsynth) > > test_check("bsynth") Rows: 1,500 Columns: 15 $ id 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101,~ $ time 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 1~ $ Y 6.2109977, 4.0271059, 8.8771874, 11.5153460, 5.9715262, 8.237905~ $ D 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1~ $ X1 0.3776736, 1.7332009, 1.8580159, 1.3943369, 2.3636963, 0.5370867~ $ X2 -0.1732470, -0.4945009, 0.4984432, 1.1272713, -0.1535215, 0.8774~ $ eff 0.0000000, 0.0000000, 0.0000000, 0.0000000, 0.0000000, 0.0000000~ $ error 0.29822759, 0.63656967, -0.48378063, 0.51686204, 0.36896453, -0.~ $ mu 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5~ $ alpha -0.06052364, -0.06052364, -0.06052364, -0.06052364, -0.06052364,~ $ xi 1.1313372, -1.4606401, 0.7399475, 1.9091036, -1.4438932, 0.70178~ $ F1 0.25331851, -0.02854676, -0.04287046, 1.36860228, -0.22577099, 1~ $ L1 -0.04303273, -0.04303273, -0.04303273, -0.04303273, -0.04303273,~ $ F2 0.005764186, 0.385280401, -0.370660032, 0.644376549, -0.22048656~ $ L2 -0.8804667, -0.8804667, -0.8804667, -0.8804667, -0.8804667, -0.8~ Transforming data [ FAIL 0 | WARN 0 | SKIP 0 | PASS 1 ] > > proc.time() user system elapsed 5.21 0.23 5.43