-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deleted cadastral functions and data
- Loading branch information
1 parent
8b30ac3
commit a101cc1
Showing
14 changed files
with
34 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^\.travis\.yml$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
.Ruserdata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,24 @@ | ||
Package: spanish | ||
Type: Package | ||
Title: Misc Functions for Spanish Data | ||
Version: 0.2.0 | ||
Date: 2017-07-01 | ||
Author: person( "Jose Manuel","Vera Oteo", email = "[email protected]", | ||
role = c("aut","cre") | ||
Title: Translate Quantities from Strings Spelled in Spanish to Integer | ||
Version: 0.3.0 | ||
Date: 2017-12-14 | ||
Authors@R: person( "Jose Manuel","Vera Oteo", email = "[email protected]", | ||
role = c("aut","cre")) | ||
URL: https://github.com/verajosemanuel | ||
BugReports: https://github.com/verajosemanuel/spanish/issues | ||
Maintainer: Jose M. Vera <[email protected]> | ||
Depends: magrittr, xml2 | ||
Description: Character vector to numerical translation in Euros from spanish | ||
Description: Character vector to numerical translation in Euros from Spanish | ||
spelled monetary quantities. Text must be previously cleaned & removed | ||
extraneous words, symbols or cents. Quantities MUST be written in a correct | ||
Spanish cause this isn't a grammar tool. Upper limit is up to the millions | ||
range. | ||
Geocoding from cadastral reference number. Source data must be a valid | ||
cadastral reference or downloaded KML files from cadastral website. | ||
Be careful geocoding. You will be banned if many request | ||
are issued in a short period of time. geocode_cadastral() waits 2 seconds | ||
between requests. | ||
range. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Collate: | ||
'geocode_cadastral.R' | ||
'to_number.R' | ||
'cadastral_references-data.R' | ||
'cantidades-data.R' | ||
'spanish.R' | ||
RoxygenNote: 6.0.1.9000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
|
||
import(magrittr) | ||
import(xml2) | ||
export(geocode_cadastral) | ||
export(to_number) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.