similar to: Bad URLs in DESCRIPTION files

Displaying 20 results from an estimated 200 matches similar to: "Bad URLs in DESCRIPTION files"

2025 Apr 03
1
Bad URLs in DESCRIPTION files
Hi Colin, I'm surprised this wasn't captured by the url checker on CRAN. Are you suggesting a new check on package descriptions for the urls present? In that case I guess it could be part of the standard R CMD check. Llu?s On Thu, 3 Apr 2025 at 17:17, Colin Gillespie <csgillespie at gmail.com> wrote: > Hi All, > > Just want to flag a few packages: > > MatrixLDA:
2025 Apr 04
1
Bad URLs in DESCRIPTION files
> I'm surprised this wasn't captured by the url checker on CRAN. As was I > Are you suggesting a new check on package descriptions for the urls present? Yes - but more fixing edge cases than a new check > In that case I guess it could be part of the standard R CMD check. Yep. Kurt's message suggests that these were edge cases that missed the check. Thanks > > Llu?s
2016 May 13
2
Libro: Efficient R programming
Por si os interesa.... https://csgillespie.github.io/efficientR/ Un saludo, Miguel. ________________________________ Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non
2017 Jul 03
1
The ByteCompile & LazyLoading fields
Hi, In the DESCRIPTION file the ByteCompile and LazyLoading arguments appear to accept any value. >From the manual the field should be a "logical field". However, authors interpret this in a variety of ways: unique(tools::CRAN_package_db()$ByteCompile) # [1] NA "TRUE" "yes" "true" "Yes" "no" #
2019 Jun 07
1
Parallel number stream: clusterSetRNGStream
Dear All, Is the following expected behaviour? set.seed(1) library(parallel) cl = makeCluster(5) clusterSetRNGStream(cl, iseed = NULL) parSapply(cl, 1:5, function(i) sample(1:10, 1)) # 7 4 2 10 10 clusterSetRNGStream(cl, iseed = NULL) # 7 4 2 10 10 parSapply(cl, 1:5, function(i) sample(1:10, 1)) stopCluster(cl) The documentation could be read either way, e.g. * iseed: An integer to be
2023 Jun 13
1
log transform a data frame
Hello, I have a data frame like this: d11=suppressWarnings(read.csv("/Users/anamaria/Downloads/B1.csv", stringsAsFactors=FALSE, header=TRUE)) > d11 X Domain.decomp. DD.com..load Neighbor.search Launch.PP.GPU.ops. Comm..coord. 1 SYCL 2. 1 0 3.7 0. 1 1 .6 2 CUDA 2 0 3. 1 0 1 .0
2023 Jun 13
1
log transform a data frame
Thank you so much David, here is correction: d1=suppressWarnings(read.csv("/Users/anamaria/Downloads/B1.csv", stringsAsFactors=FALSE, header=TRUE)) d1$X <- NULL d2=as.matrix(sapply(d1, as.numeric)) pdf("~/graph.pdf") b<-barplot(d2, legend= c("SYCL", "CUDA"), beside= TRUE,las=2,cex.axis=0.7,cex.names=0.7,ylim=c(0,80), col=c("#9e9ac8",
2010 Nov 19
1
HaoFang client (like Garena) crashes in WSAIoctl
HaoFang client (China's largest platform for online play) HomePage: http://www.cga.com.cn Download(ZIP Version 5.5.0) : http://pv.cga.com.cn/counter.asp?id=952 Installation&Start: > WINEPREFIX=~/.wine-hf winetricks ie6 flash dotnet20 msxml6 vcrun6 riched20 riched30 gdiplus wenquanyi > > cd .wine/drive_c/Program\ Files/platform\ 5.0/ > > WINEPREFIX=~/.wine-hf/
2010 Aug 03
2
Company of Heroes crashes after short time of playing
Hi! As the subject says: I can start a game (only tested with skirmish), but after less than one minute it stops and crashes with the Relics crash dialog. I tried with different wine versions (atm 1.1.42 and 1.2) under Debian lenny 32bit (Linux 2.6.32) and Ubuntu Lucid 64bit with different fglrx versions. My graphics hardware is a Radeon HD 4200. Via winetrix I installed d3dx9, gecko, ie6, ie7,
2010 Sep 30
4
EPSXE under WINE.
Hello. This thread is to help anyone having problems with using EPSXE psx emulator in WINE. EPSXE can work in WINE, only if you install directx in WINE. WINE alone does not have directx installed with it but EPSXE requires directx to function. You would need to install directx using any game which has "Install DirectX" or something similar. The redist packages for directx found online
2006 Aug 10
2
Cannot run exe files from CDROM as normal user
I have tried everything and I cannot run an exe file using wine game.exe in /mnt/cdrom. My /dev/cdrom is lrwxrwxrwx 1 root root 3 Aug 11 2006 /dev/cdrom -> hdb ls -la /dev/hdb brwxrwx--x 1 root cdrom 3, 64 Aug 11 2006 /dev/hdb I can read the cd when i do ls -la /mnt/cdrom I am using wine 0.9.8 and gentoo linux Contents of the cd is: dr-xr-xr-x 1 root root 2048 Nov 4 2000 .
2007 Jan 06
1
Running Creatoon [was: Increasing swap space]
Matt Jordan wrote: > I think I'm tantalizingly close to being able to use a program called > Creatoon (http://www.creatoon.com) via Wine on my Ubuntu Edgy set-up. > The Creatoon interface loads but doesn't seem to do anything. During > Creatoon's start-up, I get two identical messages telling me that some > unspecified module could not be loaded. Nah, it's not swap
2001 Aug 16
1
Dungeon Keeper
Hello, Has anyone ever gotten Dungeon Keeper to successfully run under wine? I'm a newbie to wine, but I managed to get it installed and configured to the point of where it would install the game off the cd-rom. I'm using: Wine release 20010629 And I've added the usual WinMM section to the config file. Here is what wine told me when I installed the game: Linux black > wine
2006 Aug 27
3
Licensing issues
I was trying to figure out a license for the samples, and stumbled across a couple other issues that affect how we should be building wxWidgets for inclusion into our gem. If possible, we should NOT build in TIFF nor JPEG support, as both have special attribution requirements. Other wx modules do as well, but we don''t use them anyway (ODBC, wxXML, and wx 2.4 regex). For those of you
2006 Feb 21
4
Cross-Machine COM-Calls under Wine...
are working now, using our own implementation of a COM-RPC-Server. If you want to test a Server/Client-Pair - here's our free Download: www.datenhaus.de/Downloads/dh_RPC.zip For a successful test under wine, you have to Install the Redistributables of an actual VB6-Runtime and some ADO-Distributable >=2.5 first. I've tested the whole thing under a Debian-Sid with a somewhat older
2023 Jun 16
1
Issue with crammed Y axis
Hi, I have a data frame like this: > dput(df) structure(list(ID = 1:8, Type = c("gmx mdrun -ntmpi 8 -ntomp 1 -s benchPEP.tpr -nsteps 10000 -resethway", "gmx mdrun -ntmpi 8 -ntomp 1 -s benchPEP.tpr -nsteps 10000 -resethway", "gmx mdrun -ntmpi 8 -s benchPEP.tpr -nsteps 4000 -resetstep 3000", "gmx mdrun -ntmpi 8 -s benchPEP.tpr -nsteps 4000 -resetstep
2011 Dec 09
1
Re: Using Todolist (abstract spoon) from Ubuntu 11.10
On 12/09/2011 06:52 PM, wine-users-request at winehq.org wrote: > [...] > 11. Re: Using Todolist (abstract spoon) from Ubuntu 11.10 (DanKegel) > [...] > Message: 8 > Date: Thu, 08 Dec 2011 21:43:52 -0600 > From: "DanKegel"<wineforum-user at winehq.org> > To: wine-users at winehq.org > Subject: [Wine] Re: Using Todolist (abstract spoon) from Ubuntu
2019 Dec 27
0
Providing R binaries compiled against a multithreaded BLAS like Intel MKL by default?
Dear all, Given that the Intel MKL multithreaded BLAS is now free (https://software.intel.com/en-us/mkl/choose-download, released under the very permissive Intel Simplified Software License, https://software.intel.com/en-us/license/intel-simplified-software-license) and that this BLAS comes out as the fastest in most benchmarks, and that Microsoft R Open compiled against Intel MKL seems to be
2009 Jul 31
6
Uninstall old wine version and install new version
I did a forum search and found 16 pages for uninstalling wine. Only one was semi-helpful. What I got was: > > [Bakshara at Bakshara ~]$ rmdir ~/.wine > rmdir: failed to remove `/home/Bakshara/.wine': Directory not empty > What do I need to do? I want to uninstall wine 1.1.24 and install 1.1.26. I currently only have three apps installed. So any thing I will loose will be easy
2010 Feb 19
2
Bioshock 2 SecuLauncher: Failed to start application
hello im having some issues with Bioshock 2 everything seems to be installed correctly, but i get this error: SecuLauncher: Failed to start application. [2000] these are the steps that brought me to the error: 1) create a new prefix is recommedned: # wineprefixcreate --prefix ~/.wine-bs2 2) add all needed winetricks # WINEPREFIX=~/.wine-bs2 winetricks d3dx9 d3dx10 dotnet30 vcrun2005sp1