search for: rcppcore

Displaying 15 results from an estimated 15 matches for "rcppcore".

2020 Jun 06
3
Change in package.skeleton behavior from R 3.6.3 to R 4.0.0 ?
...t a package. But it seems that something changed quite recently in R. I looked into this a little yesterday and prepared a workaround for Rcpp; Kevin (CC'ed) was more diligent and found what changed with R itself. See the discussion under issue ticket #1087 at the Rcpp repo: https://github.com/RcppCore/Rcpp/issues/1087 The proposed simple PR is at https://github.com/RcppCore/Rcpp/pull/1088 As Kevin mentions in #1087, R itself may have changed, and he even dug up a possible commit [1]. One can illustrate that quickly with two different R interpreters, I use Docker here because that's what I o...
2013 Nov 16
2
Linking to native routines in other packages
...g Rcpp. I'm also curious about this sentence from the doc: "In the future R may provide some automated tools to simplify exporting larger numbers of routines." Is there a draft of something ? Romain For details on how we will be using LinkingTo. Please see: https://github.com/RcppCore/Rcpp/blob/master/inst/include/Rcpp/routines.h where depending - when we are compiling Rcpp, we just have a declaration of the function, which is then defined in any of our .cpp files. - when we are using Rcpp from another package, we are retrieving the function https://github.com/RcppCore/Rcpp/...
2018 Mar 02
0
Desktop.ini hiddeln file creates during compilaiton
...http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example [2] http://adv-r.had.co.nz/Reproducibility.html [3] https://cran.r-project.org/web/packages/reprex/index.html (read the vignette) [4] http://stat.ethz.ch/mailman/listinfo/r-package-devel [5] https://github.com/RcppCore/Rcpp/issues -- Sent from my phone. Please excuse my brevity. On March 2, 2018 10:50:54 AM PST, michael tsagris via R-help <r-help at r-project.org> wrote: >Hello,?I?am experiencing some difficult time with my R package. Every >time I compilei it a hidden file, desktop.ini, is?being cr...
2018 Mar 02
3
Desktop.ini hiddeln file creates during compilaiton
Hello,?I?am experiencing some difficult time with my R package. Every time I compilei it a hidden file, desktop.ini, is?being created. I am using C++ behind, linkking to Rcpp. The file is generated even when I compile it with?Linux, and in many different computers. Does anybody have any advice or ideas? [[alternative HTML version deleted]]
2020 Jun 06
0
Change in package.skeleton behavior from R 3.6.3 to R 4.0.0 ?
...ut it seems that something changed quite recently in R. I looked into this a > little yesterday and prepared a workaround for Rcpp; Kevin (CC'ed) was more > diligent and found what changed with R itself. See the discussion under issue > ticket #1087 at the Rcpp repo: https://github.com/RcppCore/Rcpp/issues/1087 > The proposed simple PR is at https://github.com/RcppCore/Rcpp/pull/1088 > > As Kevin mentions in #1087, R itself may have changed, and he even dug up a > possible commit [1]. One can illustrate that quickly with two different R > interpreters, I use Docker here be...
2020 Mar 26
3
Rebuilding and re-checking of downstream dependencies on CRAN Mac build machines
...ard from maintainers of other Rcpp-dependent packages that they also can't get their packages to compile on Mac, using both the default Mac compiler toolchain and the CRAN-recommended toolchain, which uses clang 7. For more technical details about the cause of breakage, see: https://github.com/RcppCore/Rcpp/issues/1060 https://github.com/rstudio/httpuv/issues/260 If the CRAN Mac build machine is indeed able to build httpuv against the current version of Rcpp, it would be really helpful to have more information about the system configuration. If it is not able to rebuild httpuv and other packages...
2020 Jan 14
2
possible bug in win R-devel in check/test environment
...cted? Best, Serguei. [1] https://github.com/sgsokol/testarma1 <https://github.com/sgsokol/testarma2> [2] https://github.com/sgsokol/testarma2 [3] https://win-builder.r-project.org/v0nBoFleT48y/00check.log [4] https://win-builder.r-project.org/TMKbnEBncFNc/00check.log [5] https://github.com/RcppCore/Rcpp/issues/1026 <https://github.com/sgsokol/testarma2>
2020 May 18
0
c2d4u3.5 ppa for Ubuntu 20.04?
...39; over 3.5 and 4.0, and installs quite a few packages, including reticulate, from these repos. Works like a charm [1] -- and I need to blog about the updated r-travis. Sp big thanks to the ever-tireless Michael. Focal for R 4.0 is already at 3614 packages. Dirk [1] https://travis-ci.org/github/RcppCore/RcppArmadillo/builds/688117705 -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2014 Jul 16
1
C-API: removing key-value pairs in an environment
Hi, I am trying to remove key-value pairs from an environments (using C). While adding seems straightforward with `Rf_defineVar()`, I cannot find a function to remove objects from a given environment. Would anyone know if there is such a function ? Best, Laurent
2020 Jan 14
0
possible bug in win R-devel in check/test environment
...erguei. | | [1] https://github.com/sgsokol/testarma1 | <https://github.com/sgsokol/testarma2> | [2] https://github.com/sgsokol/testarma2 | [3] https://win-builder.r-project.org/v0nBoFleT48y/00check.log | [4] https://win-builder.r-project.org/TMKbnEBncFNc/00check.log | [5] https://github.com/RcppCore/Rcpp/issues/1026 | | <https://github.com/sgsokol/testarma2> | | ______________________________________________ | R-devel at r-project.org mailing list | https://stat.ethz.ch/mailman/listinfo/r-devel -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2020 Mar 24
2
help with rchk warnings on Rf_eval(Rf_lang2(...))
> Shield<SEXP> res(Rcpp_fast_eval(Rf_lang2(asEnvironmentSym, x), R_GlobalEnv)); The call should be protected before evaluation though. So more like: Shield<SEXP> call(Rf_lang2(asEnvironmentSym, x)); return Rcpp_fast_eval(call, R_GlobalEnv); Best, Lionel On 3/23/20, Dirk Eddelbuettel <edd at debian.org> wrote: > > > On 23 March 2020 at 17:07, Ben Bolker wrote: >
2020 May 18
3
c2d4u3.5 ppa for Ubuntu 20.04?
Hi I tried to use Michael's ppa after having installed Ubuntu 20.04 and R 4, and it seems the ppa is not available now for 20.04, I get message: The repository 'http://ppa.launchpad.net/marutter/c2d4u3.5/ubuntu focal Release' does not have a Release file Am I doing something wrong, or is it correct that it is not available yet? Are there any plans to implement it at some point?
2020 Mar 26
0
Rebuilding and re-checking of downstream dependencies on CRAN Mac build machines
...ther Rcpp-dependent packages that they also can't get > their packages to compile on Mac, using both the default Mac compiler > toolchain and the CRAN-recommended toolchain, which uses clang 7. > > For more technical details about the cause of breakage, see: > https://github.com/RcppCore/Rcpp/issues/1060 > https://github.com/rstudio/httpuv/issues/260 > > If the CRAN Mac build machine is indeed able to build httpuv against > the current version of Rcpp, it would be really helpful to have more > information about the system configuration. If it is not able to > reb...
2016 Dec 16
2
Upgrading a package to which other packages are LinkingTo
...ork in practice. Ask Uwe one day we he rebuilds everything every time on Windows. And for what it is worth, we essentially do the same in Debian. Sometimes you just need to rebuild. That may be the price of admission for using the convenience of rich C++ interfaces. Dirk [1] https://github.com/RcppCore/Rcpp/tree/master/inst/unitTests/testRcppPackage | Duncan Murdoch | | > | > Thanks. | > | > | > Best regards | > | > Kirill | > | > | > [1] https://github.com/hadley/dplyr/issues/2308#issuecomment-267495075 | > [2] https://travis-ci.org/krlmlr/pkg.upgrade.test#L58...
2016 Dec 16
2
Upgrading a package to which other packages are LinkingTo
Hi I'd like to suggest to make R more informative when a user updates a package A where there's at least one package B that has "LinkingTo: A" in its description. To illustrate the problem, assume package A is updated so that its C/C++ header interface (in inst/include) is changed. For package B to pick up these changes, we need to reinstall package A. In extreme cases, if