R/ryacas-package.R

#' R interface to yacas computer algebra package
#' 
#' Ryacas allows one to use the yacas computer algebra package entirely from
#' within R. 
#' 
#' Please read the "Getting started" vignette.
#' 
#' @name Ryacas-package
#' @docType package
#' @useDynLib Ryacas, .registration = TRUE
#' @importFrom Rcpp evalCpp
#' @importFrom stats deriv
#' @importFrom methods is
#' @keywords programming
NULL


#' Pipe operator
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
magrittr::`%>%`

Try the Ryacas package in your browser

Any scripts or data that you put into this service are public.

Ryacas documentation built on Jan. 17, 2023, 1:11 a.m.