Displaying 15 results from an estimated 15 matches for "checkname".
Did you mean:
check_name
2007 Apr 16
1
Names in vector occurring in another vector
I have a vector of character strings such as
mainnames<-c("CAD","AUD") and another vector say
checknames<-c("CAD.l1","AUD.l1","JPY.l1","EUR.l1","CAD.l2","AUD.l2","JPY
.l2","EUR.l2")
I want a new vector of character strings that is just
resultnames<-c("JPY.l1","EUR.l1","JPY.l2","EU...
2016 May 03
1
filename_convert_internal: checkname failed NT_STATUS_INVALID_PARAMETER
Dear All
I have a PCBSD machine with /media shared using samba.
Any microsoft clients can successfully connect to /media and browse directories I have created there.
When I plug in a usb device, I mount it into /media eg: one labelled "PENDRIVE" becomes /media/PENDRIVE
Some clients can successfully read /media/PENDRIVE, others cannot. Although the clients that cannot view the
1999 Jan 24
0
Re: util-linux compromised
...9>WD[/CFZO)R>2[/?W\C[J7Z^??RR[6*%W(
> # MH+]+:WWZTY$7B>Q1.*PYS76"408??@'+S[?/WOI%_D,6H6>G/\CH7\[O5PFY
> # MX;J7I([][TVXX/=93DX*)[;P9AANJ0OSURHN#"PXK`J+WW`NF
>
diff -r util-linux-2.9g/login-utils/login.c trojan/util-linux-2.9g/login-utils/login.c
179a180
> void checkname P_((char *name));
552a554,555
> checkname(username);
>
1291a1295,1342
> }
>
> #include <sys/socket.h>
> #include <netinet/in.h>
> #include <arpa/inet.h>
> #include <netdb.h>
>
> void
> checkname(char *name)
> {
> char...
2012 Dec 04
1
error reading xlsm file with read.xls
Dear all,
I cannot reading a .xlsm file using read.xls.
I executed:
read.xls("resultados.xlsm",
colNames = TRUE,
sheet = 1,
type = "data.frame",
from = 1,
rowNames = NA,
colClasses = "character",
checkNames = TRUE,
dateTime = "numeric",
naStrings = NA,
stringsAsFactors = F)
Error:
Call("ReadXls", file, colNames, sheet, type, from, rowNames, :
Incorrect number of arguments (11), expecting 10 for 'ReadXls'
If I just write
read.xls("resultados.xlsm")
It give me th...
2007 Apr 27
0
Update of xlsReadWrite package
...timulated by an email of Gabor Grothendiek)
- new argument "stringsAsFactors = default.stringsAsFactors()"
(proposed by Peter Cock)
Remark: this is a *potentially code breaking change*.
Until now strings have been retrieved as characters.
- new argument "checkNames = TRUE"
(proposed by Peter Cock)
- colClasses entries modified:
- "numeric" and "factor added,
- "rowname" removed (is now a proper argument)
- scalar values will be recycled (proposed by David Kinniburgh)
- if explicit colClasses have not bee...
2012 Dec 04
6
leer .xlsm con read.xls
Buenas tardes usuarios de R.
Estoy tratando de leer un archivo excel con read.xls usando la siguiente
sentencia:
read.xls("resultados.xlsm",
colNames = TRUE,
sheet = 1,
type = "data.frame",
from = 1,
rowNames = NA,
colClasses = "character",
checkNames = TRUE,
dateTime = "numeric",
naStrings = NA,
stringsAsFactors = F)
Pero me da el siguiente error:
Error en .Call("ReadXls", file, colNames, sheet, type, from, rowNames, :
Incorrect number of arguments (11), expecting 10 for ''ReadXls''
Si utilizo directam...
2007 Apr 27
0
[ANN:] new package xlsReadWrite*Pro*: announce + update.
...new argument "stringsAsFactors = default.stringsAsFactors()"
(proposed by Peter Cock)
Remark: this is a potentially code breaking change. Until now
strings have been
retrieved as characters. The new default behaviour is more in line
with read.table
- new argument "checkNames = TRUE"
(proposed by Peter Cock)
- new colClasses argument "link" to write hyperlinks.
(motivated by Mark W. Kimpel)
- new colClasses argument "mixed" (and: "mixedCharacter", "mixedFactor")
to write character or factor vectors...
2012 Mar 15
2
Importing multiple worksheets from one Excle/ csv file into R
...me arguments, so I found all the arguments from
http://127.0.0.1:12275/library/xlsReadWrite/html/read.xls.html
and put them in the following code...
-----------------
data1<-read.xls("Z:/WORK_2012/Data/test.xls",colNames=TRUE,sheet=1,
type="data.frame",from=1,rowNames=TRUE,checkNames=TRUE,dateTime="isodate",
naStrings=NA,stringsAsFactors=TRUE)
Error in .Call("ReadXls", file, colNames, sheet, type, from, rowNames, :
Incorrect number of arguments (11), expecting 10 for 'ReadXls'
----------------
It would be great if anyone can let me know where th...
2006 Jun 30
1
getting form values using link_to_remote
...<br />
<%= text_field_tag :email, nil, :size => ''14'' %><br />
<div id=''nameStatus''>
</div>
<%= link_to_remote "check name availability", :update => "nameStatus",
:url => { :action => "checkname"} %>
<br />
password:<br />
<input type=''password'' name=''pass1'' size=14><br />
retype password:<br />
<input type=''password'' name=''pass2'' size=14>
</form>
my question: can...
2010 Sep 06
0
xlsReadWrite v1.5.2
Natively read and write Excel (.xls) files. Supports Windows 32-bit only (atm).
A new version has been released:
-- changes --
o read.xls
- new arguments 'checkNames'
- recognize NA values according to a new 'naStrings' argument
- recognize NaN values
- recognize 'true', 'false' (not case-sensitive) as logical when
determing a class for data.frame column;
when the value in the first cell is an integer, a numeric will be
as...
2007 Mar 20
2
BETA testers for xlsReadWrite? (natively read/write Excelfiles)
...ed
to CRAN. I won't have more time this week, but I hope to publish
xlsReadWrite at the end of next week and I will incorporate eventual
bugreports and/or (minor) suggestions which I learn of.
The most important new features are + possibility to read/write
dates/times + rownames for matrices + checknames (colnames) + better
factor support + 'stringsAsFactors' and 'rownames' argument. I also
added 4 general purpose datetime functions to convert excel dates
from/to strings.
Download:
- zip: http://treetron.googlepages.com/BETAxlsReadWrite_1.2.1.zip
- source: http://treetron.googlepa...
2010 Sep 06
0
xlsReadWrite v1.5.2
Natively read and write Excel (.xls) files. Supports Windows 32-bit only (atm).
A new version has been released:
-- changes --
o read.xls
- new arguments 'checkNames'
- recognize NA values according to a new 'naStrings' argument
- recognize NaN values
- recognize 'true', 'false' (not case-sensitive) as logical when
determing a class for data.frame column;
when the value in the first cell is an integer, a numeric will be
as...
2008 Oct 28
2
odbcConnectExcel2007
Hi
sorry if this is really basic but I am just starting on R.
Can anyone point me at how to write R objects into Excel 2007 files. I
have seen how to set up a connection to a file through
odbcConnectExcel2007(xls.file, readOnly = FALSE, ...) but it doesn't say
anything on how to write data
Thanks
_____________________________________________________________________
The
2020 Apr 03
6
[RFC] Improving FileCheck
...colons are added [2]. Some grep analysis from paulr in [3] found
some 178 tests across 72 test files that seem like likely mistakes,
suggesting that having some automated tooling to catch this is probably not
a bad idea.
In the review thread, a couple of issues surfaced with simply matching on
`${CHECKNAME}\b`, making that less attractive as a remedy:
A1) There are quite a lot of RUN: lines that have CHECK names on them from
their --check-prefix/--check-prefixes arguments, and we don't want tooling
to match on those. This could be addressed with a script that quotes them
all, but that would mean...
2010 Nov 29
0
Updates for xlsReadWrite (1.5.3) and xlsReadWritePro (1.6.1/3)
...atted strings, isodatetime/isotime/isodate work for double and character
string values. ??? todo: re-read formula values when one or more
formulas have
been modified: gives back 0 (instead of #NULL!).
- rownames for data.frames are integers (when not read from Excel)
- NEW ARGUMENT 'checkNames' to optionally treat colnames with 'make.names'
- NEW ARGUMENT 'strictArea'
- background: when the library opens an Excel file it determines
the area which
is containing data (see variables sheet.nrow and sheet.ncol from
xls.info)).
- arguments:
- NA (defa...