Skip to content

Commit

Permalink
Убрал из imports retry
Browse files Browse the repository at this point in the history
Перевёл версию
  • Loading branch information
selesnow committed Dec 22, 2021
1 parent 2effb72 commit 87f7431
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
11 changes: 5 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: rtgstat
Title: Client for 'TGstat API'
Version: 0.1.1.9000
Version: 0.2.0
Authors@R:
person(given = "Alexey",
family = "Seleznev",
role = c("aut", "cre"),
email = "selesnow@gmail.com",
person(given = "Alexey",
family = "Seleznev",
role = c("aut", "cre"),
email = "selesnow@gmail.com",
comment = c(ORCID = "0000-0003-0410-7385"))
Description: Allow function for using 'TGstat Stat API' and
'TGstat Search API', for more details see <https://api.tgstat.ru/docs/ru/start/intro.html>.
Expand All @@ -22,7 +22,6 @@ Imports:
dplyr,
httr2,
purrr,
retry,
snakecase,
stringr,
tidyr,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rtgstat (development version)
# rtgstat 0.2.0

## New function
* `tg_channel_avg_posts_reach()` - Getting the average coverage of channel publications over time.
Expand Down
8 changes: 8 additions & 0 deletions man/rtgstat-package.Rd

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

0 comments on commit 87f7431

Please sign in to comment.