R/yyy.R

# ==================================================================== #
# TITLE                                                                #
# Tools for Data Analysis at Certe                                     #
#                                                                      #
# AUTHORS                                                              #
# Berends MS (m.berends@certe.nl)                                      #
# Meijer BC (b.meijer@certe.nl)                                        #
# Hassing EEA (e.hassing@certe.nl)                                     #
#                                                                      #
# COPYRIGHT                                                            #
# (c) 2019 Certe Medische diagnostiek & advies - https://www.certe.nl  #
#                                                                      #
# LICENCE                                                              #
# This R package is free software; you can redistribute it and/or      #
# modify it under the terms of the GNU General Public License          #
# version 2.0, as published by the Free Software Foundation.           #
# This R package is distributed in the hope that it will be useful,    #
# but WITHOUT ANY WARRANTY; without even the implied warranty of       #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the         #
# GNU General Public License for more details.                         #
# ==================================================================== #

#  progress_estimated %>% vars n arrange arrange_at desc filter group_by group_by_at if_else mutate mutate_ n_distinct pull select summarise summarise_at ungroup
#  geom_label unit stat_boxplot stat_smooth coord_flip %+replace% aes aes_string annotate element_blank element_line element_text facet_grid geom_bar geom_boxplot geom_col geom_density geom_histogram geom_hline geom_line geom_path geom_point geom_ribbon geom_segment geom_smooth geom_text geom_vline ggplot ggsave labs margin position_dodge position_fill position_stack scale_colour_manual scale_fill_manual scale_x_continuous scale_y_continuous theme theme_bw xlab ylab

#' Importlist
#' @importFrom lubridate day month year
#' @importFrom reshape2 melt dcast
#' @importFrom tidyr gather spread
#' @importFrom xml2 read_html
#' @importFrom rvest html_nodes html_table
#' @importFrom dplyr filter pull select mutate %>% 
#'
#' @importFrom grDevices boxplot.stats cairo_pdf col2rgb colorRampPalette colours gray.colors heat.colors rainbow rgb terrain.colors topo.colors
#' @importFrom graphics par pie
#' @importFrom stats binomial fitted fivenum glm lm na.omit poisson predict qt
#' @importFrom utils URLencode adist citation object.size packageDescription read.delim sessionInfo setTxtProgressBar str txtProgressBar write.table
#' @noRd
globalVariables(c('.',
                  'Aantal',
                  'blauw',
                  'eersteisolaat_rij_index',
                  'gps',
                  'groen',
                  'id',
                  'lat.round',
                  'lbls.nieuw',
                  'lng.round',
                  'misses.data',
                  'misses.x',
                  'misses.y',
                  'misses.y.category',
                  'n',
                  'rood',
                  'Size',
                  'sortering',
                  'Waarde',
                  'x.init',
                  'x.manier1',
                  'y',
                  'y.manier1'))
msberends/certedata documentation built on Nov. 26, 2019, 5:19 a.m.