Displaying 20 results from an estimated 12000 matches similar to: "Windows check problems."
2013 Jul 30
1
Error from R CMD check
Dear all,
I'm puzzled by the error I get from R CMD check one of my packages. I'm running R CMD check with the --as-cran flag and it get the error both from running it from the command line as from within Rstudio. On the same machine R CMD check on my GRTS package (https://r-forge.r-project.org/R/?group_id=1027) works fine.
Any suggestions on how to fix this? I can send the source code
2005 Mar 14
1
Ruby code to create junctions on NTFS volumes.
Here is some Ruby code for creating junctions on NTFS volumes.
These are the main routines:
Dir.junction?(dir) => true if dir is a junction
Dir.reparse_target(dir) => returns the target of a junction, or dir
Dir.create_junction(junctName, existingTarget) => creates a junctName
junction pointing to existingTarget
(also used (Dan''s?) GetLastError code and did some simple
2010 Dec 29
1
Script Output Format
Hi all!
i'm just did a script that the output must be comma separated to be imported into a spreadsheet.
the output that i obteined was
Date/Time,We. Active Threads,W. Total Threads,W. Worker Threads,Name
29-12-10/11:43:01,0,250,0,/FIM
,0,/mytest
,0,/mockofprod/financing/customercentre
,0,/mockofprod/financing/commercial/amt
,0,/account/orderstatus
,0,/activities
as you can see, the first
2005 Sep 16
1
Delay to join a domain successfully
Hi team,
I'm running samba 3.0.4 on AIX 4.3.3 and HP-UX 11.00 without any problems
except the following :
On HP-UX 11.00, when I try to join a machine to a domain, it first insert
all POSIX entries in the LDAP backend but rejects the junction. The
machine account could not be found. Waiting for a while and relaunching
the join command, the junction just works fine.
Having exactly the same
2018 Feb 06
1
Warning from Sys.junction when using network drive.
I am running 3.4.3 on a windows server and I ran the code in a new session.
I get a warning when running packrat::init() on a project that is located on a windows network drive.
The warning I get is
Warning message:
cannot set reparse point 'U:/packrat5/packrat/lib-R/base', reason 'Access is denied'
The error is created based inside the function .Internal(mkjunction(fr,
2011 Aug 09
2
junction table question
I''m looking into how to implement a relationship between some models,
and I think I need to use a junction table. From the documentation I''ve
read, a junction table doesn''t require a model. But from my controller,
I''m not sure how to get the data I need. Here''s a description of my
models and what I need in my controller:
Models
1. Event
2. Site
3.
2007 Oct 17
2
sorta OT: Bounty for Click to Call plugin for IE
I'm in process of transitioning a number of offices to a hosted virtual
pbx from Junction Networks. It's a combination of OpenSER and Asterisk.
They have a nice click-to-call extension for Firefox, but I need the
equivalent for IE so that it can work with our CRM system. Junction
told me that they have a bounty on offer for this if someone's
interested in doing the work.
Would the
2001 Mar 28
1
MSDFS extensions
Hello,
I'm setting up MSDFS feature in samba-2.2.0-alpha3. It works very great!
But I'm would wish an extension to the MSDFS functionality:
Is it possible to implement a feature, so I could group junction points
within directories?
E.g.:
[pub]
path = /export/publicsmb
msdfs root = yes
PUB
|
+- dir1 <- directory manually created in /export/publicsmb
| |
|
2005 Feb 26
7
Symlinks for Windows
Hi all,
Dave Burt mentioned the possibility of adding symlinks
to the Dir class.
http://www.sysinternals.com/ntw2k/source/misc.shtml#junction
There is also Autrijus Tang''s symlink Perl module at
http://search.cpan.org/~autrijus/Win32-Symlink-0.04/
Looks easy enough, but it only seems to work for
directories, not regular files. Should we add this to
the Directory class, or simply
2009 Mar 26
1
Vista Junctions
I?m trying to use rsync with windows vista. Vista?s odd form of ?links?
confuses rsync and I get a recursive infinite loop at every such junction
(until failure when the filename size limit is exceeded) .
Could someone please point me to the solution or is there one? The std
don?t follow links switch doesn?t seem to work.
Eric
-------------- next part --------------
HTML attachment scrubbed
2008 Sep 30
3
Maybe OT - routing calls in PSTN
I have a Vitelity DID which generally works, but calls from a particular
caller do not reach it. Vitelity has thus far disavowed any
responsibility for working through this problem. I recognize that some
action might be required by another provider which is outside Vitelity's
control, but it seems that they should at least be trying to help
resolve the problem by helping me determine
2013 Sep 19
1
Vignette problem and CRAN policies
Hello, All:
The vignette with the sos package used "upquote.sty", required for R
Journal when it was published in 2009. Current CRAN policy disallows
"upquote.sty", and I've so far not found a way to pass "R CMD check"
with sos without upquote.sty.
I changed sos.Rnw per an email exchange with Prof. Ripley without
solving the problem; see below. The
2012 Jun 22
2
a2billing
hello,
I just installed a2billing, I did all the config, at least I guess ..
but I still can not integrate sip accounts that I had created (with sip.conf
) in a2billing to apply their billing ..
could someone tell me how to make the junction between asterisk and
a2billing??
I also noticed that the file
additional_a2billing_sip.conf : was always empty ...
-------------- next part --------------
2006 Sep 01
2
Compiling a package
Hello,
I am in Win-XP R:2.3.0
latest rtools and Perl - of today
I got Rcmdr.HH source code and tried to compile it myself
copy all directory to R/R-2.3.0/src/library/Rcmdr.HH
from R/R-2.3.0/src/library
I typed:
..\..\bin\R CMD build --force --binary --auto-zip Rcmdr.HH
* checking for file 'Rcmdr.HH/DESCRIPTION' ... OK
* preparing 'Rcmdr.HH':
* checking DESCRIPTION meta-information
2010 Oct 17
1
unbalanced repeated measurements Anova with mixed effects
Dear R-list members,
I've been struggling with the proper setup for analysing my data. I've
performed a route choice experiment, in which participants had to make a
choice at each junction for the next road. During the experiment they
received traffic information, but also encountered two different
accidents. They also made trips without accidents.
What I'm interested in is to
2005 Jul 30
2
Premature termination of script
I am fairly new to R and I am writing a script that would take a file, as an
input, and generates a bunch of graphs out of it. My first task is to be
sure that the file is of the right type by looking if there is a valid
barcode in it as in (the barcode is beetween a double and single
underscore):
library(tkWidgets)
##############
#Loading a file
#testing if valid if not kill the execution
2019 Dec 06
1
inappropriate warning in latticeExtra
This problem is still present in
> version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status Under development (unstable)
major 4
minor 0.0
year 2019
month 12
day 03
svn rev 77513
language R
version.string R Under development (unstable)
2025 Mar 29
1
[External] Creating model formulas programmatically
The general formula is y ~ a + b + c + ...
There is this approach:
formula <- reformulate(independent_vars, response = "y")
model <- lm(formula, data = mydata)
summary(model)
It does not generate a string object, but the formula is still a string even if it is of class formula. Also, in this approach you only get + and if you want interactions or such you will need to code them
2025 Mar 30
1
[External] Creating model formulas programmatically
Hello,
I thought of answering "reformulate can solve the problem" but how do
you create quadratic terms with reformulate?
~(Heigh + Ho + Silver + Away)^2
is still a problem with no solution that I know of but paste/as.formula.
Or Bert's bquote or substitute.
Rui Barradas
?s 23:18 de 29/03/2025, Ebert,Timothy Aaron escreveu:
> The general formula is y ~ a + b + c + ...
>
2025 Mar 30
1
[External] Creating model formulas programmatically
I am confused. Richard's answer that Bert did not like did not use parse explicitly. Richard pasted together a string that a function like lm() will have to parse to run the analysis. However, the answers so far do not use parse(). In the reply to Richard, Bert indicated we cannot use strings. Even if I pass a vector where R can assume that the first variable is the dependent variable and all