Skip to content
Snippets Groups Projects
Commit d220992d authored by ronan.vignard's avatar ronan.vignard
Browse files

Ajout de la description et de la licence du package

parent 85e80d6b
No related branches found
No related tags found
Loading
^dev$
^LICENSE\.md$
Package: data.captages
Version: 0.0.0.9000
Title: Collecte Des Données Captages De L'ARS
Description: Collecte des données Captages de l'ARS pour import dans
une base de données PostgreSQL.
Authors@R: person(given = "Ronan",
family = "Vignard",
role = c("aut", "cre"),
email = "ronan.vignard@developpement-durable.gouv.fr",
comment = c(ORCID = "0000-0000-0000-0000"))
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
YEAR: 2024
COPYRIGHT HOLDER: Ronan Vignard
# MIT License
Copyright (c) 2024 Ronan Vignard
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
......@@ -16,15 +16,16 @@ All commands that you use to use when developing packages...
fusen::fill_description(
pkg = here::here(),
fields = list(
Title = "Build A Package From Rmarkdown File",
Description = "Use Rmarkdown First method to build your package. Start your package with documentation. Everything can be set from a Rmarkdown file in your project.",
Title = "Collecte des données Captages de l'ARS",
Description = "Collecte des données Captages de l'ARS pour import dans
une base de données PostgreSQL.",
`Authors@R` = c(
person("John", "Doe", email = "john@email.me", role = c("aut", "cre"), comment = c(ORCID = "0000-0000-0000-0000"))
person("Ronan", "Vignard", email = "ronan.vignard@developpement-durable.gouv.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0000-0000-0000"))
)
)
)
# Define License with use_*_license()
usethis::use_mit_license("John Doe")
usethis::use_mit_license("Ronan Vignard")
```
# All-in-one function to deploy publicly on GitHub
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment