search for: noredirect

Displaying 18 results from an estimated 18 matches for "noredirect".

2014 Jan 09
1
OSX - SSH agent functionality differing based upon CLI arguments
...rwarding working for a popular open source configuration management system called Ansible. I?ve had some unexpected behaviour, the only cause of which I can find is how I express the command line arguments. http://stackoverflow.com/questions/20952689/vagrant-ssh-agent-forwarding-how-is-it-working?noredirect=1#comment31511341_20952689 In summarise: In the first instance I can create a SSH connection, and and execute a remote git clone (via SSH), the Agent Forwarding works, and I am not prompted for credentials: ssh vagrant at 127.0.0.1 -p 2222 \ -o Compression=yes \ -o StrictHostKeyChecking=no \ -o...
2024 Feb 24
1
Interactions in regression
...ges for tabulating and visualizations the results of them. Here we are: https://stackoverflow.com/questions/77933272/how-to-add-a-reference-level-for-interaction-in-gtsummary-and-sjplot/77935742#77935742 , https://stackoverflow.com/questions/78016795/how-to-add-reference-levels-for-interaction-in-r?noredirect=1&lq=1 . I was wondering because I usually use GUI software and these questions did not get answers, if from a technical point of view how to do it, using these (sjPlot, gtsummary) or other ways to make such tables, inserting the reference levels of these mentioned interactions. This is not lik...
2020 Feb 18
2
Possible Regression in setClassUnion between 3.5.0 and 3.6.0
...Generic("f")) setMethod("f", "xyab", function(object, ...) print("hi!")) ## print's "hi!" as expected f(new("a")) I have also posted to stack overflow here: https://stackoverflow.com/questions/60264786/r-s4-class-union-of-class-unions?noredirect=1#comment106627883_60264786, (the example in this note removes devtools to make the environment cleaner). Interestingly, the issue only seems to arise when there are > 1 layer of the class union. E.g. if I were to setMethod on "ab" instead of "xyab", method dispatch would wo...
2017 Aug 06
2
Crash when installing heavy packages in remote server with R and Rstudio server
...fs 201M 0 201M 0% /run/user/1000 And server specs from Digital Ocean: 2 GB Memory / 40 GB Disk / LON1 - Ubuntu 16.04.3 x64 from I posted the question in this <https://stackoverflow.com/questions/45522145/crash-when-installing-heavy-packages-in-remote-server-with-rstudio-server?noredirect=1#comment78011638_45522145> stackoverflow thread and actually found out that the problem is not from Rstudio server in itself because I get the exact same error with: R CMD INSTALL PISA2000lite_1.0.tar.gz Any idea why this might be occurring? ----------------------------------- Jorge Cimentad...
2018 Jun 22
1
Bug in as.Date or strptime?
Hello, This just came up in SO, sessionInfo() at the end. https://stackoverflow.com/questions/50988018/seeking-explanation-for-as-date-function-in-r?noredirect=1#comment88971055_50988018 # example 1 # not even the month is right as.Date(x = 1, format = '%j', origin= '2015-01-01') #[1] "2018-07-21" # example 2a # nonsense output as.Date(x = 1, origin= '2015-01-01') #[1] "2015-01-02" # example 2a # nonsense...
2024 Feb 25
1
Interactions in regression
...zations the results of them. > Here we are: > > https://stackoverflow.com/questions/77933272/how-to-add-a-reference-level-for-interaction-in-gtsummary-and-sjplot/77935742#77935742 > , > > https://stackoverflow.com/questions/78016795/how-to-add-reference-levels-for-interaction-in-r?noredirect=1&lq=1 > . > I was wondering because I usually use GUI software and these questions did > not get answers, if from a technical point of view > how to do it, using these (sjPlot, gtsummary) or other ways to make such > tables, inserting the reference levels of these mentioned inte...
2020 Feb 19
2
Possible Regression in setClassUnion between 3.5.0 and 3.6.0
..."xyab", function(object, ...) print("hi!")) > > ## print's "hi!" as expected > > f(new("a")) > > > > I have also posted to stack overflow here: > > https://stackoverflow.com/questions/60264786/r-s4-class-union-of-class-unions?noredirect=1#comment106627883_60264786, > > (the example in this note removes devtools to make the environment > > cleaner). > > > > Interestingly, the issue only seems to arise when there are > 1 layer > > of the class union. E.g. if I were to setMethod on "ab" inst...
2017 Aug 06
0
Crash when installing heavy packages in remote server with R and Rstudio server
...M 0% /run/user/1000 > > And server specs from Digital Ocean: > 2 GB Memory / 40 GB Disk / LON1 - Ubuntu 16.04.3 x64 from > > I posted the question in this > <https://stackoverflow.com/questions/45522145/crash-when-installing-heavy-packages-in-remote-server-with-rstudio-server?noredirect=1#comment78011638_45522145> > stackoverflow thread and actually found out that the problem is not from > Rstudio server in itself because I get the exact same error with: > R CMD INSTALL PISA2000lite_1.0.tar.gz > > Any idea why this might be occurring? > > ------------------...
2020 Feb 26
1
Possible Regression in setClassUnion between 3.5.0 and 3.6.0
...")) > > > > ## print's "hi!" as expected > > > > f(new("a")) > > > > > > > > I have also posted to stack overflow here: > > > > > https://stackoverflow.com/questions/60264786/r-s4-class-union-of-class-unions?noredirect=1#comment106627883_60264786 > , > > > > (the example in this note removes devtools to make the environment > > > > cleaner). > > > > > > > > Interestingly, the issue only seems to arise when there are > 1 layer > > > > of the class u...
2013 Jul 16
0
Which object have my association extension method?
My Stackoverflow question: http://stackoverflow.com/questions/17461273/where-does-association-extension-sit-in/17664817?noredirect=1#17664817 I have an association extension method like the following: class Bundle < ActiveRecord::Base has_many :items do def foo end end I was trying to use delayed job/sidekiq delay() method like the following: b.items.delay.foo But I can''t. You see, when delay is ca...
2017 Aug 08
0
Obtaining estimates and significance of random factors
0down votefavorite <https://stats.stackexchange.com/questions/296786/obtaining-parameter-estimates-and-significance-of-random-effects?noredirect=1#> I'm looking for way to obtain parameter estimates (such as *beta*, *SE* and *t* scores) and *P* values of random factors after GLMM in R. My model is:mod<-glmer(Boldness~Trial+(1|ID). The model with random effects is a better model (lower loglikelihood, lower AIC and BIC) than the mo...
2020 Feb 18
0
Possible Regression in setClassUnion between 3.5.0 and 3.6.0
...setMethod("f", "xyab", function(object, ...) print("hi!")) > ## print's "hi!" as expected > f(new("a")) > > I have also posted to stack overflow here: > https://stackoverflow.com/questions/60264786/r-s4-class-union-of-class-unions?noredirect=1#comment106627883_60264786, > (the example in this note removes devtools to make the environment > cleaner). > > Interestingly, the issue only seems to arise when there are > 1 layer > of the class union. E.g. if I were to setMethod on "ab" instead of > "xyab&qu...
2024 Feb 25
1
Interactions in regression
...hem. >> Here we are: >> >> https://stackoverflow.com/questions/77933272/how-to-add-a-reference-level-for-interaction-in-gtsummary-and-sjplot/77935742#77935742 >> , >> >> https://stackoverflow.com/questions/78016795/how-to-add-reference-levels-for-interaction-in-r?noredirect=1&lq=1 >> . >> I was wondering because I usually use GUI software and these questions did >> not get answers, if from a technical point of view >> how to do it, using these (sjPlot, gtsummary) or other ways to make such >> tables, inserting the reference levels of...
2020 Feb 25
0
Possible Regression in setClassUnion between 3.5.0 and 3.6.0
...n(object, ...) print("hi!")) > > > ## print's "hi!" as expected > > > f(new("a")) > > > > > > I have also posted to stack overflow here: > > > https://stackoverflow.com/questions/60264786/r-s4-class-union-of-class-unions?noredirect=1#comment106627883_60264786, > > > (the example in this note removes devtools to make the environment > > > cleaner). > > > > > > Interestingly, the issue only seems to arise when there are > 1 layer > > > of the class union. E.g. if I were to setMeth...
2019 Mar 14
3
RFC: ELF Autolinking
...reorganize how that library is structured transparently to the users of the library. There are notes about utility in https://stackoverflow.com/questions/1685206/pragma-commentlib-xxx-lib-equivalent-under-linux and https://stackoverflow.com/questions/3851956/whats-pragma-comment-lib-lib-glut32-lib?noredirect=1&lq=1 . > I'm less convinced about --whole-archive as > I think this tends to be a way of structuring the build and would be > best made explicit in the build system. Moreover, what if someone > wants to not use --whole-archive, for their autolink, but one already > exists...
2019 Mar 14
2
RFC: ELF Autolinking
...ctured transparently to the users of the library. >> There are notes about utility in >> https://stackoverflow.com/questions/1685206/pragma-commentlib-xxx-lib-equivalent-under-linux >> and >> https://stackoverflow.com/questions/3851956/whats-pragma-comment-lib-lib-glut32-lib?noredirect=1&lq=1 >> . >> >> >>> I'm less convinced about --whole-archive as >>> I think this tends to be a way of structuring the build and would be >>> best made explicit in the build system. Moreover, what if someone >>> wants to not use --whole...
2019 Mar 18
2
RFC: ELF Autolinking
...s of the library. >>>> There are notes about utility in >>>> https://stackoverflow.com/questions/1685206/pragma-commentlib-xxx-lib-equivalent-under-linux >>>> and >>>> https://stackoverflow.com/questions/3851956/whats-pragma-comment-lib-lib-glut32-lib?noredirect=1&lq=1 >>>> . >>>> >>>> >>>>> I'm less convinced about --whole-archive as >>>>> I think this tends to be a way of structuring the build and would be >>>>> best made explicit in the build system. Moreover, what...
2019 Mar 14
11
RFC: ELF Autolinking
At Sony we offer autolinking as a feature in our ELF toolchain. We would like to see full support for this feature upstream as there is anecdotal evidence that it would find use beyond Sony. In general autolinking (https://en.wikipedia.org/wiki/Auto-linking) allows developers to specify inputs to the linker in their source code. LLVM and Clang already have support for autolinking on ELF via