Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Funções de conveniência pro AOP
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 5 years ago
· Last pushed almost 5 years ago
Metadata Files
Readme
License
Codemeta
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# aopint 🍺
Pacotinho pra agilizar a vida da galera do AOP. As funções dele só funcionam se você estiver em um projeto um nível abaixo da sua pasta `git_seunome`. Por exemplo, as funções funcionam se eu estiver no projeto `git_daniel/aopcoisas`, e não funcionam se eu estiver em um projeto no meu `Meus Documentos`.
## Instalação
```{r, eval = FALSE}
install.packages("aopint", repos = "https://dhersz.r-universe.dev")
# ou
remotes::install_github("dhersz/aopint")
```
## Funções
- `atualizar_renviron()` - atualiza o seu `~/.Renviron` pra que ele contenha as chaves das APIs usadas no projeto.
```{r, eval = FALSE}
atualizar_renviron()
# depois de reiniciar o R você pode por exemplo pegar o valor de uma chave da
# API do Google Maps fácil fácil
chave <- Sys.getenv("GOOGLE1")
```
- `adicionar_chaves()`, `remover_chaves()` - adiciona ou remove chaves em um arquivo pra que elas possam depois ser adicionados ao seu `~/.Renviron`.
```{r, eval = FALSE}
adicionar_chaves(CHAVE_ESPECIAL = "valor_secreto")
atualizar_renviron()
# depois de reiniciar o R, você pode pegar o valor dela
Sys.getenv("CHAVE_ESPECIAL")
#> [1] "valor_secreto"
remover_chaves("CHAVE_ESPECIAL")
atualizar_renviron()
# depois de reiniciar o R
Sys.getenv("CHAVE_ESPECIAL")
#> [1] ""
```
Owner
- Name: Daniel Herszenhut
- Login: dhersz
- Kind: user
- Company: Ipea - Institute for Applied Economic Research
- Website: https://dhersz.netlify.app/en/
- Twitter: dhersz
- Repositories: 24
- Profile: https://github.com/dhersz
research assistant @ipeaGIT
CodeMeta (codemeta.json)
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "aopint",
"description": "Funes de convenincia para agilizar a vida dos\n membros do AOP.",
"name": "aopint: Funes de Convenincia para o AOP",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.2 (2020-06-22)",
"author": [
{
"@type": "Person",
"givenName": "Daniel",
"familyName": "Herszenhut",
"email": "dhersz@gmail.com",
"@id": "https://orcid.org/0000-0001-8066-1105"
}
],
"contributor": {},
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
"givenName": "Daniel",
"familyName": "Herszenhut",
"email": "dhersz@gmail.com",
"@id": "https://orcid.org/0000-0001-8066-1105"
}
],
"softwareSuggestions": [],
"softwareRequirements": [],
"codeRepository": "https://github.com/dhersz/aopint",
"fileSize": "0KB"
}
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Daniel Herszenhut | d****z@g****m | 5 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0