Skip to content

Commit

Permalink
Suppression des fonctions ign_urba_xxx() pour mettre fin à la dépenda…
Browse files Browse the repository at this point in the history
…nce au package rgdal qui n'est plus maintenu
  • Loading branch information
PascalIrz committed Jun 4, 2024
1 parent 88d48fe commit 000f31d
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 197 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Package: tod
Type: Package
Title: Easy import of some French open data sets with emphasis on environmental issues
Version: 0.1.1
Version: 0.2.0
Date: 2024-06-04
Author: Pascal Irz <[email protected]>
Maintainer: Pascal Irz <[email protected]>
Description: The name tod stands for "telechargement open data". Package facilitant l'accès
à des sources de données ouvertes.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
RoxygenNote: 7.3.1
Imports: curl,
dplyr,
httr,
Expand Down
11 changes: 0 additions & 11 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

export(df_dept_reg)
export(ign_urba_api_shp)
export(ign_urba_assembler_sf)
export(ign_urba_dec)
export(ign_urba_lire_shapes)
export(ign_urba_net_rep)
export(ign_urba_sauver_shape)
export(ign_urba_tod)
export(ofb_bnpe_pp_tod)
export(osm_communes_tod)
export(osm_creer_polygone_region)
Expand All @@ -33,9 +27,6 @@ importFrom(httr,stop_for_status)
importFrom(httr,warn_for_status)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,'%>%')
importFrom(purrr,map)
importFrom(purrr,reduce)
importFrom(purrr,walk2)
importFrom(readr,locale)
importFrom(readr,read_csv2)
importFrom(rgdal,readOGR)
Expand All @@ -46,8 +37,6 @@ importFrom(sf,st_buffer)
importFrom(sf,st_combine)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_pad)
importFrom(stringr,str_sub)
importFrom(stringr,str_trim)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 27 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
year <- sub("-.*", "", meta$Date)
version <- meta$Version
note <- sprintf("R package version %s", version)
url <- "https://github.com/PascalIrz/tod"
title <- "tod: An R package for easy French open data download"

citHeader("To cite ondetools in publications use:")

citEntry(
entry = "Manual",
title = title,
author = personList(as.person("P. Irz")),
year = year,
volume = note,
url = url,
textVersion = paste(
"Irz, P. (",
year,
"). ",
title,
". ",
note,
", ",
"URL: ",
url
)
)
22 changes: 0 additions & 22 deletions man/ign_urba_assembler_sf.Rd

This file was deleted.

23 changes: 0 additions & 23 deletions man/ign_urba_dec.Rd

This file was deleted.

22 changes: 0 additions & 22 deletions man/ign_urba_lire_shapes.Rd

This file was deleted.

25 changes: 0 additions & 25 deletions man/ign_urba_net_rep.Rd

This file was deleted.

30 changes: 0 additions & 30 deletions man/ign_urba_sauver_shape.Rd

This file was deleted.

62 changes: 0 additions & 62 deletions man/ign_urba_tod.Rd

This file was deleted.

0 comments on commit 000f31d

Please sign in to comment.