-
Have others go through the materials to discover problems/see what could be explained more clearly, etc.
-
Please don't delete these questions! They are asked almost with every issue - answering them as below saves us time from asking them!
**First step**
Try to debug the skin yourself. If you can't …
-
Update the names of the tabs in the app from "Cars" and "Airquality" to "Car Plots" and "Airquality Plots"
Code for this can be found in `R/app_server.R`
-
In order to reveal lines with correct `geom_text` label, `transition_reveal` needs the table to be ordered to work. In the following example, I shuffled the data, and it cannot show labels correctly.
…
-
Hello,
Thanks for your package.
While using the package I noticed the functions `autoplot.density`, `autoplot.aareg`, do not seem to add axis labels to the plot when given the required argument…
-
Will it be possible to get visreg to work with gls regressions? Here is an example that fails (pulled from the ?gls example).
library(nlme)
fm1
-
There is a need for NA values imputation with a constant. For some models constant number imputation usually would work better than median or other type of imputations. For example, in neural network …
-
- [ ] Update to 150 total users
- [x] update assessments 2 and 3 with new shiny questions - send the answers to dropbox (check that this is working)
- [x] create a "Turn in Survey" button
- [x] cre…
-
Following the example set in the wiki I would like to create an animation with the view_follow function and static points/lines/labels.
The issue is that view_follow only works as expected once the…
-
Hello, I'm trying to use my esp with your homekit library in order to control two different devices, a fan and a light, both connected to one single esp.
When creating the accessories array, I add a …