docs: fix some typos#625
Conversation
Signed-off-by: John E <jeis4wpi@outlook.com>
|
Thanks, this is great. (Plus we can point to this as proof that our docs weren't AI-written...) Two things:
I'm happy to fix both if you're unsure. |
|
so make this change: -expect_snapshot_plot(f2, label = "restore_par_FALSE")
+expect_snapshot_plot(f2, label = "restore_par_TRUE")and create the updated docs? I think I can do this? |
> devtools::document()
ℹ Updating tinyplot documentation
ℹ Loading tinyplot
✖ type_ridge.R:673: S3 method `quantile.density` needs @export or @exportS3Method tag.
Writing tpar.Rd
Writing type_abline.Rd
Writing type_ridge.Rd
Writing type_text.Rd
> |
Signed-off-by: John E <jeis4wpi@outlook.com>
Not quite. What you need to do is:
Let me if 2 sounds like a pain, or you have any trouble. I'm happy to regenerate the snapshot myself. |
|
Hi Grant, I am working on MAC OSX. I could try say Ubuntu container or from the .devtools? fatal error: 'Magick++.h' file not foundis my current stuck point even though: homebrew % find . -name Magick++.h
./Cellar/graphicsmagick/1.3.47/include/GraphicsMagick/Magick++.h
./Cellar/imagemagick/7.1.2-25/include/ImageMagick-7/Magick++.hLooks like it will take me some time before I have a working development environment. |
docs: fix some typos
Is this helpful?