Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
datalibaba
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DREAL Pays de la Loire
Centre de Services de la Donnée
datalibaba
Commits
4fc42a6f
Commit
4fc42a6f
authored
4 years ago
by
mael.theuliere
Browse files
Options
Downloads
Patches
Plain Diff
ajout dev_history, license et édition DESCRIPTION
parent
787297d4
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.Rbuildignore
+2
-0
2 additions, 0 deletions
.Rbuildignore
DESCRIPTION
+11
-8
11 additions, 8 deletions
DESCRIPTION
LICENSE.md
+595
-0
595 additions, 0 deletions
LICENSE.md
dev_history.R
+8
-0
8 additions, 0 deletions
dev_history.R
with
616 additions
and
8 deletions
.Rbuildignore
+
2
−
0
View file @
4fc42a6f
^datalibaba\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^dev_history\.R$
This diff is collapsed.
Click to expand it.
DESCRIPTION
+
11
−
8
View file @
4fc42a6f
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.
Click to expand it.
LICENSE.md
0 → 100644
+
595
−
0
View file @
4fc42a6f
This diff is collapsed.
Click to expand it.
dev_history.R
0 → 100644
+
8
−
0
View file @
4fc42a6f
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'
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment