RobinHankin / spray

sparse arrays and fast multivariate polynomials
https://robinhankin.github.io/spray/
2 stars 2 forks source link

stokes package fails R CMD check #24

Closed RobinHankin closed 2 years ago

RobinHankin commented 2 years ago

The stokes package on CRAN fails R CMD check with the current version of spray. Commit 646be00a removed value() and value<-() functions, replacing them with coeffs() and coeffs<-() for consistency. I will reinstate them temporarily, then upload the latest version of stokes (which uses coeffs(), not value()), then remove value() when no longer needed.

RobinHankin commented 2 years ago

The discussion at https://github.com/RobinHankin/stokes/issues/53 promotes a better idea: uploading a reduced-functionality stokes package which is compatible with both old and new spray packages, then uploading a new spray package and then the new stokes package.

RobinHankin commented 2 years ago

spray_1.0-16.tar.gz now on CRAN

RobinHankin commented 2 years ago

Note that the weyl package needs spray version >=1.0-18

RobinHankin commented 2 years ago

stokes_1.1-1.tar.gz now on CRAN, leaving open pending the weyl package.

RobinHankin commented 2 years ago

Package weyl now on CRAN.