search for: panduri

Displaying 20 results from an estimated 57 matches for "panduri".

2020 Apr 13
3
detect ->
...ignment, to determine whether A occurs on the LHS? > > > > > > Thanks in advance for any hint, > > > Adrian > > > > > > ? > > > Adrian Dusa > > > University of Bucharest > > > Romanian Social Data Archive > > > Soseaua Panduri nr. 90-92 > > > 050663 Bucharest sector 5 > > > Romania > > > https://adriandusa.eu > > > > > > ______________________________________________ > > > R-devel at r-project.org mailing list > > > https://stat.ethz.ch/mailman/listinfo/r-dev...
2016 Apr 12
3
formula argument evaluation
...t;+" hasn't been evaluated, and I was hoping the "=" would not get evaluated either. The "=>" sign is important for other purposes, not related to this example. Thank you in advance, Adrian -- Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr.90 050663 Bucharest sector 5 Romania [[alternative HTML version deleted]]
2016 Apr 12
2
formula argument evaluation
...The "=>" operator means sufficiency, while "<=" means necessity. Quoting the expression is good enough, I was just curious if the quotes could be made redundant, somehow. Thank you both, Adrian -- Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr.90 050663 Bucharest sector 5 Romania [[alternative HTML version deleted]]
2016 Apr 13
2
formula argument evaluation
...t; the expression is good enough, I was just curious if the quotes could be > > made redundant, somehow. > > > > Thank you both, > > Adrian > > > > -- > > Adrian Dusa > > University of Bucharest > > Romanian Social Data Archive > > Soseaua Panduri nr.90 > > 050663 Bucharest sector 5 > > Romania > > > > [[alternative HTML version deleted]] > > > > ______________________________________________ > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > https://stat.ethz....
2020 Apr 15
1
detect ->
...LHS? > > > > > > > > Thanks in advance for any hint, > > > > Adrian > > > > > > > > ? > > > > Adrian Dusa > > > > University of Bucharest > > > > Romanian Social Data Archive > > > > Soseaua Panduri nr. 90-92 > > > > 050663 Bucharest sector 5 > > > > Romania > > > > https://adriandusa.eu > > > > > > > > ______________________________________________ > > > > R-devel at r-project.org mailing list > > > > https://...
2020 Apr 13
3
detect ->
...en possible to detect the right hand > assignment, to determine whether A occurs on the LHS? > > > > Thanks in advance for any hint, > > Adrian > > > > ? > > Adrian Dusa > > University of Bucharest > > Romanian Social Data Archive > > Soseaua Panduri nr. 90-92 > > 050663 Bucharest sector 5 > > Romania > > https://adriandusa.eu > > > > ______________________________________________ > > R-devel at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-devel > > ______________________...
2016 Apr 12
0
formula argument evaluation
...hile "<=" means necessity. Quoting > the expression is good enough, I was just curious if the quotes could be > made redundant, somehow. > > Thank you both, > Adrian > > -- > Adrian Dusa > University of Bucharest > Romanian Social Data Archive > Soseaua Panduri nr.90 > 050663 Bucharest sector 5 > Romania > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE d...
2020 Apr 13
2
detect ->
...standing that substitute() returns the unevaluated parse tree. Is there any way, or is it even possible to detect the right hand assignment, to determine whether A occurs on the LHS? Thanks in advance for any hint, Adrian ? Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr. 90-92 050663 Bucharest sector 5 Romania https://adriandusa.eu
2020 Apr 15
0
detect ->
...ignment, to determine whether A occurs on the LHS? > > > > > > Thanks in advance for any hint, > > > Adrian > > > > > > ? > > > Adrian Dusa > > > University of Bucharest > > > Romanian Social Data Archive > > > Soseaua Panduri nr. 90-92 > > > 050663 Bucharest sector 5 > > > Romania > > > https://adriandusa.eu > > > > > > ______________________________________________ > > > R-devel at r-project.org mailing list > > > https://stat.ethz.ch/mailman/listinfo/r-dev...
2016 Apr 13
0
formula argument evaluation
...the quotes could > be > > > made redundant, somehow. > > > > > > Thank you both, > > > Adrian > > > > > > -- > > > Adrian Dusa > > > University of Bucharest > > > Romanian Social Data Archive > > > Soseaua Panduri nr.90 > > > 050663 Bucharest sector 5 > > > Romania > > > > > > [[alternative HTML version deleted]] > > > > > > ______________________________________________ > > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and mor...
2020 May 22
2
GCC warning
...the newest version, but that is something outside my code base, since GCC resides on the CRAN servers. In the meantime, to get the package published, did anyone encountered a similar problem? If so, is there a workaround? ? Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr. 90-92 050663 Bucharest sector 5 Romania https://adriandusa.eu
2018 Mar 09
2
importing namespaces from base packages
...ot;), which ends up in the error: Namespace dependency not required: ?methods? Is there a special reason for which package methods is treated differently from all other packages bundled with the base R? Thank you, Adrian -- Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr. 90-92 050663 Bucharest sector 5 Romania https://adriandusa.eu [[alternative HTML version deleted]]
2015 Oct 06
4
authorship and citation
...intaining an official one which complies, but which you don't want users to see is probably a suggestion that you shouldn't do that. Best, ~G > > Best wishes, > Adrian > > > -- > Adrian Dusa > University of Bucharest > Romanian Social Data Archive > Soseaua Panduri nr.90 > 050663 Bucharest sector 5 > Romania > > [[alternative HTML version deleted]] > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > -- Gabriel Becker, PhD Computation...
2017 Jun 27
2
paste strings in C
...Otherwise I know there is a function do_paste() in C, and wondered whether I could use that directly instead of calling R from C. I hope this explains what I would like to do, many thanks in advance for any hint, Adrian -- Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr. 90-92 050663 Bucharest sector 5 Romania [[alternative HTML version deleted]]
2015 Dec 17
1
integer
...is.wholenumber <- function(x, tol = .Machine$double.eps^0.5) abs(x - round(x)) < tol A quick question: is there a case where this alternative function will not work? function(x) x %% 1 == 0 Best, Adrian -- Adrian Dusa University of Bucharest Romanian Social Data Archive Soseaua Panduri nr.90 050663 Bucharest sector 5 Romania [[alternative HTML version deleted]]
2016 Apr 12
0
formula argument evaluation
...the "=" would > not get evaluated either. The "=>" sign is important for other purposes, > not related to this example. > > Thank you in advance, > Adrian > > -- > Adrian Dusa > University of Bucharest > Romanian Social Data Archive > Soseaua Panduri nr.90 > 050663 Bucharest sector 5 > Romania > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read...
2020 Apr 13
0
detect ->
...it even possible to detect the right hand assignment, to determine whether A occurs on the LHS? > > > > Thanks in advance for any hint, > > Adrian > > > > ? > > Adrian Dusa > > University of Bucharest > > Romanian Social Data Archive > > Soseaua Panduri nr. 90-92 > > 050663 Bucharest sector 5 > > Romania > > https://adriandusa.eu > > > > ______________________________________________ > > R-devel at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-devel > > _____________________...
2015 Oct 06
2
authorship and citation
...shes, > Adrian > > PS: @Thierry: I did take a look at RODBC, but the citation information is > generated automatically upon package installation (no other special file on > CRAN) > > -- > Adrian Dusa > University of Bucharest > Romanian Social Data Archive > Soseaua Panduri nr.90 > 050663 Bucharest sector 5 > Romania > -- Gabriel Becker, PhD Computational Biologist Bioinformatics and Computational Biology Genentech, Inc. [[alternative HTML version deleted]]
2014 Jul 11
2
grouping list of objects in the help system
...to say that I've tried to read everything I could on this topic (especially "Writing R Extensions"), even looked closely on different package sources, but I haven't noticed anything special. Thanks, Adrian -- Adrian Dusa University of Bucharest Romanian Social Data Archive Sos. Panduri nr.90 050663 Bucharest sector 5 Romania
2015 Oct 06
1
authorship and citation
...llaborating with you on a project given your apparent attitude towards the contributions of people no longer actively working on projects you own. Best, ~G > > Best wishes, > Adrian > > -- > Adrian Dusa > University of Bucharest > Romanian Social Data Archive > Soseaua Panduri nr.90 > 050663 Bucharest sector 5 > Romania > -- Gabriel Becker, PhD Computational Biologist Bioinformatics and Computational Biology Genentech, Inc. [[alternative HTML version deleted]]