similar to: Error in setwd(dir) when initializing R

Displaying 20 results from an estimated 500 matches similar to: "Error in setwd(dir) when initializing R"

2023 Nov 21
1
[External] Re: Error in setwd(dir) when initializing R
Dear Ana When you installed R it gave you an option to put a shortcut on the desktop. If you did that then you can start the R GUI by clicking on it. You may need to customise it for your preferences. Specifically it starts R with an option cd-user-docs which I delete and I then alter the starting option to start in the directory I want. You may have different preferences of course. Try
2023 Nov 20
1
Error in setwd(dir) when initializing R
On Mon, 20 Nov 2023 12:18:11 +0100 Ana de las Heras Molina <andelash at ucm.es> wrote: > Error in setwd(dir) : no es posible cambiar el directorio de trabajo If you run traceback() first thing after getting this error, does it say anything useful? (Anything besides "No traceback available" would count as useful.) Do you have a file named .RData in your home directory? If yes,
2020 May 30
3
Cargar archivo .RData desde OneDrive, Google Drive o Dropbox
Hola a todos, espero que todo esté marchando bien. Estoy intentando cargar un archivo con extensión .RData desde OneDrive, Google Drive o Dropbox. Con OneDrive he intentado lo siguiente: temp <- tempfile() download.file(" https://alumnosuatedu-my.sharepoint.com/:u:/g/personal/rivaldez_uat_edu_mx/ESNKsBZE5rhMp4_shdbavXEBz4mUuIaeKWIXlMMlpyqyUA?e=NfZupt ", temp, method =
2018 Oct 05
1
unable to load shared object
Thanks for asking. The path where R tries to load the dll from does not exist I think (or the install process deletes it after the error - might this be the case?): C:/Users/wewol/OneDrive/Documents/R/win-library/3.5/grpc/libs/x64/grpc.dll' When I am checking after the error that path is only valid up to: C:/Users/wewol/OneDrive/Documents/R/win-library/3.5/ So maybe (?) the install process
2020 May 30
3
Cargar archivo .RData desde OneDrive, Google Drive o Dropbox
Hola, gracias por la respuesta. Yo también puedo descargar el fichero pero no lo carga de forma correcta: > drive_download(" https://drive.google.com/file/d/1iN7rT-W8WoXsdBpKzxcatFx7nGPWNkuz/view?usp=sharing ", + overwrite = TRUE, verbose = TRUE) File downloaded: * restaurant.RData Saved locally as: * restaurant.RData > restaurant <-
2008 Aug 15
6
Opening a web browser from R?
Hi, I was wondering if there's a way in R to open a web browser (such as Internet Explorer, or Firefox or whatever). I'm doing some analyses that have associated urls, and it would be nice to have the ability to directly open the relevant page from within R. I was looking at the help for 'url' and I can see I can probably access the information I need and display it in my
2015 May 18
1
Minimum files for building an embedded Opus library
Dear sirs, I'm trying to build an Opus library for an embedded application to run on a Microchip PIC32MX processor and I get a lot of errors in compilation time. My question is, what should be the minimum files and options needed to have such building, having in mind that only the very basic functionality in fixed point arithmetic is needed? Looking forward to your answer. Kind
2007 Apr 26
1
Tinn-R editor question: saving syntax colour options.
Hi, after reading about it in the forum, I tried the Tinn-R editor (in WinXP) running R 2.5.0... nice one! However, I am trying to change the syntax-colouring from the default to my own preferences... and I can do that, but my options don't appear to be saved and get lost when I close Tinn-R. I've searched help menus, and google... and I can't find how to make sure my
2023 Dec 17
1
call: file.exists("~/.Rtk2theme") error: file name conversion problem -- name too long?
Dear Alipio Galiana, Please keep the mailing list in the "copy" field of your messages. This way other people can chime in with advice too. On Sun, 17 Dec 2023 15:11:14 +0100 <azhriel1 at gmail.com> wrote: > > sessionInfo() > R version 4.3.2 (2023-10-31 ucrt) > Platform: x86_64-w64-mingw32/x64 (64-bit) > Running under: Windows 11 x64 (build 22631) > >
2024 Mar 20
1
Building Packages.
I have a source file with oxygen-style comments (and description & licence files), and I?m trying to build a package. oxygen & devtools seem to work, and the tarball exists, but install.packages balks. Does anyone know what?s happening? Regards, Jorgen Harmse. > roxygenise(package.dir,clean=TRUE) Setting `RoxygenNote` to "7.3.1" ? roxygen2 requires "Encoding:
2016 Jan 11
2
Samba AD with Microsoft Account
Yes I have provisioned the samba server as an Active Directory domain controller (I mentioned that in the first e-mail). The reason for linking the two is to provide easy access to additional MS services that won't be hosted internally (e.g. OneDrive, Skype, MS Store). Ultimately I am using this as a private domain at home to simplify device management but I want to continue be able to use
2008 Sep 23
2
read.table & readLines behaviour?
Hi, I have been using 'read.table' regularly to read tab-delimited text files with data. No problem, until now. Now I have a file that appeared to have read fine, and the data inside looks correct (structure etc), except I only had 15000+ rows out of the expected 24000. Using 'readLines' instead, and breaking up the data by tabs, gives me the expected result. I do not
2020 Jun 10
4
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
Dear R Developers, I am having an issue with the renv package and R 4.0.1, which I suspect is related to base R and not the renv package itself, as with R 3.6.3 such an "error" does not appear. The error is raised by a file.exists() path, and path "C:\Users\J-tel\Documents", which in R 3.6.3 is read correctly, but in R 4.0.1 fails (Probably because of the "-"
2016 Jan 11
2
Samba AD with Microsoft Account
On 11.01.2016 20:37, Rowland penny wrote: > On 11/01/16 19:26, Jean-Philippe Steinmetz wrote: >> Yes I have provisioned the samba server as an Active Directory domain >> controller (I mentioned that in the first e-mail). >> >> The reason for linking the two is to provide easy access to >> additional MS >> services that won't be hosted internally (e.g.
2020 Aug 26
1
Laptop and NFS homedir
> On 26 Aug 2020, at 14:08, Jonathan Billings <billings at negate.org> wrote: > > ?On Wed, Aug 26, 2020 at 12:08:56PM +0100, isdtor wrote: >> Are there any documented best practices for using NFS home >> directories on laptops? > > I'd say: Don't do it. > I would echo this. I experimented with networked home directories for laptop users for a while
2020 Jul 05
2
same changes in the DHCP to DNS script
if I open it on a different PC I get forwarded to: https://onedrive.live.com/?authkey=%21APxsCWc0kOOmsV8&cid=4C806C395570B0D2&id=4C806C395570B0D2%21949&parId=root&o=OneUp On 05.07.2020 11:38, Rowland penny via samba wrote: > On 05/07/2020 10:30, Mani Wieser via samba wrote: >> Samsung is ignoring this nonesense for years.........you have a lot >> of fun, if your
2023 Dec 17
1
call: file.exists("~/.Rtk2theme") error: file name conversion problem -- name too long?
Sorry for the double e-mail. On Sun, 17 Dec 2023 17:25:38 +0300 Ivan Krylov <krylov.r00t at gmail.com> wrote: > Can you at least temporarily disable OneDrive so that your Documents > directory would be "C:\\Users\\Alipio\\Documentos"? This should keep R > happy. It should also work if you set the environment variable R_USER to some ASCII-representable path: (in
2016 Nov 10
1
Error running opus encoder/decoder under PIC32
I'm new using OPUS and I've implemented the OPUS lib under PIC32MZ, using the MIPS configuration. It compiles correctly and it seems that all the procedures invoked returns no error. However, when I excite the encoder with a pure 1 kHz tone, the encoding/decoding procedure returns al the samples to silence (the buffer is filled with 0x8001 or 0x7fff). The configuration is 48000 sps, 64kHz
2010 Aug 03
1
how to read/save .zip compressed files from R?
Dear list, is there a way to open a .zip folder so that one can extract and modify files inside and then save teh .zip folder again? thanks! Jose -- Dr. Jose I. de las Heras Email: J.delasHeras at ed.ac.uk The Wellcome Trust Centre for Cell Biology Phone: +44 (0)131 6507095 Institute for Cell & Molecular Biology Fax: +44 (0)131 6507360 Swann Building,
2015 Apr 27
1
Contact closure UPS?
Hello again! I'm yet again the guy from the blazer_usb problem and the ATCL one too. This time I have a third UPS (the last one In my collection) that i'm trying to make work instead of the ATCL one since there's no driver for it on windows. This UPS is another no-brand box (actually it is a "kozumi", but that's just a rebrand), and apparently it's much more basic