R version 4.6.0 alpha (2026-03-31 r89747 ucrt) Copyright (C) 2026 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 2020 Bob Rudis > > # 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 > > # http://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. > > if ( requireNamespace("tinytest", quietly=TRUE) ){ + tinytest::test_package("uaparserjs") + } test_exhaustive.R............. 0 tests test_exhaustive.R............. 0 tests test_exhaustive.R............. 0 tests test_exhaustive.R............. 0 tests test_exhaustive.R............. 6120 tests OK test_exhaustive.R............. 6120 tests OK test_exhaustive.R............. 8052 tests OK test_exhaustive.R............. 8052 tests OK test_exhaustive.R............. 56433 tests OK 1.5s test_uaparserjs.R............. 0 tests test_uaparserjs.R............. 0 tests test_uaparserjs.R............. 0 tests test_uaparserjs.R............. 1 tests OK test_uaparserjs.R............. 2 tests OK test_uaparserjs.R............. 3 tests OK test_uaparserjs.R............. 4 tests OK test_uaparserjs.R............. 5 tests OK test_uaparserjs.R............. 6 tests OK test_uaparserjs.R............. 7 tests OK test_uaparserjs.R............. 8 tests OK test_uaparserjs.R............. 9 tests OK test_uaparserjs.R............. 10 tests OK 14ms All ok, 56443 results (1m 29.2s) > > > proc.time() user system elapsed 89.15 2.10 91.23