r-lib / R6

Encapsulated object-oriented programming for R
https://R6.r-lib.org
Other
403 stars 56 forks source link

Graphs in Performance article on website not built correctly #237

Closed jmbarbone closed 2 years ago

jmbarbone commented 2 years ago

https://r6.r-lib.org/articles/Performance.html#object-instantiation-speed

It looks like the most recent build in 2.5.0.9001 messed with the graphs. These may have been caused because of microbenchmark not being installed.

Example: https://github.com/r-lib/R6/blob/7e2c1ff78c5fad4b25143157d033a19f8fa7573d/docs/articles/Performance_files/figure-html/unnamed-chunk-36-1.png

https://github.com/r-lib/R6/blob/dda25089187f6e15266a964d9119285f98d9ac3d/docs/articles/Performance_files/figure-html/unnamed-chunk-36-1.png

jmbarbone commented 2 years ago

Graphs are showing up correctly in the current build. Closing.