R/myFirstRPackage.r

#' 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
ahmedNwayyir/myFirstRPackage documentation built on July 7, 2020, 1:15 a.m.