search for: dominick

Displaying 20 results from an estimated 83 matches for "dominick".

Did you mean: dominic
2006 Jul 24
1
% symbol in .Rd files?
Hello, I am encountering problems when there is a '%' character in package .Rd files. More precisely, CRAN is having problems with these characters when running check, whereas I am not seeing any problems under Linux and Windows. I did see these problems, and found that escaping the %'s fixes the problem in my testing, but apparently this does not fix the problem when check is run at
2023 Jan 19
2
Problem installing gdb into Rtools42
On second thought, there is a lot of metapramming code in Rcpp that runs before main, so I was wrong to say nothing can happen before main() is called. Strategically placed print statements may be the best strategy. On Wed, Jan 18, 2023 at 8:17 PM Dominick Samperi <djsamperi at gmail.com> wrote: > Since these ?stray threads? were appearing before I installed gdb into > Rtools42, this may be an operating system bug, and not a problem with gdb > or RInside! > > Sent from my iPhone > > On Jan 18, 2023, at 6:08 PM, Dominick Sa...
2010 Dec 01
6
GPL and R Community Policies (Rcpp)
...active role in the evolution of shared values and expectations. In this spirit I respectfully request that the R community consider the following. The author line of the latest release of the R package Rcpp (0.8.9) was revised as follows: From: "based on code written during 2005 and 2006 by Dominick Samperi" To: "a small portion of the code is based on code written during 2005 and 2006 by Dominick Samperi" As it is highly unusual (and largely impossible) to quantify the relative size of the the contribution made by each author of GPL'ed software, this has effectively chang...
2010 Jul 09
3
Telling Windows how to find DLL's from R?
...or to tell Windows how to find a DLL in some other way from R? Specifically, if a package DLL depends on another DLL the normal requirement is that the second DLL be in the search path so Windows can find it (there are other tricks, but they apply at the Windows level, not at the R level). Thanks, Dominick [[alternative HTML version deleted]]
2023 Jan 18
2
Problem installing gdb into Rtools42
On 1/18/23 19:41, Dominick Samperi wrote: > Thanks for the detailed feedback Tomas, > > I ran the command 'pacman -Syuu' again, just to be sure, and this time > it says "there is nothing to do." > > It appears that gdb is working. I was spooked by the diagnostics that > you say is a k...
2023 Jan 18
1
Problem installing gdb into Rtools42
...program I'm trying to debug! Incidentally, my remark about mingw-w64 problems in other communities alluded to the Haskell development community, where an ABI incompatibility was discovered about a year ago. It is discussed by Ben Gamari here https://gitlab.haskell.org/ghc/ghc/-/issues/19945. Dominick On Wed, Jan 18, 2023 at 12:56 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > On 1/18/23 17:39, Dominick Samperi wrote: > > Thanks, > > But this didn't work. It installs msys2 along with lots of other stuff, > and gdb would not start as before (missing DLL...
2023 Jan 18
1
Problem installing gdb into Rtools42
On 1/18/23 04:33, Dominick Samperi wrote: > Hello, > > I tried installing gdb into Rtools42 following the instructions here > https://cran.r-project.org/bin/windows/base/howto-R-4.2.html > > I ran 'pacman -Sy gdb', and the installation seemed to complete without > problems. > > But gdb coul...
2023 Jan 18
1
Problem installing gdb into Rtools42
...no keyboard input, and ultimately must be terminated by closing the window. It appears there are other development communities negatively impacted by the fork to mingw-w64. This did not go smoothly. Perhaps it would be safer to simply provide a version of Rtools42 that comes with gdb and msys2? Dominick On Wed, Jan 18, 2023 at 2:40 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > > On 1/18/23 04:33, Dominick Samperi wrote: > > Hello, > > > > I tried installing gdb into Rtools42 following the instructions here > > https://cran.r-project.org/bin/windo...
2023 Jan 18
1
Problem installing gdb into Rtools42
On 1/18/23 17:39, Dominick Samperi wrote: > Thanks, > > But this didn't work. It installs msys2 along with lots of other > stuff, and gdb would not start as before (missing DLL's). > > Then I tried to run the command you suggested again, and there was a > warning from the package manager about...
2011 Jan 11
0
[Rcpp-devel] Loading a package using Rcpp Modules results in memory corruption
On Tue, Jan 11, 2011 at 2:41 PM, Romain Francois <romain@r-enthusiasts.com>wrote: > Le 11/01/11 19:57, Romain Francois a écrit : > > Le 11/01/11 19:46, Douglas Bates a écrit : >> >>> On Tue, Jan 11, 2011 at 12:27 PM, Dominick >>> Samperi<djsamperi@gmail.com> wrote: >>> >>>> >>>> >>>> On Tue, Jan 11, 2011 at 1:20 PM, Romain >>>> Francois<romain@r-enthusiasts.com> >>>> wrote: >>>> >>>>> >>>>>...
2010 Apr 30
2
Memory allocation in C/C++ vs R?
...allocates memory? In both of these cases the R-provided functions are not used (to my knowledge), yet I have not seen any problems. How is the memory that R manages and garbage collects kept separate from the memory that is allocated on the C++ side quite independently of what R is doing? Thanks, Dominick [[alternative HTML version deleted]]
2009 Dec 22
2
Rcpp: Clarifying the meaning of GPL?
...we can "self-organize" and find an interpretation of GPL that benefits all R users, and all package contributors as well. A minimal resolution of this issue would be to simply rename 'Rcpp' to something like 'RInside', or to something else that is not misleading. Thanks, Dominick
2023 Apr 10
1
Archive policy and Rcpp?
It appears that my archived packages Rcpp and RcppTemplate have been removed at CRAN, yet they appeared in the CRAN archives until recently. What is the CRAN policy on archives and removal? Thanks, Dominick [[alternative HTML version deleted]]
2009 Nov 12
2
Problems building package at CRAN
...son in charge of that process (Simon) suspects that the problem may be due to a "nested DESCRIPTION file" so that "Package:" becomes RcppTemplateRcppTemplate, or something like this. Can somebody explain what a nested DESCRIPTION file is so I can resolve this problem? Thanks, Dominick
2010 Apr 27
2
Resolving functions using R's namespace mechanism can double runtime
...are replaced by more explict references of the form pkgname::foo(). The more explicit references are of course required when two loaded packages define the same function. I can understand why use of this mechanism is not free in an interpreted environment like R, but the cost seems rather high. Dominick [[alternative HTML version deleted]]
2010 Jun 30
1
Problem with dyn.load() under Windows 64bit at CRAN
...imposing some kind of resource constraint that limits the number of shared libs that can be loaded at one time. Another odd thing about this is that everything worked under Windows 64bit before the changes were made to serialize the build of packages that depend on each other. Any ideas? Thanks, Dominick [[alternative HTML version deleted]]
2013 Feb 15
1
Building R from source under Mac OS X 10.8.2?
...Fortran 77 name-mangling scheme... unknown configure: WARNING: unknown Fortran name-mangling scheme checking whether gfortran appends underscores to external names... unknown configure: error: cannot use Fortran I'm working with the source for R 2.15.2. Any tips would be appreciated. Thanks, Dominick
2010 Apr 14
2
Why no race condition when returning UNPROTECT-ed memory from C?
...)); ... UNPROTECT(1); return p; } Why is there no danger that the allocated memory will be garbage collected after the UNPROTECT, but before the return of p? I have used code like this for some time and have never had a problem, but I'm not sure if/why it is guaranteed to work. Thanks, Dominick [[alternative HTML version deleted]]
2015 Sep 12
1
rgl/webGL complains about Javascript, even in recent online docs?
FYI, one platform where I have not been able to get interactive rgl working is iOS 8. iOS 8 is supposed to support WebGL, and Javascript is enabled. On Sat, Sep 12, 2015 at 4:33 PM, Dominick Samperi <djsamperi at gmail.com> wrote: > Thanks for the pointers and the quick fix. > > Perhaps the generated HTML code should issue a > message like "Javascript load problem" instead of > "You must enable Javascript to view this page properly," > becaus...
2007 Sep 03
3
Windows Vista Issues
...uspect that you may have to upgrade to "Vista Ultimate Edition" to do so.) I don't have a solution for this problem. Perhaps another Vista user can provide one. Of course, one possible solution is to downgrade to Windows XP and wait for the kinks to be worked out in Vista... Thanks, Dominick