search for: import

Displaying 20 results from an estimated 43134 matches for "import".

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 o...
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:g...
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:...
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-te...
2015 Jul 14
3
[LLVMdev] RFC: ThinLTO Symbol Linkage and Renaming
...Thanks! Teresa ThinLTO Symbol Linkage and Renaming 1 Introduction 2 Non-Discardable Values 2.2 Linkage Effects 2.2.2 ExternalLinkage 2.2.1 WeakAnyLinkage 2.2.2 WeakODRLinkage 2.2.3 AppendingLinkage 2.2.4 CommonLinkage 3 Linkonce Values 3.1 Linkage Effects 3.2 Importing Strategy 4 Static Values 4.1 Static Variables 4.2 Static Functions 4.3 Static Promotion 4.3.1 Linkage Effects 4.3.2 Renaming 5 Linkage Change Summary Table 1 Introduction This document describes handling of symbols that may need linkage type changes or renaming to support...
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' &gt...
2015 Jul 21
1
[LLVMdev] RFC: ThinLTO Symbol Linkage and Renaming
...Values > > 2.2 Linkage Effects > > 2.2.2 ExternalLinkage > > 2.2.1 WeakAnyLinkage > > 2.2.2 WeakODRLinkage > > 2.2.3 AppendingLinkage > > 2.2.4 CommonLinkage > > 3 Linkonce Values > > 3.1 Linkage Effects > > 3.2 Importing Strategy > > 4 Static Values > > 4.1 Static Variables > > 4.2 Static Functions > > 4.3 Static Promotion > > 4.3.1 Linkage Effects > > 4.3.2 Renaming > > 5 Linkage Change Summary Table > > > > Thanks for the writeup! A few...
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 abil...
2016 Apr 14
4
[ThinLTO] RFC: ThinLTO distributed backend interface
Hi all, Below is a proposal for refining the way we communicate between the ThinLTO link step (the combined indexing step) and the backend processes that do the actual importing and other summary-based optimizations in a distributed backend process. Mehdi, let me know if this addresses your concerns. Peter, PTAL from the standpoint of any summary extensions needed for CFI and make sure they can fit into this model. Thanks, Teresa Background ---------------- Recent...
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 w...
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 Se...
2008 Jan 31
7
mounting a copy of a zfs pool /file system while orginal is still active
...N 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 the original than I can import the snapshots and access the zpool and filesystem. Im looking at a no downtime solution can this be done ? This message posted from opensolaris.org
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...
2010 Nov 22
1
Cannot start Xend
...orking 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 xen.xend.server import SrvDaemon File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 27, in ? import SrvServer File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvServer.py", line 49, in ? from xen.web.httpserver import HttpServer, UnixHttpServer...
2010 Nov 22
1
Cannot start Xend
...orking 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 xen.xend.server import SrvDaemon File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 27, in ? import SrvServer File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvServer.py", line 49, in ? from xen.web.httpserver import HttpServer, UnixHttpServer...
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 importance is the difference between the...
2014 Apr 28
0
RFC: API design of package "modules"
...iting packages (and thus, reusable code) due to that, and use `source` instead. Modules would work (in many cases) as a drop-in replacement for `source`, and could thus encourage code reuse. However, now I?m stuck on a particular aspect of the API and would like to solicit feedback from r-devel. `import('foo')` imports a given module, `foo`. In addition to other differences detailed in [2], modules allow/impose a hierarchical organisation. That way, `import('foo')` might load code from a file called `foo.r` or from a file called `foo/__init__.r` (reminiscent of Python?s module mech...
2004 Mar 11
1
lotus notes 6
...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 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.d...
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 be pkgA/NAMESPACE: import(graphics) import(methods) exp...
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 r...