Skip to content

Commit

Permalink
updates from document/check
Browse files Browse the repository at this point in the history
  • Loading branch information
isteves committed Jun 25, 2018
1 parent cbfe061 commit 6cec77a
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 11 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export(rt_login_interactive)
export(rt_logout)
export(rt_queue_properties)
export(rt_ticket_attachment)
export(rt_ticket_attachment_content)
export(rt_ticket_attachments)
export(rt_ticket_create)
export(rt_ticket_edit)
Expand Down
1 change: 1 addition & 0 deletions R/rt_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ NULL

if(getRversion() >= "2.1.15") {
utils::globalVariables(c(".",
"type", "Attachments", #for rt_ticket_attachments
"colname", "value", "ticket_headers", "ticket_content",
"fields", "values", # for search
"history_id", "history_name", # for history
Expand Down
2 changes: 1 addition & 1 deletion man/rt_ticket_attachment.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions man/rt_ticket_attachment_content.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/rt_ticket_attachments.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions man/rt_ticket_history.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/rt_ticket_links.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6cec77a

Please sign in to comment.