-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from vfisikop/fix_doc_descr
Fix issues and warnings
- Loading branch information
Showing
28 changed files
with
210 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,11 @@ Package: volesti | |
Type: Package | ||
License: LGPL-3 | ||
Title: Volume Approximation and Sampling of Convex Polytopes | ||
Author: Vissarion Fisikopoulos <[email protected]> [aut, cph, cre], | ||
Apostolos Chalkis <[email protected]> [cph, aut], | ||
contributors in file inst/AUTHORS | ||
Authors@R: c( | ||
person("Vissarion", "Fisikopoulos", , "[email protected]", role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0000-0002-0780-666X")), | ||
person("Apostolos", "Chalkis", , "[email protected]", role = c("aut", "cph"), | ||
comment = c(ORCID = "0000-0002-4628-1907"))) | ||
Copyright: file inst/COPYRIGHTS | ||
Description: Provides an R interface for 'volesti' C++ package. 'volesti' computes estimations of volume | ||
of polytopes given by (i) a set of points, (ii) linear inequalities or (iii) Minkowski sum of segments | ||
|
@@ -20,5 +22,5 @@ Imports: methods, stats, Matrix | |
LinkingTo: Rcpp, RcppEigen, BH | ||
Suggests: testthat | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 | ||
BugReports: https://github.com/GeomScale/Rvolesti/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.