Version 1.5.2
- fixed silent row misalignment in
gld_read_zip2() when
books, papers, supervisions or conferences are missing optional
sub-nodes
- added
supervision_type column (msc, phd, others) to
supervisions
gld_read_zip2() no longer coerces identifiers
(e.g. numero_identificador) to numeric; page columns are
now numeric
gld_get_lattes_data_from_zip() no longer emits a
deprecation warning or “Unknown or uninitialised column” warnings when
there are no accepted papers
- fixed wrong awards count in
gld_read_zip2() status
message
- moved runtime dependencies (cli, xml2, tibble, janitor, purrr,
readxl) from Suggests to Imports and removed the unused curl
dependency
Version 1.5.1 (2025-08-08)
- added awards in output
- added dependency on R > 4.1.0
- deprecated unsupported functions gl_read_lattes_zip() and
gld_get_lattes_data()
Version 1.5 (2024-05-04)
- added research and extension projects in output
- added coauthors in output (fixes issue number 16)
Version 1.4.4 (2023-11-27)
- added date of last update
- added professional activities to output
- added type of supervision
- updated on qualis table for 2017-2020 and SJR for 2022
Version 1.4.3 (2023-08-09)
- added DOI information for publications
Version 1.4.2 (2022-10-25)
- fixed stringr::str_detect() issue (PR)
Version 1.4.1 (2022-06-07)
Version 1.4 (2020-03-07)
- switched to dplyr::tibbles to avoid problems with CRAN (and not
data.frame)
Version 1.3.2 (2019-11-10)
- Fixed another bug in df.tpublic$accepted.papers when CV had no
paper.
Version 1.3.1 (2019-09-07)
- Added bsc information to output
- Fixed bug in df.tpublic$accepted.papers (see issue
11)
Version 1.3 (2019-03-25)
- Added Msc titles to output
Version 1.2 (2018-10-11)
- Changes to the Lattes website seems to be permanent and stable. The
main change is that in order to download xml zip files, one must manualy
break a captcha. Based on this change, the package no longer works by
downloading the files, but acessing it from locally (yes, you must
download all files manualy). This update fix Github issue
10 and Github issue
09.
Version 1.0 (2018-08-13)
Lattes website is back without captcha! The new version of
GetLattesData is a bit slower than the old one, but it works.
Minor changes: - fixed multiple
issn issue in SJR
Version 1.1 (2018-08-19)
Sadly, lattes website is once again using captcha. This version
removes the code needed to build the package, so that it can be hosted
in CRAN.
Once again, I’ll keep checking Lattes over time and see whether any
solution comes to life.
Version 1.0 (2018-08-13)
Lattes website is back without captcha! The new version of
GetLattesData is a bit slower than the old one, but it works.
Minor changes: - fixed multiple
issn issue in SJR
Version 0.9 (2017-11-27)
Lattes website is offline. Online downloading of xml files is no
longer possible.
- Added comments at main function, which now returns empty df, and
vignettes.
Version 0.8 (2017-11-12)
- Now with support for conferences and accepted articles
- Added a function for finding information about accepted and
published papers
Version 0.7 (2017-10-31)
- Added support for books and books chapters
Version 0.6 (2017-10-14)
- Forced UTF-8 encoding in all output
- Users can now download information about academic supervisions (msc,
phd, ic)
Version 0.5 (2017-09-04)
First commit