diff --git a/dev/BS5/rostemplate.css b/dev/BS5/rostemplate.css index cb4fdc2..7271bcf 100644 --- a/dev/BS5/rostemplate.css +++ b/dev/BS5/rostemplate.css @@ -1,185 +1,417 @@ -/* Section: Syntax highlighter */ - +/* https://www.freeformatter.com/css-beautifier.html */ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { - background-color: transparent; + background-color: transparent; +} + +pre a { + color: inherit; + font-weight: inherit; + text-decoration: underline; } +code a { + text-decoration: underline; +} + +.pkg { + font-weight: bold; +} + +.template-reference-topic dt code { + font-weight: 700; + font-family: var(--bs-body-font-family); + font-size: var(--bs-body-font-size); + color: var(--bs-body-color); + text-align: var(--bs-body-text-align); + background-color: var(--bs-body-bg); + padding: 0; + border-radius: 0; +} + +/* Section: Syntax highlighter emacs (como en la web de rOpenSpain) */ pre { - color: #505050; + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 1.42857143; + color: #333; + word-break: break-all; + word-wrap: break-word; + background-color: #f5f5f5; + border: 1px solid #ccc; + border-radius: 4px; } -pre a { - color: inherit; - font-weight: inherit +pre code + +/* Normal */ + { + color: #333 } +pre code span.al + +/* Alert */ + { + border: 1px solid #FF0000 +} -/* Keyword */ +pre code span.an -pre code span.kw { - font-weight: bold +/* Annotation */ + { + color: #008800; + font-style: italic } +pre code span.at + +/* Attribute */ + { + color: #BB4444 +} -/* String */ +pre code span.bn -pre code span.st, -pre code span.an, -pre code span.ch, -pre code span.cn { - color: #800080; +/* BaseN */ + { + color: #880000 } -pre code span.cn { - font-weight: bold +pre code span.bu + +/* BuiltIn */ + { + color: #BB4444 } +pre code span.cf -/* Function */ +/* ControlFlow */ + { + color: #BB4444 +} + +pre code span.ch -pre code span.fu { - color: #008b45; - font-weight: bold +/* Char */ + { + color: #BB4444 } +pre code span.cn -/* Float */ +/* Constant */ + { + color: #880000 +} -pre code span.fl { - color: #B452CD; +pre code span.co + +/* Comment */ + { + color: #008800; + font-style: italic } +pre code span.cv + +/* CommentVar */ + { + color: #008800; + font-style: italic +} -/* comment */ +pre code span.do -pre code span.co { - color: #888888; +/* Documentation */ + { + color: #008800; + font-style: italic } +pre code span.dt -/* Section: Navbar */ +/* DataType */ + { + color: #BB4444 +} + +pre code span.dv + +/* DecVal */ + { + color: #666666 +} + +pre code span.er + +/* Error */ + { + border: 1px solid #FF0000 +} + +pre code span.ex + +/* Extension */ + { + color: #BB4444; + font-weight: bold +} + +pre code span.fl + +/* Float */ + { + color: #666666 +} + +pre code span.fu + +/* Function */ + { + color: #00A000 +} + +pre code span.im + +/* Import */ + { + color: #BB4444 +} + +pre code span.in + +/* Information */ + { + color: #008800; + font-style: italic +} + +pre code span.kw + +/* Keyword */ + { + color: #AA22FF; + font-weight: bold +} + +pre code span.op + +/* Operator */ + { + color: #666666 +} + +pre code span.ot + +/* Others */ + { + color: #008000 +} + +pre code span.pp + +/* Preprocessor */ + { + color: #008800 +} + +pre code span.re + +/* RegionMarker */ + { + color: #008800; + font-style: italic +} + +pre code span.sc + +/* SpecialChar */ + { + color: #666666 +} + +pre code span.ss + +/* SpecialString */ + { + color: #008000 +} + +pre code span.st + +/* String */ + { + color: #BB4444 +} + +pre code span.va + +/* Variable */ + { + color: #B8860B +} + +pre code span.vs + +/* VerbatimString */ + { + color: #BB4444 +} + +pre code span.wa +/* Warning */ + { + border: 1px solid #FF0000 +} + +/* Section: Navbar */ .navbar-light .navbar-brand { - font-weight: 300; + font-weight: 300; } .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { - color: #555555; + color: #555555; } .navbar-light .nav-item { - text-transform: uppercase; - text-decoration: underline; - font-weight: bold; - letter-spacing: 0.04em; + text-transform: uppercase; + text-decoration: underline; + font-weight: bold; + letter-spacing: 0.04em; } .navbar-light .navbar-nav .active>.nav-link { - background-color: #986dbd; - color: white; + background-color: #986dbd; + color: white; } .navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .active>.nav-link:focus { - background-color: #cab3dd; + background-color: #cab3dd; } .navbar-light .navbar-nav .nav-item>.nav-link:hover, .navbar-light .navbar-nav .nav-item>.nav-link:focus { - background-color: #cab3dd; + background-color: #cab3dd; } .navbar small { - font-size: 0.75rem; - padding-top: 0.65rem; - padding-right: 1rem; + font-size: 0.75rem; + padding-top: 0.65rem; + padding-right: 1rem; } .navbar small.text-muted { - color: #986dbd !important; + color: #986dbd !important; } -.navbar-light .navbar-nav .nav-item>.nav-link:hover { - background-color: #cab3dd; +.navbar-nav .active.nav-item { + text-decoration: none; } +@media ((min-width: 992px)) { + .navbar-nav .nav-item>.nav-link { + border-top: solid 5px transparent; + } +} -/* Section: Misc */ +@media ((min-width: 992px)) { + .navbar-light .navbar-nav .active>.nav-link { + border-top: solid 5px #653d87; + } +} -#toc>.nav a.nav-link.active { - color: white; - background-color: #986dbd; +@media ((min-width: 992px)) { + + .navbar-light .navbar-nav .nav-item>.nav-link:hover, + .navbar-light .navbar-nav .nav-item>.nav-link:focus { + border-top: solid 5px #986dbd; + } } -.logo { - display: none; +@media ((max-width: 992px)) { + #navbar { + padding-top: 0.75rem; + } } +@media ((max-width: 992px)) { + #navbar ul:first-of-type { + border-top: solid 1px #cccccc; + } +} -/* Section: specific ros elements and classes */ +.navbar-toggler:focus { + box-shadow: 0 0 0 0.25rem rgba(152, 109, 189, 0.3); +} -#ROS-navbar-logo { - margin-top: -10px; - height: 32px; - margin-right: 10px; +/* Section: Misc */ +#toc>.nav a.nav-link.active { + color: white; + background-color: #986dbd; +} + +.logo { + display: none; } +/* Section: specific ros elements and classes */ .ROSh1 { - background: url('texture-bw.png') center center repeat; - padding: 20px 0; - color: #333333; - text-transform: uppercase; - font-size: 30px; - font-weight: 700; - letter-spacing: 0.08em; - text-align: center; + background: url('texture-bw.png') center center repeat; + padding: 20px 0; + color: #333333; + text-transform: uppercase; + font-size: 30px; + font-weight: 700; + letter-spacing: 0.08em; + text-align: center; } .ROSh1 img { - display: none; + display: none; } #homelogoxs { - height: 24px; - display: inline; + height: 24px; + display: inline; } #ROS-heading-breadcrumbs { - padding-top: 10px; - padding-bottom: 1px; - font-size: 14px; - text-decoration: none; - text-transform: none; - letter-spacing: 0; + padding-top: 10px; + padding-bottom: 1px; + font-size: 14px; + text-decoration: none; + text-transform: none; + letter-spacing: 0; } #ROS-partof { - font-weight: 300; - color: black; + font-weight: 300; + color: black; } .ROS-light { - font-weight: 300; + font-weight: 300; } - /* Section: Footer */ - - /* Position hack to get full width footer even though pkgdown puts it inside a container * See: https://css-tricks.com/full-width-containers-limited-width-parents/ */ - #footer { - background: #555555; - padding: 50px 0; - color: #999999; - margin-top: 1rem; - margin-bottom: 0; + background: #555555; + padding: 50px 0; + color: #999999; + margin-top: 1rem; + margin-bottom: 0; } #footer h1, @@ -188,21 +420,38 @@ pre code span.co { #footer h4, #footer h5, #footer h6 { - color: #eeeeee; + color: #eeeeee; } #footer h4 { - font-size: 14px; - font-weight: 800; - text-transform: uppercase; - letter-spacing: 0.08em; + font-size: 14px; + font-weight: 800; + text-transform: uppercase; + letter-spacing: 0.08em; } #copyright { - margin: 0; - background: #333; - color: #ccc; - padding: 50px 0; - font-size: 12px; - line-height: 28px; + margin: 0; + background: #333; + color: #ccc; + padding: 50px 0; + font-size: 12px; + line-height: 28px; } + +/* ---Caption figure--- */ +.caption, +.figure { + color: #6c757d; + margin-left: auto; + margin-right: auto; + margin-top: 0.5rem; + font-size: 85%; + width: 100%; +} + +blockquote { + padding: 10px 20px; + margin: 0 0 20px; + border-left: 5px solid #986dbd; +} \ No newline at end of file diff --git a/dev/BS5/rostemplate.min.css b/dev/BS5/rostemplate.min.css new file mode 100644 index 0000000..8aff875 --- /dev/null +++ b/dev/BS5/rostemplate.min.css @@ -0,0 +1 @@ +h1 code,h2 code,h3 code,h4 code,h5 code,h6 code{background-color:transparent}pre a{color:inherit;font-weight:inherit;text-decoration:underline}code a{text-decoration:underline}.pkg{font-weight:bold}.template-reference-topic dt code{font-weight:700;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);padding:0;border-radius:0}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{color:#333}pre code span.al{border:1px solid red}pre code span.an{color:#080;font-style:italic}pre code span.at{color:#b44}pre code span.bn{color:#800}pre code span.bu{color:#b44}pre code span.cf{color:#b44}pre code span.ch{color:#b44}pre code span.cn{color:#800}pre code span.co{color:#080;font-style:italic}pre code span.cv{color:#080;font-style:italic}pre code span.do{color:#080;font-style:italic}pre code span.dt{color:#b44}pre code span.dv{color:#666}pre code span.er{border:1px solid red}pre code span.ex{color:#b44;font-weight:bold}pre code span.fl{color:#666}pre code span.fu{color:#00a000}pre code span.im{color:#b44}pre code span.in{color:#080;font-style:italic}pre code span.kw{color:#a2f;font-weight:bold}pre code span.op{color:#666}pre code span.ot{color:#008000}pre code span.pp{color:#080}pre code span.re{color:#080;font-style:italic}pre code span.sc{color:#666}pre code span.ss{color:#008000}pre code span.st{color:#b44}pre code span.va{color:#b8860b}pre code span.vs{color:#b44}pre code span.wa{border:1px solid red}.navbar-light .navbar-brand{font-weight:300}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#555}.navbar-light .nav-item{text-transform:uppercase;text-decoration:underline;font-weight:bold;letter-spacing:.04em}.navbar-light .navbar-nav .active>.nav-link{background-color:#986dbd;color:white}.navbar-light .navbar-nav .active>.nav-link:hover,.navbar-light .navbar-nav .active>.nav-link:focus{background-color:#cab3dd}.navbar-light .navbar-nav .nav-item>.nav-link:hover,.navbar-light .navbar-nav .nav-item>.nav-link:focus{background-color:#cab3dd}.navbar small{font-size:.75rem;padding-top:.65rem;padding-right:1rem}.navbar small.text-muted{color:#986dbd !important}.navbar-nav .active.nav-item{text-decoration:none}@media((min-width:992px)){.navbar-nav .nav-item>.nav-link{border-top:solid 5px transparent}}@media((min-width:992px)){.navbar-light .navbar-nav .active>.nav-link{border-top:solid 5px #653d87}}@media((min-width:992px)){.navbar-light .navbar-nav .nav-item>.nav-link:hover,.navbar-light .navbar-nav .nav-item>.nav-link:focus{border-top:solid 5px #986dbd}}@media((max-width:992px)){#navbar{padding-top:.75rem}}@media((max-width:992px)){#navbar ul:first-of-type{border-top:solid 1px #ccc}}.navbar-toggler:focus{box-shadow:0 0 0 .25rem rgba(152,109,189,0.3)}#toc>.nav a.nav-link.active{color:white;background-color:#986dbd}.logo{display:none}.ROSh1{background:url('texture-bw.png') center center repeat;padding:20px 0;color:#333;text-transform:uppercase;font-size:30px;font-weight:700;letter-spacing:.08em;text-align:center}.ROSh1 img{display:none}#homelogoxs{height:24px;display:inline}#ROS-heading-breadcrumbs{padding-top:10px;padding-bottom:1px;font-size:14px;text-decoration:none;text-transform:none;letter-spacing:0}#ROS-partof{font-weight:300;color:black}.ROS-light{font-weight:300}#footer{background:#555;padding:50px 0;color:#999;margin-top:1rem;margin-bottom:0}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6{color:#eee}#footer h4{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}#copyright{margin:0;background:#333;color:#ccc;padding:50px 0;font-size:12px;line-height:28px}.caption,.figure{color:#6c757d;margin-left:auto;margin-right:auto;margin-top:.5rem;font-size:85%;width:100%}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #986dbd} \ No newline at end of file diff --git a/dev/BS5/texture-bw.png b/dev/BS5/texture-bw.png index 8f708d4..9fa91e4 100644 Binary files a/dev/BS5/texture-bw.png and b/dev/BS5/texture-bw.png differ diff --git a/dev/LICENSE-text.html b/dev/LICENSE-text.html index b427a77..21c58cd 100644 --- a/dev/LICENSE-text.html +++ b/dev/LICENSE-text.html @@ -1,24 +1,22 @@ -License • senadoRESLicense • senadoRES + Skip to contents
@@ -75,7 +71,7 @@

About ROpenSpain Logo
-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.8.

Template rostemplate by dieghernan, based on Bootstrapious. diff --git a/dev/LICENSE.html b/dev/LICENSE.html index 96c4df9..ed435e0 100644 --- a/dev/LICENSE.html +++ b/dev/LICENSE.html @@ -1,24 +1,22 @@ -MIT License • senadoRESMIT License • senadoRES + Skip to contents

@@ -79,7 +75,7 @@

About ROpenSpain Logo
-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.8.

Template rostemplate by dieghernan, based on Bootstrapious. diff --git a/dev/ROS-logo.png b/dev/ROS-logo.png index 8c1a1b9..871e383 100644 Binary files a/dev/ROS-logo.png and b/dev/ROS-logo.png differ diff --git a/dev/apple-touch-icon-120x120.png b/dev/apple-touch-icon-120x120.png index f2f6cd3..eaf9acd 100644 Binary files a/dev/apple-touch-icon-120x120.png and b/dev/apple-touch-icon-120x120.png differ diff --git a/dev/apple-touch-icon-152x152.png b/dev/apple-touch-icon-152x152.png index e86fd6f..e74c443 100644 Binary files a/dev/apple-touch-icon-152x152.png and b/dev/apple-touch-icon-152x152.png differ diff --git a/dev/apple-touch-icon-180x180.png b/dev/apple-touch-icon-180x180.png index 34930b1..3f05fe6 100644 Binary files a/dev/apple-touch-icon-180x180.png and b/dev/apple-touch-icon-180x180.png differ diff --git a/dev/apple-touch-icon-60x60.png b/dev/apple-touch-icon-60x60.png index 4f51fab..1c4a52d 100644 Binary files a/dev/apple-touch-icon-60x60.png and b/dev/apple-touch-icon-60x60.png differ diff --git a/dev/apple-touch-icon-76x76.png b/dev/apple-touch-icon-76x76.png index b0faedb..90ad947 100644 Binary files a/dev/apple-touch-icon-76x76.png and b/dev/apple-touch-icon-76x76.png differ diff --git a/dev/apple-touch-icon.png b/dev/apple-touch-icon.png index 592c458..3f05fe6 100644 Binary files a/dev/apple-touch-icon.png and b/dev/apple-touch-icon.png differ diff --git a/dev/articles/index.html b/dev/articles/index.html index 471329b..5acb435 100644 --- a/dev/articles/index.html +++ b/dev/articles/index.html @@ -1,24 +1,22 @@ -Articles • senadoRESArticles • senadoRES + Skip to contents

@@ -77,7 +73,7 @@

About ROpenSpain Logo
-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.8.

Template rostemplate by dieghernan, based on Bootstrapious. diff --git a/dev/articles/senadoRES.html b/dev/articles/senadoRES.html index b4e4222..adbf203 100644 --- a/dev/articles/senadoRES.html +++ b/dev/articles/senadoRES.html @@ -8,10 +8,8 @@ Getting Started • senadoRES - - - - + + @@ -24,26 +22,24 @@ - - + + Skip to contents

@@ -107,27 +101,27 @@

 ts <- senadores()
 head(ts)
-#>         nombre       apellidos legislatura ultCredencial procedTipo
-#> 1     FERNANDO    ABAD BÉCQUER           5           260          D
-#> 2      ENRIQUE  ABAD BENEDICTO          10           034          E
-#> 3     ELISABET     ABAD GIRALT          12           051          D
-#> 4 JOSÉ ANTONIO ABAD LÓPEZ-BREA           3           039          E
-#> 5     PATRICIA ABASCAL JIMÉNEZ          14           199          E
-#> 6       ADOLFO   ABEJÓN ORTEGA           9           081          E
-#>   procedLiteral            procedLugar               grupoCod grupoSiglas
-#> 1     Designado     Asamblea de Madrid     Asamblea de Madrid         800
-#> 2        Electo                Sevilla                Sevilla         800
-#> 3     Designada Parlamento de Cataluña Parlamento de Cataluña         807
-#> 4        Electo                 Zamora                 Zamora          CP
-#> 5        Electa     Eivissa-Formentera     Eivissa-Formentera         800
-#> 6        Electo             Valladolid             Valladolid         801
-#>   grupoNombre    sex
-#> 1         GPS   male
-#> 2         GPS   male
-#> 3         GPN female
-#> 4        GPCP   male
-#> 5         GPS female
-#> 6         GPP   male
+#> nombre apellidos legislatura ultCredencial procedTipo +#> 1 FERNANDO ABAD BÉCQUER 5 260 D +#> 2 ENRIQUE ABAD BENEDICTO 10 034 E +#> 3 ELISABET ABAD GIRALT 12 051 D +#> 4 JOSÉ ANTONIO ABAD LÓPEZ-BREA 3 039 E +#> 5 ADOLFO ABEJÓN ORTEGA 9 081 E +#> 6 FRANCISCO ABELLÁN MARTÍNEZ 9 242 D +#> procedLiteral procedLugar grupoCod +#> 1 Designado Asamblea de Madrid Asamblea de Madrid +#> 2 Electo Sevilla Sevilla +#> 3 Designada Parlamento de Cataluña Parlamento de Cataluña +#> 4 Electo Zamora Zamora +#> 5 Electo Valladolid Valladolid +#> 6 Designado Asamblea Regional de Murcia Asamblea Regional de Murcia +#> grupoSiglas grupoNombre sex +#> 1 800 GPS male +#> 2 800 GPS male +#> 3 807 GPN female +#> 4 CP GPCP male +#> 5 801 GPP male +#> 6 800 GPS male

We can see the increase of females on the Senate along the legislatures:

@@ -145,11 +139,8 @@ 

scale_y_continuous(breaks = seq(from = 0, to = 0.7, by = .1), expand = expansion(add = c(0, 0.01)), limits = c(0, NA)) + theme_minimal() + - labs(title = "Ratio of women", x = "Legislatura", y = "Ratio of women") + - guides(col = FALSE, shape = FALSE) -#> Warning: The `<scale>` argument of `guides()` cannot be `FALSE`. Use "none" instead as -#> of ggplot2 3.3.4.

-

+ labs(title = "Ratio of women", x = "Legislatura", y = "Ratio of women")
+

Documents @@ -394,46 +385,42 @@

Plenariass <- lapply(10:14, plenarias) #> Warning in Sys.setlocale(category = "LC_TIME", locale = "es_ES.utf-8"): OS #> reports request to set locale to "es_ES.utf-8" cannot be honored - #> Warning in Sys.setlocale(category = "LC_TIME", locale = "es_ES.utf-8"): OS #> reports request to set locale to "es_ES.utf-8" cannot be honored - #> Warning in Sys.setlocale(category = "LC_TIME", locale = "es_ES.utf-8"): OS #> reports request to set locale to "es_ES.utf-8" cannot be honored - #> Warning in Sys.setlocale(category = "LC_TIME", locale = "es_ES.utf-8"): OS #> reports request to set locale to "es_ES.utf-8" cannot be honored - #> Warning in Sys.setlocale(category = "LC_TIME", locale = "es_ES.utf-8"): OS #> reports request to set locale to "es_ES.utf-8" cannot be honored sessions <- do.call(rbind, s) ggplot(sessions) + stat_sum(aes(sesionLegislatura, sesionHoraInicio, fill = after_stat(n), size = 1), geom = "tile") + - guides(size = FALSE) + + guides(size = "none") + theme_minimal() + labs(title = "Hour of sessions", x = "Legislature", y = "Starting hour", fill = "Sessions") + scale_y_continuous(breaks = 1:19)

-

+

So most of the times they meet at the afternoon.

If you want more detailed information of each session you can use the fichUrlDetalleSesion details:

-details <- detalles(paste0("https://www.senado.es", sessions$fichUrlDetalleSesion[1]))
+details <- detalles(paste0("https://www.senado.es", sessions$fichUrlDetalleSesion[3]))
 details[1:5, c("asunto_id", "asunto_hora_inicio", "asunto_hora_fin", "punto_literal", "intervencion_orador_desc", "intervencion_orador_idWeb")]
-#>   asunto_id asunto_hora_inicio asunto_hora_fin                    punto_literal
-#> 1    147602              16:01           16:01                            Actas
-#> 2    147603              16:01           19:49 Proyectos y Proposiciones de Ley
-#> 3    147603              16:01           19:49 Proyectos y Proposiciones de Ley
-#> 4    147603              16:01           19:49 Proyectos y Proposiciones de Ley
-#> 5    147603              16:01           19:49 Proyectos y Proposiciones de Ley
-#>               intervencion_orador_desc intervencion_orador_idWeb
-#> 1                                 <NA>                      <NA>
-#> 2           GUERRERO ROSADO, PETRONILA                     15301
-#> 3 JULIOS REYES, MARÍA DEL MAR DEL PINO                     16165
-#> 4     SANTOS FERNÁNDEZ, ROSARIO ISABEL                     15235
-#> 5  YANGUAS FERNÁNDEZ, FRANCISCO JAVIER                     15406
+#> asunto_id asunto_hora_inicio asunto_hora_fin punto_literal +#> 1 146024 16:01 16:02 <NA> +#> 2 146026 16:02 16:02 <NA> +#> 3 146028 16:03 16:03 Actas +#> 4 146029 16:03 16:03 Preguntas +#> 5 146030 16:03 16:11 Preguntas +#> intervencion_orador_desc intervencion_orador_idWeb +#> 1 AGORRIA MARTÍNEZ, IDOIA 16825 +#> 2 URQUIZU SANCHO, IGNACIO 16845 +#> 3 <NA> <NA> +#> 4 <NA> <NA> +#> 5 LÓPEZ ÁGUEDA, ÓSCAR 15026

This will help you know who talked, how long about which topics and which documents got referenced.

@@ -493,48 +480,48 @@

Laws
 lex14 <- leyes(14)
 head(lex14)
-#>                                                                                                                                                                                                                                                                                                           titulo
-#> 1                                                                                                                                                                                                             Proyecto de Ley de Cooperación para el Desarrollo Sostenible y la Solidaridad Global. (621/000068)
-#> 2                                                                                                                                                                                                                                                      Ley 39/2022, de 30 de diciembre, del Deporte (621/000065)
-#> 3                                                         Ley 37/2022, de 27 de diciembre, por la que se modifica la Ley 28/2010, de 16 de julio, del régimen de cesión de tributos del Estado a la Comunidad Autónoma de las Illes Balears y de fijación del alcance y condiciones de dicha cesión (621/000074)
-#> 4 Ley 38/2022, de 27 de diciembre, para el establecimiento de gravámenes temporales energético y de entidades de crédito y establecimientos financieros de crédito y por la que se crea el impuesto temporal de solidaridad de las grandes fortunas, y se modifican determinadas normas tributarias (624/000018)
-#> 5                                                                   Ley 36/2022, de 27 de diciembre, por la que se modifica la Ley 17/2010, de 16 de julio, del régimen de cesión de tributos del Estado a la Comunidad Autónoma de Galicia y de fijación del alcance y condiciones de dicha cesión (621/000073)
-#> 6                                                                            Ley 35/2022, de 27 de diciembre, por la que se modifica la Ley 23/2010, de 16 de julio, del régimen de cesión de tributos del Estado a la Comunitat Valenciana y de fijación del alcance y condiciones de dicha cesión (621/000072)
+#>                                                                                                                                                                                                                                                                                                                                                                                                                            titulo
+#> 1                                                                   Ley 13/2023, de 24 de mayo, por la que se modifican la Ley 58/2003, de 17 de diciembre, General Tributaria, en transposición de la Directiva (UE) 2021/514 del Consejo de 22 de marzo de 2021, por la que se modifica la Directiva 2011/16/UE relativa a la cooperación administrativa en el ámbito de la fiscalidad, y otras normas tributarias (621/000088)
+#> 2                                                                                                                                                                                                                                                                                                                                                           Ley 12/2023, de 24 de mayo, por el derecho a la vivienda (621/000089)
+#> 3 Ley 11/2023, de 8 de mayo, de trasposición de Directivas de la Unión Europea en materia de accesibilidad de determinados productos y servicios, migración de personas altamente cualificadas, tributaria y digitalización de actuaciones notariales y registrales; y por la que se modifica la Ley 12/2011, de 27 de mayo, sobre responsabilidad civil por daños nucleares o producidos por materiales radiactivos (621/000087)
+#> 4                                                                                                                                                                                                                                                                              Ley 10/2023, de 3 de abril, por la que se aprueba la metodología de señalamiento del cupo del País Vasco para el quinquenio 2022-2026 (621/000086)
+#> 5                                                                                                                                                                                                                                             Ley 9/2023, de 3 de abril, por la que se modifica la Ley 12/2002, de 23 de mayo, por la que se aprueba el Concierto Económico con la Comunidad Autónoma del País Vasco (621/000085)
+#> 6                                                                                                                                                                                                                                  Ley 8/2023, de 3 de abril, por la que se modifica la Ley 28/1990, de 26 de diciembre, por la que se aprueba el Convenio Económico entre el Estado y la Comunidad Foral de Navarra (621/000084)
 #>                                                                                                             urlFichaLey
-#> 1 https://www.senado.es/web/actividadparlamentaria/iniciativas/detalleiniciativa/index.html?legis=14&id1=621&id2=000068
-#> 2 https://www.senado.es/web/actividadparlamentaria/iniciativas/detalleiniciativa/index.html?legis=14&id1=621&id2=000065
-#> 3 https://www.senado.es/web/actividadparlamentaria/iniciativas/detalleiniciativa/index.html?legis=14&id1=621&id2=000074
-#> 4 https://www.senado.es/web/actividadparlamentaria/iniciativas/detalleiniciativa/index.html?legis=14&id1=624&id2=000018
-#> 5 https://www.senado.es/web/actividadparlamentaria/iniciativas/detalleiniciativa/index.html?legis=14&id1=621&id2=000073
-#> 6 https://www.senado.es/web/actividadparlamentaria/iniciativas/detalleiniciativa/index.html?legis=14&id1=621&id2=000072
-#>   anio                                       boe
-#> 1 9999        Pendiente de publicación en el BOE
-#> 2 2022 B.O.E. nº 314, de 31 de Diciembre de 2022
-#> 3 2022 B.O.E. nº 311, de 28 de Diciembre de 2022
-#> 4 2022 B.O.E. nº 311, de 28 de Diciembre de 2022
-#> 5 2022 B.O.E. nº 311, de 28 de Diciembre de 2022
-#> 6 2022 B.O.E. nº 311, de 28 de Diciembre de 2022
+#> 1 https://www.senado.es/web/actividadparlamentaria/iniciativas/detalleiniciativa/index.html?legis=14&id1=621&id2=000088
+#> 2 https://www.senado.es/web/actividadparlamentaria/iniciativas/detalleiniciativa/index.html?legis=14&id1=621&id2=000089
+#> 3 https://www.senado.es/web/actividadparlamentaria/iniciativas/detalleiniciativa/index.html?legis=14&id1=621&id2=000087
+#> 4 https://www.senado.es/web/actividadparlamentaria/iniciativas/detalleiniciativa/index.html?legis=14&id1=621&id2=000086
+#> 5 https://www.senado.es/web/actividadparlamentaria/iniciativas/detalleiniciativa/index.html?legis=14&id1=621&id2=000085
+#> 6 https://www.senado.es/web/actividadparlamentaria/iniciativas/detalleiniciativa/index.html?legis=14&id1=621&id2=000084
+#>   anio                                  boe
+#> 1 2023 B.O.E. nº 124, de 25 de Mayo de 2023
+#> 2 2023 B.O.E. nº 124, de 25 de Mayo de 2023
+#> 3 2023  B.O.E. nº 110, de 9 de Mayo de 2023
+#> 4 2023  B.O.E. nº 80, de 4 de Abril de 2023
+#> 5 2023  B.O.E. nº 80, de 4 de Abril de 2023
+#> 6 2023  B.O.E. nº 80, de 4 de Abril de 2023
 #>                                                     urlBoe
-#> 1                                                         
-#> 2 http://www.boe.es/diario_boe/txt.php?id=BOE-A-2022-24430
-#> 3 http://www.boe.es/diario_boe/txt.php?id=BOE-A-2022-22683
-#> 4 http://www.boe.es/diario_boe/txt.php?id=BOE-A-2022-22684
-#> 5 http://www.boe.es/diario_boe/txt.php?id=BOE-A-2022-22682
-#> 6 http://www.boe.es/diario_boe/txt.php?id=BOE-A-2022-22681
-#>                                                                                                                                bloquesTematicos
-#> 1                                                                    TRABAJO. POLÍTICA SOCIAL, POLÍTICA INTERNACIONAL, MEDIO AMBIENTE, SOCIEDAD
-#> 2 ADMINISTRACIONES PÚBLICAS, SOCIEDAD, EDUCACIÓN, INDUSTRIA. COMERCIO. SERVICIOS, TRABAJO. POLÍTICA SOCIAL, ORGANIZACIÓN TERRITORIAL DEL ESTADO
-#> 3                                                                                       ORGANIZACIÓN TERRITORIAL DEL ESTADO, ECONOMÍA. HACIENDA
-#> 4                                                                            ECONOMÍA. HACIENDA, MEDIO AMBIENTE, INDUSTRIA. COMERCIO. SERVICIOS
-#> 5                                                                                       ECONOMÍA. HACIENDA, ORGANIZACIÓN TERRITORIAL DEL ESTADO
-#> 6                                                                                       ECONOMÍA. HACIENDA, ORGANIZACIÓN TERRITORIAL DEL ESTADO
+#> 1 http://www.boe.es/diario_boe/txt.php?id=BOE-A-2023-12204
+#> 2 http://www.boe.es/diario_boe/txt.php?id=BOE-A-2023-12203
+#> 3 http://www.boe.es/diario_boe/txt.php?id=BOE-A-2023-11022
+#> 4  http://www.boe.es/diario_boe/txt.php?id=BOE-A-2023-8456
+#> 5  http://www.boe.es/diario_boe/txt.php?id=BOE-A-2023-8455
+#> 6  http://www.boe.es/diario_boe/txt.php?id=BOE-A-2023-8454
+#>                                                                         bloquesTematicos
+#> 1    ADMINISTRACIONES PÚBLICAS, JUSTICIA, ECONOMÍA. HACIENDA, INFORMACIÓN Y COMUNICACIÓN
+#> 2 URBANISMO. VIVIENDA, JUSTICIA, TRABAJO. POLÍTICA SOCIAL, DERECHO Y LIBERTADES PÚBLICAS
+#> 3                     JUSTICIA, INDUSTRIA. COMERCIO. SERVICIOS, TRABAJO. POLÍTICA SOCIAL
+#> 4                 UNIÓN EUROPEA, ECONOMÍA. HACIENDA, ORGANIZACIÓN TERRITORIAL DEL ESTADO
+#> 5                 UNIÓN EUROPEA, ORGANIZACIÓN TERRITORIAL DEL ESTADO, ECONOMÍA. HACIENDA
+#> 6                 ORGANIZACIÓN TERRITORIAL DEL ESTADO, ECONOMÍA. HACIENDA, UNIÓN EUROPEA
 #>   numLey tipo
-#> 1         Ley
-#> 2     39  Ley
-#> 3     37  Ley
-#> 4     38  Ley
-#> 5     36  Ley
-#> 6     35  Ley
+#> 1 13 Ley +#> 2 12 Ley +#> 3 11 Ley +#> 4 10 Ley +#> 5 9 Ley +#> 6 8 Ley

Organization chart

@@ -610,7 +597,7 @@

About ROpenSpain Logo
-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.8.

Template rostemplate by dieghernan, based on Bootstrapious. diff --git a/dev/articles/senadoRES_files/figure-html/plot-plenarias-1.png b/dev/articles/senadoRES_files/figure-html/plot-plenarias-1.png index 6b14af9..9b5b9d3 100644 Binary files a/dev/articles/senadoRES_files/figure-html/plot-plenarias-1.png and b/dev/articles/senadoRES_files/figure-html/plot-plenarias-1.png differ diff --git a/dev/articles/senadoRES_files/figure-html/senadoras-1.png b/dev/articles/senadoRES_files/figure-html/senadoras-1.png index f25268e..d6fef1d 100644 Binary files a/dev/articles/senadoRES_files/figure-html/senadoras-1.png and b/dev/articles/senadoRES_files/figure-html/senadoras-1.png differ diff --git a/dev/authors.html b/dev/authors.html index 569fd6f..7d5ba75 100644 --- a/dev/authors.html +++ b/dev/authors.html @@ -1,24 +1,22 @@ -Authors and Citation • senadoRESAuthors and Citation • senadoRES + Skip to contents

@@ -60,17 +56,18 @@

Authors

Citation

Source: DESCRIPTION

-

Revilla Sancho L (2023). +

Revilla Sancho L (2024). senadoRES: Information About the Senate of Spain. -https://llrs.github.io/senadoRES, -https://github.com/llrs/senadoRES. +R package version 0.1.0.9000, +https://github.com/llrs/senadoRES, https://llrs.github.io/senadoRES.

@Manual{,
   title = {senadoRES: Information About the Senate of Spain},
   author = {Lluís {Revilla Sancho}},
-  year = {2023},
-  note = {https://llrs.github.io/senadoRES,
+  year = {2024},
+  note = {R package version 0.1.0.9000, 
 https://github.com/llrs/senadoRES},
+  url = {https://llrs.github.io/senadoRES},
 }