R/aaa.R

Defines functions .onAttach

.onAttach<-function(lib, pkg){
  if(interactive())
  {
    packageStartupMessage(
      "A successor to `move` has been developed and is available on cran (`move2`, https://bartk.gitlab.io/move2/). This brings speed improvements and is based on `sf`. Feedback (including missing functionality) on this new package is welcome, for new projects it might be worth considering starting directly with `move2`."
    )
  }
  invisible()
}

Try the move package in your browser

Any scripts or data that you put into this service are public.

move documentation built on July 9, 2023, 6:09 p.m.