search for: redd

Displaying 20 results from an estimated 24 matches for "redd".

Did you mean: read
2016 Sep 09
1
Announcing the R Documentation Task Force
...such as function and class documentation, but also areas such as data frames, non-standard objects, packages, and how vignettes fit into the documentation framework. If you have opinions or concerns that you would like to make sure are addressed please join. To join send an email to Andrew dot Redd at hsc dot utah dot edu, expressing your interests, skills or expertise as it relates to R documentation. Also email if you have ideas or concerns but do not wish to play and active role. Thank you, Andrew Redd
2008 Jul 28
2
Rf_error crashes entire program.
...batch mode that I get is this: Da: 0.1803 4.988e-017 PING and here the program crashes. I've tried this in multiple places and sometimes the error is thrown sometimes not. Does anyone have an idea of what is going on. I could not find any discussion of this error yet. Thank you, Andrew Redd [[alternative HTML version deleted]]
2010 Nov 12
1
unloading compiled code.
...popper accepted current standard for unloading compiled code? The options as I understand them are: 1. dyn.unload 2. library.dynam.unload used with either A. .Last.lib B. .onUnload If it makes a difference my package does use a NAMESPACE so the package is loaded through useDynLib. Thanks, Andrew Redd
2008 Aug 25
1
na.action does not return na.action element of lm object
...urn m$na.action. This is simple enough to fix with na.action.lm<-function(object,...)object$na.action but I would expect that this would already be included in the base. Is there a reason that it is not? I did a search through the archives but did not turn up anything relevant. Thanks, Andrew Redd
2012 Jun 20
0
Devtools 0.7
...t which makes it possible to install packages that are contained within a sub-directory of a repository or compressed file. (Fixes #64) CHECKING * `with_debug` function temporarily sets env vars so that compilation is performed with the appropriate debugging flags set. Contributed by Andrew Redd. * `revdep`, `revdep_maintainers` and `revdep_check` for calculating reverse dependencies, finding their maintainers and running `R CMD check`. (Fixes #78) * `check_cran` has received a massive overhaul: it now checks multiple packages, installs dependencies (in user specified library), and...
2012 Jun 20
0
Devtools 0.7
...t which makes it possible to install packages that are contained within a sub-directory of a repository or compressed file. (Fixes #64) CHECKING * `with_debug` function temporarily sets env vars so that compilation is performed with the appropriate debugging flags set. Contributed by Andrew Redd. * `revdep`, `revdep_maintainers` and `revdep_check` for calculating reverse dependencies, finding their maintainers and running `R CMD check`. (Fixes #78) * `check_cran` has received a massive overhaul: it now checks multiple packages, installs dependencies (in user specified library), and...
2010 May 06
2
Derivative of the probit
Is there a function to compute the derivative of the probit (qnorm) function in R, or in any of the packages? Thanks, -Andrew [[alternative HTML version deleted]]
2013 Mar 22
2
Description depends line for windows only
I am developing a package that is only applicable on windows, is there a line I can put in the depends field of the DESCRIPTION file to tell that this should only be build for windows? Are there any other protocols that I should follow? Thanks, -- Andrew May the Open Source be with you. [[alternative HTML version deleted]]
2012 Apr 24
2
Write unix format files on windows and vice versa
I go back and forth between windows and linux, and find myself running into problem with line endings. Is there a way to control the line ending conversion when writing files, such as write and cat? More explicitly I want to be able to write files with LF line endings rather than CRLF line ending on windows; and CRLF line endings instead of LF on linux, and I want to be able to control when the
2010 Mar 05
0
running R from Notepad++ in Windows 7
...as administrator, but it made no difference. Apparently windows 7 is selling like hot buns, so there should be enough market pressure before too long , to encourage the providers of Notepad++ NpptoR to fix it ... Thanks again Bob Robert Kinley bobk@lilly.com Andrew Redd <aredd@stat.tamu.edu> Sent by: amredd@gmail.com 04/03/2010 14:17 To Robert Kinley <KINLEY_ROBERT@lilly.com> cc Subject Re: [R] running R from Notepad++ in Windows 7 I had a conversation with someone the other day about problems on Windows 7. It was caused by the compatibility...
2010 Mar 05
1
Changing the Prompt for browser()
Is there a way that I can change the prompt for within a browser() call. I often use use code like > with(obj1,browser()) Browse[1]> Is there a way that I can set it so that I can get something like > with(obj1,browser(prompt="obj1")) obj1[1]> I know that prompt is not a valid option for browser, but it would be nice if it were. There is an option('prompt")
2010 May 16
1
predict.lda breaks when priors are specified
Dear R help, What am I doing wrong here? when I don't specify the priors it works just fine but when I specify the priors it breaks.? Does anyone know why and how I can fix it? ---- > N=20000 > ncontrol=ncases=50 > X <- as.matrix(rnorm(N,0,1)) > eta <- -5.3 + X * 1.7 > p <- exp(eta)/(1+exp(eta)) > Y <- rbinom(N,1,p) > controls <- sample(seq_len(N),
2006 Oct 16
1
Question regarding ''tidy'' type
Hello all, I am trying to use the tidy type to clean up a directory that I use for running scripts via puppet. My relevant manifest looks like: tidy { "/root/.puppet/" : age => ''30D'', path => ''/root/.puppet/'', recurse => true, rmdirs => true, type => atime, } However, when I run puppet it
2006 Oct 29
1
notice: No client; expanding ''...%H'' with local host
Puppet 0.20.0 is also spitting out this new notice: notice: No client; expanding ''/home/gadmin/puppet/content/hosts/%H'' with local host Why? --jason
2008 Nov 17
1
Diagnosing Crashes on garbage collection
I'm having problems with an access violation error on some compiled code that I'm writing and I was hoping that some one had insights as to what might be causing the access violation and possibly how to remedy it. Here's the situation. The compiled code performs an EM algorithm on the data for given penalty parameters. The penalty parameters are estimated through optim on the cross
2010 Mar 05
1
Changing the Prompt for browser()
Is there a way that I can change the prompt for within a browser() call. I often use use code like > with(obj1,browser()) Browse[1]> Is there a way that I can set it so that I can get something like > with(obj1,browser(prompt="obj1")) obj1[1]> I know that prompt is not a valid option for browser, but it would be nice if it were. There is an option('prompt")
2010 Nov 08
0
Segmentation Fault when using CUDA
...e Rcpp is not the problem, but happened to be convenient to use to get the configure scripts right for the CUDA cu files. The results from running "valgrind Rscript testgpu.R" are linked to in testgpu.log but do not show anything interesting. Can anyone give any insight? Thanks, Andrew Redd Links to files: http://andrewredd.us/gputest/testgpu.R http://andrewredd.us/gputest/testgpu.Rout http://andrewredd.us/gputest/gputest_1.0.tar.gz http://andrewredd.us/gputest/testgpu.log
2009 Mar 10
1
dger_ in BLAS definition
I'm developing some software and running into compiling warning: conditionals.c:104: warning: passing argument 4 of 'dger_' discards qualifiers from pointer target type conditionals.c:104: warning: passing argument 6 of 'dger_' discards qualifiers from pointer target type the netlib documentation states that the arguments x and y should be unchanged on exit. Should should
2016 Sep 21
2
formal process for orphaning a package
The CRAN policy page (https://cran.r-project.org/web/packages/policies.html) implies that there is a formal procedure for orphaning a package but none is mentioned in the Extensions manual (https://cran.r-project.org/doc/manuals/r-devel/R-exts.html). This page (https://cran.r-project.org/src/contrib/Orphaned/README) implies that one would simply resubmit the package to CRAN with the text
2006 Dec 11
5
mysql issue
I am using the following command: mysql -u cgalliance -p cgatesting < cgavb3.gz I then type in the correct password and i get this returned: ERROR at line 1: Unknown command '\'. Any ideas? -- My "Foundation" verse: Isa 54:17 No weapon that is formed against thee shall prosper; and every tongue that shall rise against thee in judgment thou shalt condemn. This is the