From fdc20b2922a325ce94d97460d8d06876fe08877b Mon Sep 17 00:00:00 2001 From: FvD Date: Sat, 9 Apr 2022 10:20:25 -0600 Subject: [PATCH 1/2] Bump version and update Roxgen version --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9c8f674..8221cbb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lacrmr Title: Connect to the 'Less Annoying CRM' API -Version: 1.0.3 +Version: 1.0.4 Authors@R: c( person(given = "ixpantia, family = SRL", @@ -22,7 +22,7 @@ URL: https://ixpantia.github.io/lacrmr/ BugReports: https://github.com/ixpantia/lacrmr/issues Encoding: UTF-8 LazyData: true -RoxygenNote: 7.1.1 +RoxygenNote: 7.1.2 Depends: R (>= 3.6), magrittr From c60d1739126a7e4bacdae0fd1e04d62586df2d13 Mon Sep 17 00:00:00 2001 From: FvD Date: Sat, 9 Apr 2022 10:22:44 -0600 Subject: [PATCH 2/2] update docs --- man/get_account_information.Rd | 1 - 1 file changed, 1 deletion(-) diff --git a/man/get_account_information.Rd b/man/get_account_information.Rd index f4b5808..6371372 100644 --- a/man/get_account_information.Rd +++ b/man/get_account_information.Rd @@ -24,5 +24,4 @@ get_account_information(user_code = "6A6E88", api_token = "FBHV7C") } - }