- "topics" are now a valid entity in oa_fetch
- The column "topics" replaces concepts in most entities' returned dataframes
- For Works, "topics" and "concepts" are now returned as separate columns
- solved bug in au_affiliation_raw in PR#241
- Breaking change: two arguments in
oa_snowball
are renamed:citing_filter
is nowciting_params
, andcited_by_filter
is nowcited_by_params
. - Introduced
oa_generate
: A generator function to make request to OpenAlex API and returns one record at a time. - Fixed queries with
group_by
. - Improved paging control: the user can now specify the
pages
they want inoa_fetch
oroa_request
. - Improve
oa_snowball
performance. - Allowed the use of
options$sample
withsearch
. - "venues"" is no longer a valid value for
entity
. Use "sources" instead.
- solved issue with CRAN test
- many improvements in bibliometrix support
- solved issue with CRAN test
- many improvements in oa_snowball
- added new openalex entities
- solved CRAN issue about packageVersion()
- Basic paging is applied when using options$sample
- Bug fixes for rbind in oa2df
- Breaking change: Reorder of the first two arguments in
oa_fetch
:entity
now comes beforeidenfitifier
. This should not affect your workflow too much unless you have been getting article information from OpenAlex IDs. - new arguments to
oa_fetch
:sample
andseed
allows the user to download a random subset of the entities instead of the entire set. oa_ngrams
gets you N-grams of worksabstract
now defaults to TRUE to avoid issues.- New argument to oa_fetch: api_key
- Arguments sample, seed, sort, and select are now grouped into
options
. - Bug fixes
- Improved documentation: group functions in Reference, details on search, etc.
- Improve
snowball
#9. - Batch queries when a filter has more than 50 values #18.
- Bug fixes.
- Added a
NEWS.md
file to track changes to the package.
- Breaking change: now uses a more canonical way to filter #7.
- In
oa_fetch
,abstract
now defaults to FALSE to save compute/query time/space. You will need to setabstract = TRUE
to retrieve abstracts for the articles. - Added website, hex.
- Added tests.
- Added R CMD CHECK as a GH Action
- Bug fixes.
- Added vignettes.
- Some bug fixes
- First CRAN release