Skip to content

Commit

Permalink
removed startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-guidotti committed Mar 23, 2020
1 parent 4e03a55 commit 0771dde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: calculus
Type: Package
Title: High Dimensional Numerical and Symbolic Calculus
Version: 0.2.0
Version: 0.2.1
Authors@R: person(given = "Emanuele",
family = "Guidotti",
email = "emanuele.guidotti@unine.ch",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# calculus 0.2.1

- removed startup message

# calculus 0.2.0

- __breaking changes__: rewrite `integral()`; interfacing the function to the `cubature` package for efficient integration in C
Expand Down
25 changes: 0 additions & 25 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,3 @@
#' @importFrom Rcpp evalCpp
#' @useDynLib calculus, .registration=TRUE
NULL

.onAttach <- function(libname, pkgname) {

packageStartupMessage(
"#######################################################
__ __ __
/ /\\ | / / \\ | / \\ (_
\\__ /--\\ |__ \\__ \\__/ |__ \\__/ __)
Bug reports and new feature requests:
https://github.com/emanuele-guidotti/calculus/issues/
Using the package? Please star the repository:
https://github.com/emanuele-guidotti/calculus/
Happy coding!
#######################################################"
)

}




0 comments on commit 0771dde

Please sign in to comment.