Skip to content

Commit

Permalink
removed qspray remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Apr 23, 2024
1 parent 08a91f9 commit 641617d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ LinkingTo:
RcppArmadillo,
RcppCGAL
Remotes:
stla/qspray,
stla/ratioOfQsprays
Config/testthat/edition: 3
Encoding: UTF-8
Expand Down
5 changes: 4 additions & 1 deletion R/transformation.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ derivSymbolicQspray <- function(Qspray, i, derivative = 1) {
#' polynomial.
#'
#' @param Qspray object of class \code{symbolicQspray}
#' @param orders integer vector, the orders of the differentiation
#' @param orders integer vector, the orders of the differentiation; e.g.
#' \code{c(2, 0, 1)} means that you differentiate two times with respect to
#' \eqn{x}, you do not differentiate with respect to \eqn{y}, and you
#' differentiate one time with respect to \eqn{z}
#'
#' @return A \code{symbolicQspray} object.
#' @export
Expand Down

0 comments on commit 641617d

Please sign in to comment.