Skip to content

Commit 0771dde

Browse files
author
emanuele-guidotti
committed
removed startup message
1 parent 4e03a55 commit 0771dde

File tree

3 files changed

+5
-26
lines changed

3 files changed

+5
-26
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: calculus
22
Type: Package
33
Title: High Dimensional Numerical and Symbolic Calculus
4-
Version: 0.2.0
4+
Version: 0.2.1
55
Authors@R: person(given = "Emanuele",
66
family = "Guidotti",
77
email = "emanuele.guidotti@unine.ch",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

R/package.R

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,3 @@
66
#' @importFrom Rcpp evalCpp
77
#' @useDynLib calculus, .registration=TRUE
88
NULL
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-

0 commit comments

Comments
 (0)