name: Performance about: "Runtime, memory, or storage inefficiency" title: "" labels: "topic: performance" assignees: wlandau
targets
' code of conduct.targets
' contributing guidelines.Please describe the performance issue.
Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. Read here and here to learn about minimal reproducible examples. Format your code according to the tidyverse style guide to make it easier for others to read.
How poorly does targets
perform? To find out, we recommend the proffer
package and take screenshots of the results displayed in your browser.
library(targetsketch)
library(proffer)
px <- pprof({
# All your targets code goes here.
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.