search for: important

Displaying 20 results from an estimated 43148 matches for "important".

2013 Feb 21
3
Having trouble converting a dataframe of character vectors to factors
...esults from survey questions. I need to convert them to factors. I tried the following which did not work: scs2<-sapply(scs2,as.factor) also this didn't work: scs2<-sapply(scs2,function(x) as.factor(x)) After doing either of above I end up with >str(scs2) chr [1:10, 1:10] "very important" "very important" "very important" "very important" ... - attr(*, "dimnames")=List of 2 ..$ : NULL ..$ : chr [1:10] "Q1_1" "Q1_2" "Q1_3" "Q1_4" ... >class(scs2) "matrix" But when I do it one...
2015 Jun 16
0
Processed: raise severity of GCC 5 triggered build failures to important
Processing commands for control at bugs.debian.org: > severity 777785 important Bug #777785 [src:attica] attica: ftbfs with GCC-5 Severity set to 'important' from 'normal' > severity 777787 important Bug #777787 [src:autofs] autofs: ftbfs with GCC-5 Severity set to 'important' from 'normal' > severity 777871 important Bug #777871 [src:geis...
2011 Feb 24
0
Processed: raise severity of GCC-4.5 build failures in preparation for a GCC defaults change
Processing commands for control at bugs.debian.org: > severity 564845 important Bug #564845 [acl2] acl2: ftbfs with gcc-4.5 Severity set to 'important' from 'normal' > severity 564850 important Bug #564850 [agave] agave: ftbfs with gcc-4.5 Severity set to 'important' from 'normal' > severity 564853 important Bug #564853 [amule] amule: ft...
2011 Oct 27
0
XenServer 6: Is it a bug? - NO output of: xe vm-import filename=Solaris10-extended-HVM-template
Hello, It is strange. There is no output and the imported VM (template) is not visible with "xe vm-list" or "xe template-list". The file is an exported template. What do I miss? Thank you in advance for any hints. Regards, mark -- ms@it-infrastrukturen.org # --- [root@xs6db01 ~]# xe vm-import filename=Solaris10-extended-HVM-template [root@xs6db01 ~]# [root@xs6db01 ~]#
2015 Jul 14
3
[LLVMdev] RFC: ThinLTO Symbol Linkage and Renaming
...vate is the same as internal but is omitted from the symbol table) are handled the same for ThinLTO. 4.1 Static Variables Read-write or address taken static variables must always be promoted to global scope (i.e. non-discardable, non-local linkage) if they are imported to another module. This is important to ensure that one single copy of the static variable is used in address comparisons or when updating its value. The mechanics of static promotion are described below in Section 4.3. A static (local linkage) variable marked as a read-only (marked constant by LLVM) need not be promoted/renamed, un...
2015 Jun 25
0
Processed: raising severity for GCC 5 issues, please fix these now (see https://wiki.debian.org/GCC5)
Processing commands for control at bugs.debian.org: > severity 777787 serious Bug #777787 [src:autofs] autofs: ftbfs with GCC-5 Severity set to 'serious' from 'important' > severity 777871 serious Bug #777871 [src:geis] geis: ftbfs with GCC-5 Severity set to 'serious' from 'important' > severity 777912 serious Bug #777912 [src:insighttoolkit] insighttoolkit: ftbfs with GCC-5 Severity set to 'serious' from 'important' > s...
2015 Jul 21
1
[LLVMdev] RFC: ThinLTO Symbol Linkage and Renaming
...the symbol table) are handled the same for ThinLTO. > > > > 4.1 Static Variables > > > > Read-write or address taken static variables must always be promoted to > global scope (i.e. non-discardable, non-local linkage) if they are imported > to another module. This is important to ensure that one single copy of the > static variable is used in address comparisons or when updating its value. > > > > The mechanics of static promotion are described below in Section 4.3. > > > > A static (local linkage) variable marked as a read-only (marked constan...
2009 Mar 30
4
FLAG DAY: vdiskadm import/export/convert
I''ve just pushed vdiskadm import/export/convert to the 3.3 vdisk and vbox repos. You can now import a disk image from a block device or file to a vdisk, convert (in place) to a different type of vdisk and export from a vdisk to a block device or file. I''ve also pushed the full vhd support (sparse and fixed) and the ability to import a vmdk 1.1 optimized stream file. An
2016 Apr 14
4
[ThinLTO] RFC: ThinLTO distributed backend interface
...as well as for definitions in the primary module. 3) Any desired linkage changes for both the primary module and imported defs are recorded in the summary entry linkage fields. Note that 1 and 2 ensure that nothing can be imported beyond those values marked promoted during the global thin link (important since that possibly requires promotion in the exporting module). Any value that is imported as a declaration (because it did not have a summary entry as per 2 above), and that has local linkage, should automatically be promoted when importing (its primary module’s index would include a summary with...
2016 Dec 07
4
[ThinLTO] Reducing imported debug metadata
A couple weeks ago I sat down with David Blaikie to figure out what we could trim when importing debug metadata during function importing. I have a prototype that reduces the resulting .o sizes significantly with ThinLTO -g. However, I ran into some issues when cleaning up part of this in preparation for a patch. Since Mehdi indicated that he and Adrian were going to be looking at this as well
2011 Jul 09
0
Processed: raise severity of ftbfs with -Werror (please apologize for false positives, just close the report in this case)
Processing commands for control at bugs.debian.org: > severity 616296 serious Bug #616296 [src:btrfs-tools] btrfs-tools: will FTBFS with gcc-4.6 Bug #625312 [src:btrfs-tools] btrfs-tools: ftbfs with gcc-4.6 -Werror Severity set to 'serious' from 'important' Severity set to 'serious' from 'important' > severity 625392 serious Bug #625392 [mdadm] mdadm: ftbfs with gcc-4.6 -Werror Severity set to 'serious' from 'important' > severity 625308 serious Bug #625308 [audtty] audtty: ftbfs with gcc-4.6 -Werror Sever...
2008 Jan 31
7
mounting a copy of a zfs pool /file system while orginal is still active
Hello SUN gurus I do not know if this is supported, I have a created a zpool consisting of the SAN resources and created a zfs file system. Using third part software I have taken snapshots of all luns in the zfs pool. My question is in a recovery situation is there a way for me to mount the snapshots and import the pool while the original is still active. Right now all I am able to do is export
2013 Aug 22
1
Confusion about Depends:, Imports:, Enhances:, import(), inportFrom()
In checking my vcdExtra package, the following NOTE newly appeared (R-Forge, using R version 3.0.1 Patched (2013-08-20 r63635)) Package in Depends field not imported from: ?gnm? These packages needs to imported from for the case when this namespace is loaded but not attached. In the DESCRIPTION file, I have Depends: R (>= 2.10), vcd, gnm (>= 1.0.3) In NAMESPACE: # we are a vcd
2010 Nov 22
1
Cannot start Xend
Hi All, I really could do with any pointers people might have as to the reason for this error. The server was working fine but this appeared after a reboot. The HTTP part in xend-config.sxp is disabled already. Any advice would be appreciated. Thanks, Rob # service xend start Starting xend: Traceback (most recent call last): File "/usr/sbin/xend", line 44, in ? from
2010 Nov 22
1
Cannot start Xend
Hi All, I really could do with any pointers people might have as to the reason for this error. The server was working fine but this appeared after a reboot. The HTTP part in xend-config.sxp is disabled already. Any advice would be appreciated. Thanks, Rob # service xend start Starting xend: Traceback (most recent call last): File "/usr/sbin/xend", line 44, in ? from
2007 Aug 24
2
Variable Importance - Random Forest
Hello, I am trying to explore the use of random forests for classification and am certain about the interpretation of the importance measurements. When having the option "importance = T" in the randomForest call, the resulting 'importance' element matrix has four columns with the following headings: 0 - mean raw importance score of variable x for class 0 (where
2014 Apr 28
0
RFC: API design of package "modules"
Some time ago I?ve published the first draft of the package ?modules? [1] which aims to provide a module system as an alternative to packages for R. Very briefly, this is aimed to complement the existing package system for very small code units which do not require the (small, but existing) overhead associated with writing a package. I?ve noticed that people around me put off writing packages (and
2004 Mar 11
1
lotus notes 6
hi, i have downloaded newest wine version (20040309) and installed lotus notes on it. i use debian woody/stable. i have followed the german mini-howto, installed the dll's and so on, noticed on this site, but when i try to start it, i get many information, til it stops. here the last lines: rr:module:import_dll No implementation for COMCTL32.dll.FlatSB_SetScrollRange imported from
2009 Aug 17
2
S4 Generics and NAMESPACE : justified warning ?
Dear list, It seems that a package (pkgB) using another package (pkgA) with S4 generics formed by taking existing functions (for example 'plot') must not import the existing functions ('plot') in its namespace to avoid the warning "replacing previous import: plot". Suppose we use the simple 'import' directive in the name space of pkgB. pkgA and pkgB files would
2007 Mar 28
3
class imports?
I have a lot of this going on: -- class lighttpd { import "lighttpd.pp" } class mysql { import "mysql.pp" } class nagios { import "nagios.pp" } class netdisco { import "netdisco.pp" } class nfs_server { import "nfs.pp"} class openldap { import "openldap.pp" } -- But my client is trying to realize all of these, even though I