Sebastian Hanß
Sebastian Hanß
> where is CxxFlags() used ? In de doc: > MakeVars > edit src/MakeVars and replace its content by > > PKG_LIBS = '$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"' $(SHLIB_OPENMP_CXXFLAGS) '$(R_HOME)/bin/Rscript -e "RcppProgress:::CxxFlags()"'...
Can you elaborate a bit? > * wrap_examples should be removed you mean the one in the tests? I have no clue why it is there. Did you write it?...
Indeed. I was looking for RcppProgress:::CxxFlags(). Are there plans to (re-) add the R functions?
Thanks for your quick response @kforner Can you give me a hint where and why they went missing? I'd have a look then. Right now the Reference manual on CRAN...
Dear @kforner this seems to work. Before my PR, I'm thinking about changing some minor things: - export the `test_*` functions to the package namespace - use Roxygen to manage...
> > use Roxygen to manage the namespace > > I think this is overkill, add a dependency and an extra step for building it. (but I like roxygen ;)...
An idea to allow for a workaround might be to implement import and export of forms (#582). Users could then share their exported, say CSV, files. The different exported CSV...
Uh, this is fixed, already in #90, I totally forgot. Needs to be pushed to CRAN
We had a conversation via e-mail, already. Here is the summary: OS: CentOS Linux 7 (Core) R version 4.1.2 (2021-11-01) BLAS/LAPACK: /trinity/shared/easybuild/software/FlexiBLAS/3.0.4-GCC-11.2.0/lib64/libflexiblas.so.3.0 stats graphics grDevices utils datasets methods base Rcpp_1.0.8.3...
Ouuuuh, thanks for the note!