similar to: RCurl and Google Scholar's EndNote references

Displaying 20 results from an estimated 110 matches similar to: "RCurl and Google Scholar's EndNote references"

2009 Oct 20
2
Problems importing Unix SAS .ssd04 file to R (Win)
Hello, I'm trying to import a SAS file made using SAS on Unix. Currently I'm using SAS on Windows and I'm trying to import that .ssd04 file to R. The file name of the file is testfile.ssd04 and it is located in 'M:\sasuser'. I'm using Windows XP and R 2.91. Basically what I'm doing is ############ r code ############## > library(foreign) > sashome <-
2008 Mar 28
1
How to schedule R scripts?
useRs, Is there a way to schedule R scripts? I would like to run certain scripts three times a day. I'm running R on Windows XP. > sessionInfo() R version 2.6.0 (2007-10-03) i386-pc-mingw32 locale: LC_COLLATE=Finnish_Finland.1252;LC_CTYPE=Finnish_Finland.1252;LC_MONETARY=Finnish_Finland.1252;LC_NUMERIC=C;LC_TIME=Finnish_Finland.1252 attached base packages: [1] splines grid stats
2008 Jun 30
2
Plotting question: Problem with strwidth in 2.7.1
R users, I have a problem with function strwidth in 2.7.1. I'm trying to set the plot margins in a way that horizontal column labels will fit to the graph. tmp.t is a list of data.frame objects. This code works well in 2.6.0. ...snip.. library(gplots) for (i in names(tmp.t)) { bmp(filename=paste(i, "_", Sys.Date(), ".bmp", sep=""), width=1038,
2008 Mar 19
0
Using Endnote X1 under wine
Hi, I recently started to use Endnote under wine (0.9.57 with Ubuntu 7.10). So far it runs without major problems, however it crashes occasionally (see bug 12075: http://bugs.winehq.org/show_bug.cgi?id=12075). I am interested to hear from other endnote users and their experiences, especially whether you run it together with word or openoffice and why (I have not made up my mind yet). Thanks
2001 Jul 26
1
Key mapping problem (Endnote)
Dear fellow Wine users, It was to my recent delight that I found that EndNote 3 will work usably under Wine. However, it does seem to display a slightly odd problem when certain keys are pressed. In essence, the problem seems to be that certain keys, when pressed, generate two keystrokes. So for example, pressing RETURN moves down two lines, pressing BACKSPACE deletes two characters, pressing
2005 Jul 12
0
MS Access, Endnote, among others
I got this by email and am posting it to the list, as per the original sender's request. Thank you J.V. On Tue, 12 Jul 2005 18:08:35 +0100, "J.F. Vasconcelos" <jfvasconcelos@gmail.com> wrote: > Hi > > I've found your messages (and complaints) in Google about Wine. I've > installed Suse 9.3 in both my desktop and laptop and Wine works great > (as
2005 Aug 06
0
problem with installing endnote demo
Dear folks: I would like to install Endnote 9 trial under wine. According to Frankscorner.org it should work (see http://www.frankscorner. org/index.php?p=endnote9). But when I execute the command: WINEDLLOVERRIDES="msi,msiexec.exe=n" wine ENDemo.EXE, I get the following result: err:module:import_dll Library msi.dll (which is needed by L"C: \\windows\\system\\msiexec.exe")
2018 Dec 08
2
Possible encoding bug in sub()
I noticed that sub() gives unexpected results for the following test case. In the test case, the (initial) input is ASCII but the replacements are UTF-8. The first sub() produces an UTF-8 result with an "unknown" Encoding. This makes the result garbled in Windows (no UTF-8 locale there). The second sub() produces a correct result, although for some reason it is converted to the native
2005 Feb 23
1
MS Access, Endnote, among others
Hello, Has anybody been able to successfully install MS Office XP Pro in Wine? I don't care much about the whole suite, I need MS Access, but since I have a bundled cd, I don't have much choice. Apparently several folks have had similar problems in this list, and I haven't found solutions. Wine-version is 0.0.20041201-1 Debian unstable package. I'm not sure I'm starting the
2008 Feb 21
1
Selecting timestamps
R-users, I have two vectors (of timestamps) d1 <- as.POSIXct(strptime("2.2.2002 07:00", format="%d.%m.%Y %H:%M")) d2 <- as.POSIXct(strptime("4.2.2002 07:00", format="%d.%m.%Y %H:%M")) seq1 <- seq(d1, d2, "hours") seq1 d3 <- as.POSIXct(strptime("2.2.2002 15:22", format="%d.%m.%Y %H:%M")) d4 <-
2010 Feb 08
4
Problem with R on USB-drive
Hi, I installed R on USB-drive, but when I run Rgui.exe from bin folder, I get this error: ----------------------- R version 2.10.1 (2009-12-14) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for
2009 Dec 31
3
XML and RCurl: problem with encoding (htmlTreeParse)
Hi, I'm trying to get data from web page and modify it in R. I have a problem with encoding. I'm not able to get encoding right in htmlTreeParse command. See below > library(RCurl) > library(XML) > > site <- getURL("http://www.aarresaari.net/jobboard/jobs.html") > txt <- readLines(tc <- textConnection(site)); close(tc) > txt <- htmlTreeParse(txt,
2011 Dec 01
2
R endnote entry
I know citation() gives the R citation to be used in publications. Has anyone put this into endnote nicely? I'm not very experienced with endnote, and the way I have it at the momeny the 'R Development Core Team' becomes R. D. C. T. etc. Cheers.
2010 Jul 23
1
model.tables call fails with "Error in inherits(object, "formula")"
Hello, I noticed that model.tables fails when applied to an aov() fit if called inside a function. The problem seems to occur when as.formula is used inside a function on a string containing "<formula> + Error( x / y )" The reason I tried to use as.formula is to generate dynamic calls to aov(). Here is a minimal example illustrating the problem: ## Example test <-
2018 Feb 07
1
Possible bug in package installation when R_ICU_LOCALE is set
On a Windows computer (other platforms not tested), installing a package from source may fail if the environment variable R_ICU_LOCALE is set, depending on the package and the locale. For example, after setting R_ICU_LOCALE to "fi_FI", install.packages("seriation", type = "source") (package version 1.2-3) fails with the following error: ** preparing package for
2018 Apr 26
1
Possible bug in package installation when R_ICU_LOCALE is set
(Belated) thanks for the confirmation, Ista. I just reported this issue on the R bug tracker: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17412 Best regards, - Mikko -----Alkuper?inen viesti----- L?hett?j?: Ista Zahn [mailto:istazahn at gmail.com] L?hetetty: 7. helmikuuta 2018 17:05 Vastaanottaja: Korpela Mikko (MML) Kopio: r-devel at r-project.org Aihe: Re: [Rd] Possible bug in
2009 May 12
4
different results on linux and windows
Dear R experts, we are preparing an R-package to compute the Oja Median which contains some C++ code in which random numbers are needed. To generate the random numbers we use the following Mersenne-Twister implementation: // MersenneTwister.h // Mersenne Twister random number generator -- a C++ class MTRand // Based on code by Makoto Matsumoto, Takuji Nishimura, and Shawn Cokus // Richard J.
2008 May 03
2
Problems running Endnote X1
Hello All, I'm running hardy heron and wine 0.9.60. Endnote X1 installed from the cd with no problem but I have never been able to run it. Oddly I can run everything else (it has another .exe for updates). As per the AppDB listing I've tried running it using different winvers but still no luck. In web searching this error I found a comment on a different forum indicating others with this
2018 Dec 10
0
Possible encoding bug in sub()
>>>>> Korpela Mikko (MML) >>>>> on Sat, 8 Dec 2018 18:42:30 +0000 writes: > I noticed that sub() gives unexpected results for the following test > case. In the test case, the (initial) input is ASCII but the > replacements are UTF-8. The first sub() produces an UTF-8 result with > an "unknown" Encoding. This makes the result
2007 Apr 10
1
CentOS 4 - prevent X from installing?
So, I've just gone through a enw CentOS 4.4 install. I selected the "Custom" installation type, and then in the part for selecting which packages to install, I specifically did NOT select X, Gnome or KDE, nor any of the graphical tools. However, when it finished installing and rebooted, I still ended up with X installed, a graphical login screen and default run level of 5. Does