similar to: .conflicts.OK no longer working regardless of export(.conflicts.OK) due to "stoplist"

Displaying 20 results from an estimated 100 matches similar to: ".conflicts.OK no longer working regardless of export(.conflicts.OK) due to "stoplist""

2024 Mar 06
1
Never exporting .__global__ and .__suppressForeign__?
Hello, (Dear Richard, I hope you don't mind being Cc:'d on this thread in R-devel. This is one of the ways we can prevent similar problems from happening in the future.) Sometimes, package authors who use both exportPattern('.') and utils::globalVariables(...) get confusing WARNINGs about undocumented exports: https://stat.ethz.ch/pipermail/r-package-devel/2024q1/010531.html I
2012 Jun 22
0
Ctrl-C at the Rterm prompt is remembered (unless pressing ENTER).
Hi, there is a minor glitch with Ctrl-C on Windows: 1. Start Rterm.exe 2. Press Ctrl-C (without ENTER afterwards) to generate a user interrupt signal. 3. Type Sys.sleep(1e6) + ENTER. 4. The user interrupt in Step 2 causes Sys.sleep() in Step 3 to be interrupted. I can reproduce this behavior on Windows 7 64-bit and 'Rterm.exe' with R v2.13.0 (2011-04-13), v2.15.0 Patched (2012-05-26
2010 Mar 17
1
Suggestion: Not having to export .conflicts.OK in name spaces
Currently library() and attach() fail to locate an existing '.conflicts.OK' in a package wit name space, unless it is exported. Since there should be little interest in exporting '.conflicts.OK' otherwise, one may argue that those methods should look for '.conflicts.OK' even if it is not exported. If so, a patch for library() is: >svn diff library.R Index: library.R
2017 Jul 07
1
[New Patch] Fix disk corruption when writing
Le 07/07/2017 ? 16:52, Duncan Murdoch a ?crit : > On 07/07/2017 9:54 AM, Serguei Sokol wrote: >> Le 07/07/2017 ? 01:09, Duncan Murdoch a ?crit : >>> On 06/07/2017 6:44 PM, Sokol Serguei wrote: >>>> Duncan Murdoch has written at Thu, 6 Jul 2017 13:58:10 -0400 >>>>> On 06/07/2017 5:21 AM, Serguei Sokol wrote: >>>>>> I propose the
2014 Dec 21
0
loadNamespace and versionChecking and the otherpackage::otherfun syntax
This is an enquiry not so much about what the code for loadNamespace does, but rather about the intent and design of loadNamespace, and how it interacts with the `::` function, which seems to me to follow a slightly different philosophy. It is not an urgent question - the issue that started me wondering has been resolved another way - but I would like to complete my understanding of this aspect
2003 Dec 16
1
Something wrong w/ R-devel?
Hello ... On both RH7.2 and Solaris 8 I'm encountering this problem - in both cases this is from a fresh rsync of R-devel into a brand new directory (to prevent it from me needing to 'make distclean' or the like): building package 'ts' mkdir -p -- ../../../library/ts/R make[3]: Leaving directory `/misc/homes/madman/R-test/src/library/ts' installing parsed NAMESPACE files
2007 Jun 28
1
TermGenerator and SimpleStopper
Hi, I'm using SimpleStopper with TermGenerator in a Python indexing script, in an attempt to keep my index size down (currently 30K per doc, and I have 200 million docs to index, which I think implies 6TB.) However, unprefixed (positional?) terms are not affected by the stopper, though Z-prefixed terms are. I assume this is intentional for phrase queries, but I need to reduce my
2019 Sep 16
1
Error: package or namespace load failed for ‘utils
>>>>> Laurent Gautier >>>>> on Sun, 15 Sep 2019 15:01:09 -0400 writes: > In case a search engine leads someone with the same issue > here, I am documenting the point I reached: > I can reproduce the issue with a small example when > forcing R to not load any package at startup time (using > an Renviron file): ``` package <-
2007 Apr 21
1
QueryParser::stoplist_begin() behaviour
I'm wondering what the intended semantics for the contents of the list returned by QueryParser::stoplist_begin() is. Currently, if a query parser is created, and then used multiple times, the list returned by stoplist_begin() is the list of all terms that have been excluded from any query due to being considered a stoplist. I would have expected it to only return items from the previous
2013 Apr 09
3
Question on Stopword Removal from a Cyrillic (Bulgarian)Text
Hi, I bumped into a serious issue while trying to analyse some texts in Bulgarian language (with the tm package). I import a tab-separated csv file, which holds a total of 22 variables, most of which are text cells (not factors), using the read.delim function: data<-read.delim("bigcompanies_ascii.csv", header=TRUE, quote="'",
2013 Apr 09
3
Question on Stopword Removal from a Cyrillic (Bulgarian)Text
Hi, I bumped into a serious issue while trying to analyse some texts in Bulgarian language (with the tm package). I import a tab-separated csv file, which holds a total of 22 variables, most of which are text cells (not factors), using the read.delim function: data<-read.delim("bigcompanies_ascii.csv", header=TRUE, quote="'",
2012 Apr 14
1
R Error/Warning Messages with library(MASS) using glm.
Hi there, I have been having trouble running negative binomial regression (glm.nb) using library MASS in R v2.15.0 on Mac OSX. I am running multiple models on the variables influencing the group size of damselfish in coral reefs (count data). For total group size and two of my species, glm.nb is working great to deal with overdispersion in my count data. For two of my species, I am getting a
2009 Apr 16
0
Error in .readRDS(nsInfoFilePath) : unknown input format (PR#13660)
On 4/16/2009 4:50 AM, j.w.a.jansen at uu.nl wrote: > Full_Name: Jeroen Jansen > Version: 2.7.2 > OS: Windows XP Pro > Submission from: (NULL) (131.211.169.89) > > > Allready with startup I get error message: > R version 2.7.2 (2008-08-25) That version is not current, but it looks to me as though you've corrupted a file on your system. It would be named
2005 Aug 31
0
Advice about system for installing & updating all R packa ge in a Linux Lab?
If you have several different versions of R installed, you might want to use a script like this one, which should work on (at least) 1.9.1 and newer. <script> #!/bin/sh echo "##############" echo "## This script will attempt to install all available R packages" echo "## from the package repositories:" echo "##" echo "## - CRAN:
2010 Feb 08
2
Error on start R in server
Hello all, (Thank for your reply) I have a web-application in Apache Tomcat, when i start R in this application, I used packe RSJava Code ROmegahatInterpreter interp; String [] rargs = {"--no-save"}; REvaluator e; interp = new ROmegahatInterpreter ( ROmegahatInterpreter.fixArgs(rargs),false ); e =new REvaluator (); Errors ================ R version 2.10.1 (2009-12-14)
2007 Jul 29
0
Thanks, we are ready to lend you money regardless of Credit
Your credit history doesn't matter to us! If you have your own business and need IMMEDIATE ready money to spend ANY w= ay you like or require Extra money to give your company a boost or need A l= ow interest loan - NO STRINGS ATTACHED, here is our best deal we can offer = you NOW (hurry, this offer will expire TONIGHT): $42,000+ loan Hurry, when the deal is gone, it is gone. Simply Call
2006 Oct 31
0
6408445 logadm rotates regardless with -s 2g
Author: basabi Repository: /hg/zfs-crypto/gate Revision: 4bb3638905e4a1eb6ee0228d46cc603b32dfef22 Log message: 6408445 logadm rotates regardless with -s 2g Files: update: usr/src/cmd/logadm/fn.c update: usr/src/cmd/logadm/fn.h update: usr/src/cmd/logadm/main.c update: usr/src/cmd/logadm/opts.c update: usr/src/cmd/logadm/opts.h
2007 Jul 29
0
Thanks, we are ready to lend you money regardless of Credit
Your credit history doesn't matter to us! If you have your own business and need IMMEDIATE ready money to spend ANY w= ay you like or require Extra money to give your company a boost or need A l= ow interest loan - NO STRINGS ATTACHED, here is our best deal we can offer = you NOW (hurry, this offer will expire TONIGHT): $42,000+ loan Hurry, when the deal is gone, it is gone. Simply Call
2009 Jul 09
1
Dial stops trying after ~30s regardless
Hi, My Dial() is set to the following, but always stops about 30 seconds into the call even when I set it to try for 60 seconds. exten => dialnumber,1,Dial(${DialInfo},60) I am running on 1.6.1-r199820. Is there some other setting that is overriding mine? Or an issue with this release? Thanks for the help. JR -------------- next part -------------- An HTML attachment was
2013 Jul 21
1
[PATCH] Link with -no-undefined regardless of the OS
libFLAC* must never have undefined symbols no matter what is the target platform. --- configure.ac | 10 +--------- src/libFLAC++/Makefile.am | 2 +- src/libFLAC/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/configure.ac b/configure.ac index 50ef80e..ba46caf 100644 --- a/configure.ac +++ b/configure.ac @@ -129,19 +129,11 @@