Skip to content

Commit

Permalink
devtools::build_readme()
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 5, 2024
1 parent a9fcdf1 commit c59a506
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ get and set properties:
``` r
x@start
#> [1] 1
```

``` r
x@end <- 20
x
#> <range>
Expand All @@ -102,9 +99,6 @@ Properties are automatically validated against the type declared in
``` r
x@end <- "x"
#> Error: <range>@end must be <double>, not <character>
```

``` r
x@end <- -1
#> Error: <range> object is invalid:
#> - @end must be greater than or equal to @start
Expand Down

0 comments on commit c59a506

Please sign in to comment.