R version 4.6.0 beta (2026-04-12 r89874 ucrt) -- "Because it was There" 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. > library(testthat) > library(assemblykor) ┌───────────────────────────────────────────────────────────────┐ │ assemblykor 0.1.2 │ │ Korean National Assembly Data for Political Science Education │ └───────────────────────────────────────────────────────────────┘ 7 built-in datasets: legislators 947 recs MPs (20-22nd) bills 60,925 recs Bills proposed wealth 2,928 recs Asset declarations seminars 5,962 recs Policy seminars speeches 15,843 recs Committee speeches (22nd, Sci & ICT) votes 8,050 recs Plenary vote tallies roll_calls 383,739 recs Member-level votes (22nd) Downloadable: get_bill_texts() Bill propose-reason texts get_proposers() Co-sponsorship records Tutorials: list_tutorials() See all 9 tutorials run_tutorial(1) Launch in browser (interactive) open_tutorial(1) Copy Rmd to working directory Korean font for ggplot2: set_ko_font() https://CRAN.R-project.org/package=assemblykor > > test_check("assemblykor") Available tutorials: 01-tidyverse-basics.Rmd 02-data-visualization.Rmd 03-regression.Rmd 04-panel-data.Rmd 05-text-analysis.Rmd 06-network-analysis.Rmd 07-roll-call-analysis.Rmd 08-bill-success.Rmd 09-speech-patterns.Rmd Usage: open_tutorial(1) # Copy Rmd to working directory run_tutorial(1) # Launch interactive version in browser Tutorial copied to: D:\temp\2026_04_14_20_15_17_27208\RtmpOawZi9/01-tidyverse-basics.Rmd Tutorial copied to: D:\temp\2026_04_14_20_15_17_27208\RtmpOawZi9/02-data-visualization.Rmd [ FAIL 0 | WARN 0 | SKIP 0 | PASS 79 ] > > proc.time() user system elapsed 3.85 0.92 4.78