Julia Piaskowski

Results 43 comments of Julia Piaskowski

I agree with the purrr suggestion (replace plyr with a purrr lessson). The downside to keeping the plyr lesson in gapminder lessson set currently is that when people use this...

Challenge 5 of section 1 asks learners to install plyr - another area maybe we should change to "dplyr", although this is only an exercise in how to install packages.

ah, this might explain some difficult I'm having adjusting the panel menu background color! Thanks for the potential tip.

These are the only 2 themes. If you want to adjust the colors, you can use the color parameter by adding a hexadecimal value (`color = "#ff1493") in the options...

I'm having trouble getting the pre-set colors to work: Setting `color = "red"` (one of the colors in the [F7 framework](https://framework7.io/docs/color-themes)), nothing happens. When the color is set to a...

I have a work-around by adding a custom CSS file per [F7 documentation](https://framework7.io/docs/color-themes): ``` :root { --f7-theme-color: #0C8346; --f7-theme-color-rgb: 12, 131, 70; /* same as theme-color */ --f7-theme-color-shade: #095e32; /*...

Thank you. Setting the color option via your suggestion works, but there is still is the problem that the panel menus (left or right) are running a the default colors...

I've encountered the [same error](https://community.rstudio.com/t/pkgdown-github-action-build-error-subscript-out-of-bounds/138911). I tried the suggested workaround, but it did not work. Here's a snippet from [my workflow](https://github.com/jpiaskowski/broom.mixed/blob/master/.github/workflows/pkgdown.yaml): ``` - uses: r-lib/actions/setup-r-dependencies@v2 with: extra-packages: any::pkgdown, glmmADMB=?ignore, local::....

Excellent, thank you!

> I'm going to leave this open until it's done ... Ah, sorry about that! I can take a look at it tomorrow.