# NOT RUN {
## browser windows should not be openend in CRAN checks
library("berryFunctions")
funSource(colPoints)
funSource("head")
funSource("require", trydirect=FALSE)
funSource(earthDist)
funSource(OSMscale::earthDist)
funSource("OSMscale::earthDist")
# }
# NOT RUN {
# }
# NOT RUN {
# developmental testing
require(plotrix); require(scales)
funSource(rescale
tail <- function(...) stop("This is a dummy function. Type: rm(tail)")
funSource("tail")
rm(tail)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab