Feature
-
Added the function
Cristinunitsto create a tibble with information about
(nested) units in Cristin (e.g., A University -> Faculties -> Departments ->
Groups). The tibble can than be used to extract data for each unit from Cristin. -
Added the function
CristinMonthlyto create a per month Zotero collections
for units defined inCristinunits. It may use the internal functions
CristinMailandCristinWebto create a newsletter using HTML for email and
web, respectively.
Critical
-
Fixed a bug in
ZoteroFormatwhereparentCollectionkey, in some special
cases, were identified as logical rather than character (Zotero uses a
combination of logical and character in this field). The error caused an error
in combining some collections. -
Fixed a bug in
ZoteroWranglerwhere book sections with empty creators in
main book caused a NA error.
Major
- Made a major revision of
ZoteroLibray, making it less recursive and bloated.
Moderate
- Made handling of API status codes consistent throughout the package. Removed
the now somewhat redundantdebugchecks.
Minor
-
Fixed a bug in
CristinWranglerwhere successfully identified duplicates with
modified content in Cristin failed to update key, version and collections, thus
creating new copies rather than updating existing items. -
Removed hyphens from ISBN when importing from
Cristinto simplify filtering. -
Fixed a bug in
CristinWranglerwhereremove.nawas set to TRUE rather
than forcing item-type to book (part_of) for book chapters. -
Fixed an issue in
ZoteroLibrarywhere zero collections were reported when
finding a specific collection key. -
Fixed an issue in
ZoteroFormatwhere tags could be listed as either a
data.frame or list -
Fixed an issue in
CristinWranglerwherecreatorTypeof parent items are
listed as authors when they are (most probably) editors. -
Fixed an issue in
DoiCrossrefwhere first and last names sometimes are
switched due to an alt-name field in the XML. -
Fixed some issues with badges in
README. -
Made some adjustments to
ZoteroGet.bibliographynow contains, in
addition tobib,bib.bodyandbib.itemseparating style form the
reference. -
Created an internal function called
ZoteroIdto extract ids from extra
field. -
Added some internal functions to handle dates:
Monthsto display
(abbreviated) month names in Norwegian and English,ChangeDateto add/subtract
date from date (e.g., days, weeks, months),FloorDateto set the first day of
the month, andCeilingDateso set the last day of the month. -
Added a flowchart, why not.