Giter VIP home page Giter VIP logo

Comments (5)

TuQmano avatar TuQmano commented on June 12, 2024 2

working nicely, thanks!

from xaringanextra.

gadenbuie avatar gadenbuie commented on June 12, 2024 1

Turns out the real culprit was the logo. I made a small change and now use_logo() should play nicely with other extensions. Let me know if it gives you any trouble!

from xaringanextra.

gadenbuie avatar gadenbuie commented on June 12, 2024

Hmmm, at first glance this looks okay, that onclick is expected. Can you share the source code for that slide?

from xaringanextra.

TuQmano avatar TuQmano commented on June 12, 2024

Of course!

YAML

---

output:
  xaringan::moon_reader:
    seal: false
    css: xaringan-themer.css
    lib_dir: libs
    nature:
      countdown: 60000
      highlightStyle: github
      highlightLines: true
      countIncrementalSlides: false
---
layout:true

```{r setup, include=FALSE}
options(htmltools.dir.version = FALSE)
knitr::opts_chunk$set(collapse = TRUE,
                      fig.retina = 3,
                      ccache = TRUE,
                      warning = FALSE,
                      message = FALSE)

xaringanExtra::use_xaringan_extra(include = c("panelset", "tile_view", "webcam"))
xaringanExtra::use_logo("https://raw.githubusercontent.com/electorArg/polAr/master/hex/hex-polAr.png", width = "100px")

Slide CODE


#### Juan Pablo Ruiz Nicolini | **@TuQmano**

### Análisis de Datos Políicos de Argentina




### DISCURSOS

.panelset[
.panel[.panel-name[Visualizar]

.pull-left[


library(polAr)

get_speech(year = 1946) %>% 
plot_speech()


]

.pull-right[

``{r word_cloud, echo=F}
knitr::include_graphics(path = "polar_slides_files/img-manual/peron_1946.png")
``
]]

.panel[.panel-name[Explorar]


``{r}
polAr::show_available_speech()
``

]

]

from xaringanextra.

TuQmano avatar TuQmano commented on June 12, 2024

I think that my problem is in how the tabs links/urls are build. If I right-click with the mouse and copy it, it´s structure is similar to the documentation example, but it doesn´t redirect to the expected content.

file:///C:/Users/Documents/latinr2020/slides/polAr/polar_slides.html?panelset=explorar#panelset_explorar

from xaringanextra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.