Skip to content

Commit

Permalink
Merge pull request #5 from FvD/T4
Browse files Browse the repository at this point in the history
Minor changes (typos)
  • Loading branch information
andres-ixpantia authored Nov 13, 2023
2 parents a8bb00f + bb7b465 commit da15398
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2023
COPYRIGHT HOLDER: Ixpantia SA
COPYRIGHT HOLDER: ixpantia SA
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2023 Ixpantia SA
Copyright (c) 2023 ixpantia SA

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions R/graph.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @title Initialize a new graph
#' @title Initialize a New Graph
#'
#' @description
#' Initializes a new graph with the given type.
Expand All @@ -13,7 +13,7 @@ new_graph <- function(type) {
)
}

#' @title As graph
#' @title As Graph
#'
#' @description
#' Attempts to convert the object to a graph.
Expand All @@ -27,7 +27,7 @@ as_graph <- function(x, type, ...) {
UseMethod("as_graph")
}

#' @title Data.frame as graph
#' @title Data.frame as Graph
#'
#' @description
#' Converts a data.frame to a graph.
Expand Down Expand Up @@ -146,7 +146,7 @@ as.list.AcyclicGraph <- function(x, ...) {
x$as_list()
}

#' @title Find roots
#' @title Find Roots
#'
#' @description
#' Gets the roots of the graph.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OrbWeaver
# orbweaver

A fast R library for working with Nodes in a graph. This library
modifies graphs in place, similar to how [data.table](https://github.com/Rdatatable/data.table)
Expand Down

0 comments on commit da15398

Please sign in to comment.