search for: shotwell

Displaying 20 results from an estimated 76 matches for "shotwell".

2011 Apr 21
2
Converting 16-bit to 8-bit encoding?
Hello all- I have a question related to encoding. I'm using a seperate program which takes either 16 bit or 8 bit (flat binary files) as inputs (they are raster satellite imagery and the associated quality files), but can't handle both at the same time. Problem is the quality and the image come in different formats (quality- 8bit, image- 16bit). I need to switch the encoding on the
2010 Oct 31
0
Fwd: ForestPlot or similar
> From: Abhijit Dasgupta <adasgupta@araastat.com> > Date: October 31, 2010 1:30:02 AM EDT > To: Matt Shotwell <shotwelm@musc.edu> > Subject: Re: [R] ForestPlot or similar > > I just did something very similar using ggplot's pointrange geom. In the following, I'm plotting hazard ratios, for which the nominal value is 1 and not 0. x has 5 columns: drug, hr, hr.lcb, hr.ucb, and group,...
2010 Aug 21
1
R-devel Digest, Vol 90, Issue 20
On 21/08/10 12:00, r-devel-request at r-project.org wrote: > > On Aug 20, 2010, at 1:59 PM, Matt Shotwell wrote: > >> > On Fri, 2010-08-20 at 12:58 -0400, Sharpie wrote: >>> >> >>> >> Donald Paul Winston wrote: (...) >>> >> >>> >> Donald Paul Winston wrote: >>>> >>> >>>> >>> It appears...
2011 Jun 05
3
Question about curve function
Dear Sirs, I am a new user of the R package. When I try to use the curve function it confuses me. > curve(x^2) Works fine. > curve(x) Makes a complaint I don't understand. Why is x^2 valid and x is not? I check the documentation of curve, and it says the first argument must be an expression containing x. > expression(x) Is an expression containing x. > curve(expression(x))
2018 Jul 20
0
Centos 7 - Canon Powershot A410
I have an old Canon Powershot A410 camera that used to just work with Centos 6. All I had to do was install Shotwell and forever after I could just plug that camera in and Shotwell would automatically load and all was well. I'm now trying to get that camera to work on Centos 7, but am having no success. Jul 20 16:01:44 jeff kernel: usb 2-1.3: new full-speed USB device number 4 using ehci-pci Jul 20 16:01:44...
2011 Feb 18
1
non-ascii characters in R output
...R=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.12.1 -- Matthew S Shotwell Assistant Professor School of Medicine Department of Biostatistics Vanderbilt University
2017 Aug 27
1
anybody else had this problem since the CR updates?
...rt for both. > Adwaita is a good choice in that regard. > I also run Mate under CentOS 7 and installed a couple of applications over the past two days, but no OS update. I just realized that geany lost its menu bar and tool icons. Not sure if any of the apps may have caused this but they were shotwell, digikam, inkscape, gimp, tilde and joe together with an update to geany-plugins*. Downgrading the geany-plugins* package restored the above.
2010 Jun 19
1
more powerful iconv
...SET_STRING_ELT(ans, i, NA_STRING); + else if(!isRawx) SET_STRING_ELT(ans, i, NA_STRING); + else { + nout = cbuff.bufsize - 1 - outb; + ans = allocVector(RAWSXP, nout); + memcpy(RAW(ans), cbuff.data, nout); + } } Riconv_close(obj); R_FreeStringBuffer(&cbuff); -- Matthew S. Shotwell Graduate Student Division of Biostatistics and Epidemiology Medical University of South Carolina http://biostatmatt.com
2010 Jul 09
2
Compress string memCompress/Decompress
Hello, I would like to compress a long string (character vector), store the compressed string in the text field of a SQLite database (using RSQLite), and then load the text back into memory and decompress it back into the the original string. My character vector can be compressed considerably using standard gzip/bzip2 compression. In theory it should be much faster for me to compress/decompress
2012 Oct 04
3
Failure of sas7bdat package
...1M3XP_PRO in the same position. Is this causing the failure? Is this something easy to fix? For the moment, I am using StatTransfer to convert the files. StatTransfer has no problem with the newer files suggesting that the problem might be trivial. I have contacted the package maintainer (matt.shotwell at vanderbilt.edu) twice without a response. Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone: 1-866-PLessThan (1-866-753-7784) Fax: 1-866-PLessThan (1-866-753-7784) www.PLessThan.com
2011 May 31
2
creating a vector from a file
Hello all, I am new to R and my question should be trivial. I need to create a word cloud from a txt file containing the words and their occurrence number. For that purposes I am using the snippets package [1]. As it can be seen at the bottom of the link, first I have to create a vector (is that right that words is a vector?) like bellow. > words <- c(apple=10, pie=14, orange=5, fruit=4)
2010 Apr 13
1
Lapack, determinant, multivariate normal density, solution to linear system, C language
...AS/Lapack/Linpack queries). Hence, I am writing the r-devel list partly to document the solution I've come up with, but mainly to elicit additional wisdom from seasoned R programmers. My solution to the problem is illustrated in the appended discussion and C code. Thanks for your input. -Matt Shotwell -------------- The Lapack routine dspsv solves the linear system of equations Ax=b, where A is a symmetric matrix in packed storage format. The dspsv function performs the factorization A=UDU', where U is a unitriangular matrix and D is a block diagonal matrix where the blocks are of dimensio...
2015 Jul 15
2
CentOS 7.1 doesn't seem to have a functional default pdf reader installed (interesting)
...talled by default. This seems unusual to me. So I see that gs is installed, but it doesn't really work very well for me as I can't seem to scroll to the next page. So what pdf reader application should I install (preferably open source) that will install itself to the menu along with Shotwell? It looks like Gnome desktop. Thanks, Ken Wolcott
2010 Jun 02
1
Help - C Compiler
Dear Group Members, First of all thanks for all the great work and effort. I am trying to compile a part of the Project R, 'pnorm.c' in visual studio 6.0 c++ language. First i downloaded the standalone R-2.11.0 and tried to compile it. Some files were missing here such as 'Rconfig.h'. Then i downloaded the Binary for Windows, and in the installation folder i found those missing
2010 Jul 01
1
how to display the clock time in the loop
Hi, I am doing some computation which is pretty time consuming, I want R to display CPU time after each iteration using the command Sys.time(). However, I found that the code only began to display the CPU time after quite a while and several iterations have finished. Is there a way to ask R to display time right after each iteration is finished? Thanks, -Jun [[alternative HTML version
2010 Jul 02
2
is there a way to do dense rank in R
I have not been able to find a way to do dense rank in R Here is an example of what I need rank() gives the following 5 rank 1 7 rank 2 7 rank 2 9 *rank 4* but I want 5 rank 1 7 rank 2 7 rank 2 9 *rank 3* * * thanks SS [[alternative HTML version deleted]]
2010 Jul 05
2
Function to compute the multinomial beta function?
Dear R-users, Is there an R function to compute the multinomial beta function? That is, the normalizing constant that arises in a Dirichlet distribution. For example, with three parameters the beta function is Beta(n1,n2,n2) = Gamma(n1)*Gamma(n2)*Gamma(n3)/Gamma(n1+n2+n3) Thanks in advance for any assisstance. Regards, Greg [[alternative HTML version deleted]]
2010 Sep 07
1
remove accents in strings
Dear all, there is a R function to remove all accents in strings? best regards. JL [[alternative HTML version deleted]]
2010 Sep 08
2
Uncompressing data from read.socket
Hi, Is it possible to uncompress gzipped data coming over a socket? [[alternative HTML version deleted]]
2011 Feb 02
2
clustering with finite mixture model
Dear R-help, I am doing clustering via finite mixture model. Please suggest some packages in R to find clusters via finite mixture model with continuous variables. And also I wish to verify the distributional properties of the mixture distributions by fitting the model with lognormal, gamma, exponentials etc,. Thanks in advance,  warm regards,Ms.Karunambigai M PhD Scholar Dept. of Biostatistics