Skip to content

Commit c77ad3f

Browse files
fix typo
1 parent f1d2eba commit c77ad3f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Package: bskyr
22
Title: Interact with 'Bluesky' Social
3-
Version: 0.0.3
3+
Version: 0.0.4
44
Authors@R:
55
person(given = "Christopher T.",
66
family = "Kenny",
77
role = c("aut", "cre"),
88
email = "christopherkenny@fas.harvard.edu",
99
comment = c(ORCID = "0000-0002-9386-6860"))
10-
Description: Collecting data from and make posts on 'Bluesky' Social
10+
Description: Collect data from and make posts on 'Bluesky' Social
1111
via the Hypertext Transfer Protocol (HTTP) Application Programming
1212
Interface (API), as documented at <https://atproto.com/specs/xrpc>. This
1313
further supports broader queries to the Authenticated Transfer (AT) Protocol

cran-comments.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
This is a resubmission. In this version, I have:
44

5-
- Removes disallowed phrase "Tools for" from the start of the description.
6-
- Removes commented out line in `bs_post.Rd`.
7-
* Removed the default writing to the home directory for `set_bluesky_pass()` and `set_bluesky_user()`. If interactive and no path is included, it suggests a default path, but doesn't write unless interactively accepted.
5+
- Fixed a typo in the description. (Sorry, I introduced it when making updates in the previous version.)
86

97
## Test environments
108

0 commit comments

Comments
 (0)