-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
21 lines (21 loc) · 857 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: twofamousalgorithms
Title: Implementations of the Euclidean algorithm and Dijkstra's algorithm
Version: 1.0
Date: 2024-09-21
Description: This R package features implementations of the Euclidean algorithm,
which calculates the greatest common divisor of two integers, and Dijkstra's
algorithm, used for finding the shortest path in a graph. This package is a
part of the coursework for the Advanced Programming in R course (732A94) at
Linköping University.
RoxygenNote: 7.3.2
Encoding: UTF-8
License: GPL-2
Authors@R: c(
person("Linn", "Friberg", email = "linn.friberg@pm.me", role = "cre"),
person("John", "Möller", email = "johmo@student.liu.se", role = "aut"))
Maintainer: Linn Friberg <linn.friberg@pm.me>
Roxygen: list(markdown = TRUE)
LazyData: true
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3