File tree Expand file tree Collapse file tree 3 files changed +5
-26
lines changed
Expand file tree Collapse file tree 3 files changed +5
-26
lines changed Original file line number Diff line number Diff line change 11Package: calculus
22Type: Package
33Title: High Dimensional Numerical and Symbolic Calculus
4- Version: 0.2.0
4+ Version: 0.2.1
55Authors@R: person(given = "Emanuele",
66 family = "Guidotti",
77 email = "emanuele.guidotti@unine.ch",
Original file line number Diff line number Diff line change 1+ # calculus 0.2.1
2+
3+ - removed startup message
4+
15# calculus 0.2.0
26
37- __ breaking changes__ : rewrite ` integral() ` ; interfacing the function to the ` cubature ` package for efficient integration in C
Original file line number Diff line number Diff line change 66# ' @importFrom Rcpp evalCpp
77# ' @useDynLib calculus, .registration=TRUE
88NULL
9-
10- .onAttach <- function (libname , pkgname ) {
11-
12- packageStartupMessage(
13- " #######################################################
14- __ __ __
15- / /\\ | / / \\ | / \\ (_
16- \\ __ /--\\ |__ \\ __ \\ __/ |__ \\ __/ __)
17-
18- Bug reports and new feature requests:
19- https://github.com/emanuele-guidotti/calculus/issues/
20-
21- Using the package? Please star the repository:
22- https://github.com/emanuele-guidotti/calculus/
23-
24- Happy coding!
25-
26- #######################################################"
27- )
28-
29- }
30-
31-
32-
33-
You can’t perform that action at this time.
0 commit comments