Skip to content

Consider superscript advertising as the default #201

Description

@HughParsonage

I like using advertise = TRUE (the default): it's a nice acknowledgement of the package authors and a signal that it's actually a reprex.

That said, I slightly prefer

(y <- 1:4)
#> [1] 1 2 3 4
mean(y)
#> [1] 2.5

Created on 2018-09-05 by the reprex package (v0.2.0).

over

(y <- 1:4)
#> [1] 1 2 3 4
mean(y)
#> [1] 2.5

Created on 2018-09-05 by the reprex package (v0.2.0).

as the former makes the advertisement separate from the body text rather than a continuation of it. It's a matter of taste, but I thought I'd bring it up in case you like it but hadn't considered it.

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions