Skip to content

Commit

Permalink
Apply #86 to climate_match
Browse files Browse the repository at this point in the history
Solve long lines
  • Loading branch information
damianooldoni committed Aug 5, 2022
1 parent e4c0a81 commit 4762e8b
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 306 deletions.
33 changes: 0 additions & 33 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ importFrom(assertthat,assert_that)
importFrom(assertthat,is.date)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(dplyr,add_row)
importFrom(dplyr,add_tally)
importFrom(dplyr,all_vars)
importFrom(dplyr,anti_join)
importFrom(dplyr,any_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
Expand Down Expand Up @@ -75,64 +73,34 @@ importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,grey)
importFrom(graphics,legend)
importFrom(gratia,derivatives)
importFrom(lazyeval,interp)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addLayersControl)
importFrom(leaflet,addLegend)
importFrom(leaflet,addMapPane)
importFrom(leaflet,addPolygons)
importFrom(leaflet,colorBin)
importFrom(leaflet,colorNumeric)
importFrom(leaflet,leaflet)
importFrom(methods,as)
importFrom(mgcv,gam)
importFrom(mgcv,nb)
importFrom(mgcv,summary.gam)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(purrr,list_along)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,pmap_dfr)
importFrom(purrr,reduce)
importFrom(raster,intersect)
importFrom(readr,col_character)
importFrom(readr,col_number)
importFrom(readr,read_tsv)
importFrom(readr,write_tsv)
importFrom(reshape2,melt)
importFrom(rgbif,name_lookup)
importFrom(rgbif,name_usage)
importFrom(rgbif,occ_download)
importFrom(rgbif,occ_download_get)
importFrom(rgbif,occ_download_import)
importFrom(rgbif,occ_download_meta)
importFrom(rgbif,pred)
importFrom(rgbif,pred_gt)
importFrom(rgbif,pred_in)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,is_empty)
importFrom(rlang,sym)
importFrom(rworldmap,getMap)
importFrom(scales,percent_format)
importFrom(sf,st_as_sf)
importFrom(sf,st_intersects)
importFrom(sp,CRS)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,merge)
importFrom(sp,rbind.SpatialPolygonsDataFrame)
importFrom(sp,spTransform)
importFrom(stats,formula)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,setNames)
importFrom(stringr,str_c)
importFrom(stringr,str_ends)
importFrom(stringr,str_remove)
Expand All @@ -145,4 +113,3 @@ importFrom(tibble,tibble)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,one_of)
importFrom(tidyselect,vars_pull)
importFrom(utils,menu)
Loading

0 comments on commit 4762e8b

Please sign in to comment.