Skip to content

Commit

Permalink
on attach message added
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Pondi authored and Brian Pondi committed Sep 4, 2021
1 parent 37ea2b3 commit d5f4517
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tissot/R/tissot.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

.onAttach <- function(libname, pkgname) {
packageStartupMessage("Welcome to Advanced Tissot Indicatrix package.")
packageStartupMessage("Created by Brian Pondi and Jonas Hurst.")
sf::sf_use_s2(TRUE)
}

#' This function generates Tissot's indicatrix
#'
#' This function returns equally-sized circles (radius = 300km) as sf-polygons
Expand Down

0 comments on commit d5f4517

Please sign in to comment.