search for: imported

Displaying 20 results from an estimated 43137 matches for "imported".

2013 Feb 21
3
Having trouble converting a dataframe of character vectors to factors
R Experts, I have a dataframe made up of character vectors--these are results 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
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] geis: ftbfs
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: ftbfs with gcc-4.5
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-temp...
2015 Jul 14
3
[LLVMdev] RFC: ThinLTO Symbol Linkage and Renaming
...balObject class which itself is derived from GlobalValue. The GlobalAlias class is derived directly from GlobalValue. Note that LLVM GlobalValues include static variables and functions in C/C++. During ThinLTO importing of a function from another module, the symbols from that module are parsed and imported as either a declaration or definition. Note that while we are importing one function at a time from another module, we typically always import all variable definitions (the one exceptions are variables with AppendingLinkage and WeakAnyLinkage, as described in Section 2.2). The following sections d...
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]
2015 Jul 21
1
[LLVMdev] RFC: ThinLTO Symbol Linkage and Renaming
...rived from GlobalValue. The > GlobalAlias class is derived directly from GlobalValue. Note that LLVM > GlobalValues include static variables and functions in C/C++. > > > > During ThinLTO importing of a function from another module, the symbols > from that module are parsed and imported as either a declaration or > definition. Note that while we are importing one function at a time from > another module, we typically always import all variable definitions (the > one exceptions are variables with AppendingLinkage and WeakAnyLinkage, as > described in Section 2.2). >...
2009 Mar 30
4
FLAG DAY: vdiskadm import/export/convert
...ice 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 optimized stream file is readonly and must be imported to another type (vmdk:sparse by default) in order to be used as a vdisk. Currently, there is no support for exporting a vmdk 1.1 optimized stream file. Thanks, Susan ------------------------------ Examples: Here are the interfaces for import/export/convert: # vdiskadm help import import - imp...
2016 Apr 14
4
[ThinLTO] RFC: ThinLTO distributed backend interface
...ortPass was walking the entire index, but ignoring the import results for all but the current module, and not using the exports list. The reason to do the full index walk is that eventually we can minimize the required static promotions in the current module (based on whether its defined values are imported elsewhere). However, this was costing a lot of compile time in each backend thread. On the other hand, Mehdi would like to use the pass for testing via the opt tool, and planned to eventually add the support for using the computed export lists to guide promotion. Therefore, the other invocations (i...
2016 Dec 07
4
[ThinLTO] Reducing imported debug metadata
...to import with David. Specifically, how to handle fields when importing a DICompileUnit: a) List of enum types - Not needed in the importing module: change to nullptr b) List of macros - Not needed in the importing module: change to nullptr c) List of global variables - Only needed if we have imported the corresponding global variable definition. Since we currently don't import any global variable definitions (we should assert that there aren't any in the import list so this doesn't get stale), we can change this to nullptr. d) List of imported entities - For now need to import thos...
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
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 extension import(vcd) I've read 1.1.1 of R-Exts, but it is not c...
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
...otes 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 L"C:\\Program Files\\lotus\\notes\\nnotesws.dll", setting to 0xdeadbeef err:module:import_dll No implementation for COMCTL32.dll.FlatSB_GetScrollInfo imported from L"C:\\Program Files\\lotus\\notes\\nnotesws.dll", setting to 0xdeadbeef err:module:import_dll Module (file) nn...
2009 Aug 17
2
S4 Generics and NAMESPACE : justified warning ?
..."matrix") setMethod("plot", "classA", function(x, y, ...) NULL) pkgB/NAMESPACE: import(methods) import(garphics) import(pkgA) Loading pkgB would then generate a warning because the generic 'plot' in pkgA overwrites the 'plot' function imported from graphics name space : Loading required package: pkgA Warning message: In namespaceImportFrom(self, asNamespace(ns)) : replacing previous import: plot As far as I understood it, one must explicitly import the functions one needs in pkgB with 'importFrom' to avoid the previous warnin...
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