#' LAB 3 PACKAGE
#'
#' Solutions to Lab 3 in Advanced R programming (73A94) at Linkoping University fall 2021. The package estimates Euclidean distance and implements Djikstra's algorithm to find the shortest path between two nodes.
#' @docType package
#' @author Lech Kaczmarczyk \email{lech.kaczmarczyk@@liu.se}
#' @author Elis Carlberg Larsson \email{elis.carlberg.larsson@@liu.se}
#' @name lab3.package
#' @import usethis
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.