···11+Package: BigNum
22+Title: A S7 Showcase
33+Version: 0.0.0.9000
44+Authors@R:
55+ person("Visruth", "Srimath Kandali", , "visruth@gmail.com", role = c("aut", "cre"),
66+ comment = c(ORCID = "0009-0005-9097-0688"))
77+Description: A toy package designed to showcase and serve as a
88+ reference/tutorial for S7 development. To be used in conjunction with
99+ the S7 package website.
1010+License: GPL (>= 3)
1111+Imports:
1212+ rlang (>= 1.1.4),
1313+ S7 (>= 0.2.0)
1414+Encoding: UTF-8
1515+Roxygen: list(markdown = TRUE)
1616+RoxygenNote: 7.3.2
···11# BigNum
22-22+33+TODO:
44+55+- Finish description
66+77+- Make the BigNum class
88+99+- Write tests
1010+1111+- Write documentation
1212+1313+- Write a vignette
1414+1515+- Comment code
1616+1717+- Website?
+15
man/BigNum-package.Rd
···11+% Generated by roxygen2: do not edit by hand
22+% Please edit documentation in R/BigNum-package.R
33+\docType{package}
44+\name{BigNum-package}
55+\alias{BigNum}
66+\alias{BigNum-package}
77+\title{BigNum: A S7 Showcase}
88+\description{
99+A toy package designed to showcase and serve as a reference/tutorial for S7 development. To be used in conjunction with the S7 package website.
1010+}
1111+\author{
1212+\strong{Maintainer}: Visruth Srimath Kandali \email{visruth@gmail.com} (\href{https://orcid.org/0009-0005-9097-0688}{ORCID})
1313+1414+}
1515+\keyword{internal}