Displaying 20 results from an estimated 500 matches similar to: "Cargar archivo .RData desde OneDrive, Google Drive o Dropbox"
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 <-
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
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
2
Error in setwd(dir) when initializing R
Hello,
I am Ana de las Heras, and I write to you because every time I open RStudio
or R directly I have the following message, before I can do anything at
all:
Error in setwd(dir) : no es posible cambiar el directorio de trabajo
At first I didn't pay much attention to it, but I am having lots of
troubles with different programs, including LinDa, ANCOMBC or Genome
InfoDbdata (and thus,
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
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
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
2020 Jun 22
2
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
Hi Tomas,
I received a report about R 4.0.0 in the knitr package
(https://github.com/yihui/knitr/issues/1840), and I think it is
related to the issue here. I created a minimal reproducible example
below:
owd = setwd(tempdir())
z = 'K\u00e4sch.txt'
file.create(z)
list.files()
file.exists(list.files())
setwd(owd)
Output:
> owd = setwd(tempdir())
> z = 'K\u00e4sch.txt'
>
2006 Mar 14
3
Help doing find - look for nonempty habtm
I''ve got a Cuisine and a Restaurant model, with a habtm. One thing I
want to do is find all the cuisines that have at least one restaurant
associated with them. Right now I''m using the following SQL query:
SELECT DISTINCT(cuisines.*) FROM cuisines, restaurants,
cuisines_restaurants WHERE cuisines.id =
cuisines_restaurants.cuisine_id AND restaurants.id =
2005 Dec 16
3
Adding methods to models
All,
This is more of a theoretical question I suppose - I''m looking for what the
consensus is for the "correct" approach in Rails/MVC.
I have a standard security model where a User can have many Roles. There is
a User model, a Role model, and in the db, a linking table, etc. Each role
has a name as well as a category (say, name="waiter", category="restaurant
2010 Jul 15
2
Search and extract string function
Hi all,
I'm trying to write a function that will search and extract from a long
character string, but with a twist: I want to use the characters before and
the characters after what I want to extract as reference points. For
example, say I'm working with data entries that looks like this:
Drink=Coffee:Location=Office:Time=Morning:Market=Flat
2016 Jan 11
2
Samba AD with Microsoft Account
In a related problem. I've tried linking my Office365 account. I get
through the sign-in process but when it is attempting to link the device I
can an error message stating:
*We weren't able to register your device and add your account to Windows.
Your access to org resources may be limited.*
The domain account I am logged in with is part of the Domain Admins group
so I don't think
2017 Nov 13
1
Bootstrap analysis from a conditional logistic regression
Nelly Reduan a partag? un fichier OneDrive avec vous. Pour l?afficher, cliquez sur le lien ci-dessous.
<https://1drv.ms/u/s!Apkg2VlgfYyDgRAeVIM0nEajx0Fb>
[https://r1.res.office365.com/owa/prem/images/dc-png_20.png]<https://1drv.ms/u/s!Apkg2VlgfYyDgRAeVIM0nEajx0Fb>
Screenshot 2017-11-12 18.49.43.png<https://1drv.ms/u/s!Apkg2VlgfYyDgRAeVIM0nEajx0Fb>
Hello
How can I perform
2018 Sep 10
2
Folder Sync for road warriors in a Samba 4.8.x setup?
Hi All,
I know this isn't really a Samba question per se but I'm looking for some
samba-related advice.. :)
I have a very small AD DC setup (5 users) and some end-users (read:
teenargers) are now using laptops, which means they don't always have
access to the network shares configured by GPO and Logon scripts from the
Samba servers when they take the laptop to school. (The Samba