From 4e03a55c676aec930f03c0c8f05fdf12ff7f8cc0 Mon Sep 17 00:00:00 2001 From: emanuele-guidotti Date: Tue, 7 Jan 2020 12:32:54 +0100 Subject: [PATCH] Update DESCRIPTION --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 85008f3..71d9202 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,8 +9,8 @@ Authors@R: person(given = "Emanuele", comment = c(ORCID = "0000-0002-8961-6623")) Description: Efficient C++ optimized functions for numerical and symbolic calculus. It includes basic symbolic arithmetic, tensor calculus, Einstein summing convention, fast computation of the Levi-Civita symbol and generalized Kronecker delta, Taylor series expansion, multivariate Hermite polynomials, accurate high-order derivatives, differential operators (Gradient, Jacobian, Hessian, Divergence, Curl, Laplacian) and numerical integration in arbitrary orthogonal coordinate systems: cartesian, polar, spherical, cylindrical, parabolic or user defined by custom scale factors. License: GPL-3 -URL: https://github.com/emanuele-guidotti/calculus/ -BugReports: https://github.com/emanuele-guidotti/calculus/issues/ +URL: https://github.com/emanuele-guidotti/calculus +BugReports: https://github.com/emanuele-guidotti/calculus/issues LinkingTo: Rcpp Imports: Rcpp (>= 1.0.1) Suggests: cubature