Displaying 7 results from an estimated 7 matches for "wrting".
Did you mean:
writing
2006 Apr 12
9
Showing Images from a file store
Hi all.
I am wrting a small content management tool for my company and was
trying to display some images from our file store shown below.
<td> <img src="\\xx.xx.xxx.xx\xx\xx\xxx\abc.gif"/>
The app was displaying the image when it is under the \public\images
directory.
Is there anything special w...
2016 Dec 12
2
accessing data by packagename::dataname from within package code fails.
...like
initialize = function(aminoAcids=bibliospec::AminoAcids){
I guess this is an R FEATURE.
But then where and how is the best practice to initialize class
members with default values?
Thank you.
On 12 December 2016 at 15:45, Witold E Wolski <wewolski at gmail.com> wrote:
> I am wrting a package called bibliospec.
> I have a dataset in data/AminoAcids.tsv and would like to be able to
> access it with
>
> bibliospec::AminoAcids
>
> from within my package code.
>
> R CMD build gives me the error:
> Error : 'AminoAcids' is not an exported object fr...
2010 Feb 23
2
Help on Spreadsheet::Excel
Dear all,
For the export to excel functionality i have used Spreadsheet::Excel gem
it works fine. i would like to design the excel sheet with html ,css.(i
want to give color and height and width to each cell of the excel
sheet...)
I have goggled for this but nothing saved me...
please u people suggest me any sample code or links that i can try
with...
Thank you for your time to view my query
2010 Aug 25
1
several odfWeave questions
[Sending both to the maintainer and to R-help, in case anyone else has
answers ...]
I've looked in odfWeave documentation, vignette, and poked around on
the web some, and haven't found answers yet.
1a. am I right in believing that odfWeave does not respect the
'keep.source' option? Am I missing something obvious?
1b. is there a way to set global options analogous to
2007 Mar 28
2
changes in behaviour of Rcmd SHLIB since 2.4.0
Dear all,
I have some C code using the zlib uncompress. It compiles fine under Win XP
(with SP2) with R up to 2.3.1 and generates four files (Makedeps, *.d,
*.dll, and *.o):
C:\Data\R-packages\cmg>rcmd SHLIB cmg.c -o cmg.dll
latex: not found
making cmg.d from cmg.c
gcc -IC:/PROGRA~1/R/R-2.3.1/include -Wall -O2 -c cmg.c -o cmg.o
cmg.c: In function `readcmg':
cmg.c:33: warning:
2013 May 21
1
keep the centre fixed in K-means clustering
Dear R users
I have the matrix of the centres of some clusters, e.g. 20 clusters each
with 100 dimentions, so this matrix contains 20 rows * 100 columns numeric
values.
I have collected new data (each with 100 numeric values) and would like to
keep the above 20 centres fixed/'unmoved' whilst just see how my new data
fit in this grouping system, e.g. if the data is close to cluster 1
1998 Aug 11
23
Printing problems
I cannot print to my Samba-printer from Win NT. Printing works fine under
X-windows. What could be wrong?
//Michael