Skip to content

Commit

Permalink
update API file
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Aug 23, 2018
1 parent 42945bd commit 011351f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tidyverse_style(scope = "tokens", strict = TRUE, indent_by = 2, start_comments_w

## Foreign S3 methods

print.vertical(x, ..., colored = TRUE, style = prettycode::default_style())
print.vertical(x, ..., colored = getOption("styler.colored_print.vertical"), style = prettycode::default_style())

2 comments on commit 011351f

@IndrajeetPatil
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lorenzwalthert Out of curiosity, what are you using to automatically generate the API files?

I usually do pkgattrs::write_pkg_api(getwd(), filename = "API"), but it no longer seems to be working with updates to some of its dependencies and it is not in active development. So I was looking for an alternative.

Thanks.

@lorenzwalthert
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

roxygen2::roxygenize(). No idea why it does not work as expected. You can make a PR if you want.

Please sign in to comment.