RobinHankin / spray

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

error from winbuilder #16

Closed RobinHankin closed 3 years ago

RobinHankin commented 3 years ago

winbuilder gives me this:

*** arch - x64
d:/Compiler/rtools40/mingw64/bin/g++  -std=gnu++11 -I"D:/RCompile/recent/R-4.0.2/include" -DNDEBUG  -I'd:/RCompile/CRANpkg/lib/4.0/Rcpp/include'   -I"d:/Compiler/gcc-4.9.3/local330/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o

[snip; compiled with no errors or warnings]

** inst
** byte-compile and prepare package for lazy loading
Error: object 'compositions' is not exported by 'namespace:partitions'
Execution halted
ERROR: lazy loading failed for package 'spray'
* removing 'd:/RCompile/CRANguest/R-release/lib/spray'
RobinHankin commented 3 years ago

This is a problem with the partitions package, I have to upload the latest version to CRAN

RobinHankin commented 3 years ago

...but I cant upload an updated partitions package because this breaks the permutations package.

RobinHankin commented 3 years ago

the problem is not with the permutations package but the partitions package which has had export(print) removed from the NAMESPACE file

RobinHankin commented 3 years ago

this is where I fixed the partitions package: https://github.com/RobinHankin/partitions/commit/be9511b18a2a76d53a34ceae7b3d4d3dd2d8c260

RobinHankin commented 3 years ago

partitions package version 1.10-1 now on CRAN