Ian Lyttle
Ian Lyttle
When using the `src` attribute, you have to be looking from the perspective of the HTML document. Assuming that the document will be rendered to the directory that contains the...
I have not had enough coffee yet today - I did not see that this is a shiny app. I think you have to create a `www` directory, then put...
For that, you may have to consult Bootstrap: http://getbootstrap.com/javascript/#carousel, although I don't see anything there. FWIW, the `bs_carousel()` and `bs_append()` functions hew closely to Bootstrap's examples.
Reminder to update the documentation for `bs_carousel_image()` with hints on how to set the path.
Hi @gaborcsardi, I have a public remote of the branch - here's [the (self-hosted) workflow file](https://github.com/ijlyttle/test-reticulate/blob/f2a7f222b3625c8d99062937ed4da003563e1da3/.github/workflows/test.yaml) - my apologies - it's a mess as I was just "trying stuff" at...
If I'm reading correctly, there is not an obvious path forward. I am currently at a disadvantage, as I had this stuff in my brain in February; nature of the...
The package maintainers can speak on this with infinitely-greater authority than I can: I think that extensibility mechanisms are something they are thinking about across r-lib, e.g. `usethis`, `remotes`, etc....
@hector-ps: I can think of a couple of possibilities: - Is this a private repository? - Perhaps something in the URL is mispelled? My go-to to get things working the...
Hi @hector-ps, If it is public inside your company, you *should* be able to use the "Copy Link Address" value with `install_url()` - that works for me...
Will keep that in mind!