Skip to content

Commit

Permalink
Merge branch 'dev' into 'master'
Browse files Browse the repository at this point in the history
Remove deprecated code

See merge request ConorIA/senamhiR!3
  • Loading branch information
ConorIA committed Oct 31, 2017
2 parents 512e2fe + b8b5b07 commit 8f8b7e1
Show file tree
Hide file tree
Showing 24 changed files with 18 additions and 966 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ appveyor.yml
.gitattributes
.gitignore
README.md
README.Rmd
LICENSE.md
install_senamhiR.R
install_senamhiR.R
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,16 @@ Description: A collection of functions to obtain archived Peruvian climatologica
Depends:
R (>= 3.1.0)
Imports:
curl,
DBI,
DT,
dplyr,
geosphere,
leaflet,
magrittr,
readr,
RMySQL,
shiny,
tibble,
utils,
XML,
zoo
Suggests:
testthat,
Expand Down
11 changes: 0 additions & 11 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# Generated by roxygen2: do not edit by hand

export(download_data)
export(download_data_sql)
export(generate_local_catalogue)
export(map_stations)
export(qc)
export(quick_audit)
export(read_data)
export(senamhiR)
export(station_explorer)
export(station_search)
export(write_data)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbGetQuery)
Expand All @@ -20,9 +16,6 @@ importFrom(DT,dataTableOutput)
importFrom(DT,datatable)
importFrom(DT,renderDataTable)
importFrom(RMySQL,MySQL)
importFrom(XML,htmlTreeParse)
importFrom(XML,readHTMLTable)
importFrom(curl,curl_download)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(geosphere,distGeo)
Expand All @@ -32,8 +25,6 @@ importFrom(leaflet,awesomeIcons)
importFrom(leaflet,leaflet)
importFrom(leaflet,setView)
importFrom(magrittr,"%>%")
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,em)
Expand All @@ -50,6 +41,4 @@ importFrom(tibble,as_tibble)
importFrom(tibble,has_name)
importFrom(tibble,tibble)
importFrom(utils,glob2rx)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(zoo,as.yearmon)
3 changes: 2 additions & 1 deletion R/clean_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#'
#' @return tbl_df
#'
#' @importFrom tibble has_name
#' @keywords internal
#'
#' @author Conor I. Anderson
Expand Down Expand Up @@ -101,4 +102,4 @@
}
}
datain
}
}
5 changes: 1 addition & 4 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@
#' \item{Province}{the province where the station is located}
#' \item{District}{the district where the station is located}
#' }
#'
#' @examples
#' \dontrun{catalogue}
#'
"catalogue"

30 changes: 0 additions & 30 deletions R/download_action.R

This file was deleted.

54 changes: 0 additions & 54 deletions R/download_data.R

This file was deleted.

108 changes: 0 additions & 108 deletions R/generate_catalogue.R

This file was deleted.

61 changes: 0 additions & 61 deletions R/generate_local_catalogue.R

This file was deleted.

Loading

0 comments on commit 8f8b7e1

Please sign in to comment.