-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Type: Package
Package: Ranystyle
Title: Automated Bibliographic Reference Parsing and Cleaning
Version: 0.0.999
Date: 2023-12-23
Authors@R:
person("Aurélien", "Goutsmedt", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-3788-7237"))
Author: Aurélien Goutsmedt.
Maintainer: Aurélien Goutsmedt <[email protected]>
Description: Provides tools for automated extraction, parsing, and
cleaning of bibliographic references from PDF and text documents.
Utilizing the 'anystyle' Ruby gem, it segments references and converts
them into structured formats. The package offers functions to
reorganize and clean the data, making it easier to analyze and use
bibliographic information. It handles various input and output formats
and provides utilities for detailed reference management.
License: MIT + file LICENSE
URL: https://github.com/agoutsmedt/Ranystyle, https://agoutsmedt.github.io/Ranystyle/
BugReports: https://github.com/agoutsmedt/Ranystyle/issues
Imports:
cli,
dplyr,
jsonlite,
lifecycle,
magrittr,
purrr,
rlang,
rmarkdown,
stringr,
tibble,
tidyr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr
VignetteBuilder: knitr