-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
.onAttach <- function(libname, pkgname) { | ||
packageStartupMessage( | ||
"Welcome to the BrPolicorpus package! This package is part of my research project financed by CAPES and Alexandre Humboldt Foundation. Please, contact me **[email protected]** if any doubts come up. Use download_index() for a complete list of data modules. Please cite this package if you use any of its data. | ||
@software{BrPoliCorpus, | ||
author = {Rodrigo Esteves {de Lima-Lopes}}, | ||
title = {BrPoliCorpus: Brazilian Political Corpus}, | ||
url = {https://github.com/rll307/BrPoliCorpus.git}, | ||
version = {1.0}, | ||
date = {2024-7-01},}" | ||
@software{BrPoliCorpus, | ||
author = {Rodrigo Esteves {de Lima-Lopes}}, | ||
title = {BrPoliCorpus: Brazilian Political Corpus}, | ||
url = {https://github.com/rll307/BrPoliCorpus.git}, | ||
version = {1.0}, | ||
date = {2024-7-01},}" | ||
) | ||
} |