Skip to content
Snippets Groups Projects
Commit 4fc42a6f authored by mael.theuliere's avatar mael.theuliere
Browse files

ajout dev_history, license et édition DESCRIPTION

parent 787297d4
No related branches found
No related tags found
No related merge requests found
^datalibaba\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^dev_history\.R$
Package: datalibaba
Title: What the Package Does (One Line, Title Case)
Title: Interface De Connexion a Une Base Posgres
Version: 0.0.0.9000
Authors@R:
person(given = "First",
family = "Last",
c(person(given = "Maël",
family = "Theulière",
role = c("aut"),
email = "mael.theuliere@developpement-durable.gouv.fr"),
person(given = "Juliette",
family = "Engelaere Lefebvre",
role = c("aut", "cre"),
email = "first.last@example.com",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: `use_mit_license()`, `use_gpl3_license()` or friends to
pick a license
email = "juliette.engelaere-lefebvre@developpement-durable.gouv.fr")
)
Description: Interface de connexion a une base Posgres : lecture, ecriture, consultation des shemas, gestion des types de donnees de R.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
......
This diff is collapsed.
usethis::create_package("datalibaba")
usethis::use_git()
usethis::use_git_remote(url = "https://gitlab.com/dreal-datalab/datalibaba.git")
gert::git_push(set_upstream = TRUE)
usethis::edit_file("dev_history.R")
usethis::use_build_ignore('dev_history.R')
usethis::use_gpl3_license()
usethis::edit_file('DESCRIPTION')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment