#' Experimental package to learn how to create packages in R.
#'
#' myFirstRPackage package has two functions:
#' euclidean() and dijkstra().
#'
#' @section euclidean():
#' Computes the greatest common divisor (GCD) of two integers (numbers).
#'
#' @section dijkstra():
#' Finds the shortest paths between nodes in a graph
#'
#' @docType package
#' @name myFirstRPackage
NULL
#> NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.