Thanks Mikael.
[I too wondered if this topic was appropriate for the list and in the
end thought it might be. We can probably take this offline after this
exchange and summarize if appropriate.]
The actual source of the package is here:
https://download.mosek.com/R/10.1/src/contrib/Rmosek_10
Naras,
Thanks. I'm a bit confused, because Rmosek does not declare Matrix as a
dependency:
> tools::package_dependencies("Rmosek", which = "all")[[1L]]
[1] "pkgbuild"
nor does it contain code needing compilation:
> packageDescription("Rmosek", fields="NeedsCompilation")
[1] "n
I think that, if called with |length.out=1|, |seq| and |seq.int| should
return |start| - no matter the value of the other parameters.
Currently they always return |NaN| / error if called with |by=Inf|, for
example.
|for (n in 4:0) print(seq(1, by=1/(n-1), length.out=n)) # [1] 1.00
1.33
Package Rmosek compiles fine using Matrix versions 1.6.2- but not with
anything beyond Matrix 1.6.2. (FYI, Rmosek provides R interfaces to the
excellent MOSEK solver; academic licenses are free.)
Here is the error message:
rmsk_obj_matrices.cc:50:9: error: use of undeclared identifier
'Ma
On 11/22/23 19:14, Mikael Jagan wrote:
FWIW, a user on Stack Overflow just reported the same issue with
list.files
running R 4.3.z on Windows. They do not observe the issue running
R-devel,
with Tomas' patch (r84960). It is still the case that their file
names did
not exceed 260 wide charact
FWIW, a user on Stack Overflow just reported the same issue with list.files
running R 4.3.z on Windows. They do not observe the issue running R-devel,
with Tomas' patch (r84960). It is still the case that their file names did
not exceed 260 wide characters.
https://stackoverflow.com/q/77527