R Under development (unstable) (2024-03-20 r86162 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. > if ( requireNamespace("tinytest", quietly=TRUE) ){ + tinytest::test_package("simulador.fundeb") + } test_dados.R.................. 1 tests OK test_dados.R.................. 2 tests OK test_dados.R.................. 3 tests OK test_dados.R.................. 4 tests OK test_dados.R.................. 5 tests OK test_dados.R.................. 6 tests OK test_dados.R.................. 7 tests OK test_dados.R.................. 8 tests OK test_dados.R.................. 9 tests OK 50ms test_equaliza_etapa.R......... 0 tests test_equaliza_etapa.R......... 0 tests test_equaliza_etapa.R......... 0 tests test_equaliza_etapa.R......... 0 tests test_equaliza_etapa.R......... 0 tests test_equaliza_etapa.R......... 0 tests test_equaliza_etapa.R......... 1 tests OK test_equaliza_etapa.R......... 2 tests OK test_equaliza_etapa.R......... 3 tests OK test_equaliza_etapa.R......... 4 tests OK test_equaliza_etapa.R......... 5 tests OK test_equaliza_etapa.R......... 6 tests OK test_equaliza_etapa.R......... 6 tests OK test_equaliza_etapa.R......... 6 tests OK test_equaliza_etapa.R......... 7 tests OK test_equaliza_etapa.R......... 8 tests OK test_equaliza_etapa.R......... 8 tests OK test_equaliza_etapa.R......... 8 tests OK test_equaliza_etapa.R......... 9 tests OK test_equaliza_etapa.R......... 9 tests OK test_equaliza_etapa.R......... 9 tests OK test_equaliza_etapa.R......... 10 tests OK test_equaliza_etapa.R......... 11 tests OK test_equaliza_etapa.R......... 12 tests OK 12ms test_gera_fundo_estadual.R.... 0 tests test_gera_fundo_estadual.R.... 0 tests test_gera_fundo_estadual.R.... 0 tests test_gera_fundo_estadual.R.... 1 tests OK test_gera_fundo_estadual.R.... 2 tests OK test_gera_fundo_estadual.R.... 3 tests OK test_gera_fundo_estadual.R.... 4 tests OK test_gera_fundo_estadual.R.... 5 tests OK test_gera_fundo_estadual.R.... 6 tests OK 11ms test_pondera_alunos_etapa.R... 0 tests test_pondera_alunos_etapa.R... 1 tests OK test_pondera_alunos_etapa.R... 2 tests OK test_pondera_alunos_etapa.R... 3 tests OK test_pondera_alunos_etapa.R... 4 tests OK 3ms test_simula_fundeb.R.......... 0 tests test_simula_fundeb.R.......... 0 tests test_simula_fundeb.R.......... 0 tests test_simula_fundeb.R.......... 0 tests test_simula_fundeb.R.......... 0 tests test_simula_fundeb.R.......... 0 tests test_simula_fundeb.R.......... 0 tests test_simula_fundeb.R.......... 1 tests OK test_simula_fundeb.R.......... 2 tests OK test_simula_fundeb.R.......... 3 tests OK test_simula_fundeb.R.......... 4 tests OK test_simula_fundeb.R.......... 5 tests OK test_simula_fundeb.R.......... 6 tests OK test_simula_fundeb.R.......... 7 tests OK test_simula_fundeb.R.......... 8 tests OK test_simula_fundeb.R.......... 9 tests OK test_simula_fundeb.R.......... 10 tests OK test_simula_fundeb.R.......... 11 tests OK test_simula_fundeb.R.......... 12 tests OK 32ms test_utils.R.................. 1 tests OK test_utils.R.................. 2 tests OK 2ms All ok, 45 results (0.1s) > > proc.time() user system elapsed 0.26 0.01 0.28