And a low-tech approach: how about renaming "C:\Users\David Stevens"
to "C:\Users\DavidStevens" (i.e. remove the blank in the name).
A few years ago I did the equivalent "C:\Program Files" -->
"C:\ProgramFiles" to avoid similar installation problems.
On Thu, Dec 12, 2019 at 9:06 PM Richard M. Heib
Dear Rui,
No problem and Many thanks.
Best Regards,
Ashim
On Fri, Dec 13, 2019 at 12:09 AM Rui Barradas wrote:
> Hello,
>
> You're right, none of the two seems to be working.
>
> set_width gives me tables of the same width no matter what value I pass
> as argument.
>
> And set_caption is askin
Directory and file names with embedded blanks frequently don't work on
WIndows. Use the 8.3 version of the name.
Since you were able to get the package onto your machine, you can
install it from there.
The downloaded source packages are in
‘C:\Users\David
Stevens\AppData\Local\Temp\Rtmpk5
Hello,
You're right, none of the two seems to be working.
set_width gives me tables of the same width no matter what value I pass
as argument.
And set_caption is asking for a flextable object, doesn't work with
huxtable.
I don't know how to solve it right now, I will try later.
Rui Barrad
Hi everyone,
I am trying to use: library(imager)
in loading a 2D tiff image as:
im <- load.image(NameFile)
then I can plot it as:
R(im) %>% plot(main="my test")
but when saving this image elsewhere:
save.image(im, OutNameFile), the output image has apparently the right format
(tiff) but this i
Thanks Eric - I'll follow up with this link. I'd tried some of these
things before but I'll keep after it.
Best
David
On 12/12/2019 9:52 AM, Eric Berger wrote:
> Actually there was progress as after it failed it removed the folder
> c:/myRlib/callr, which means it had used it. Seems good.
> I t
Actually there was progress as after it failed it removed the folder
c:/myRlib/callr, which means it had used it. Seems good.
I think you might find the discussion here to be relevant
https://community.rstudio.com/t/cant-install-package-remotes-when-trying-to-install-devtools/34121
Good luck,
Eri
Thanks Eric - I had tried this and failed with
install.packages('callr',destdir='c:/myRLib')
Installing package into ‘C:/myRLib’
(as ‘lib’ is unspecified)
There is a binary version available but the source version is
later:
binary source needs_compilation
callr 3.3.2 3.4.0
Apparently it does not like that the fact that your user 'David
Stevens' has a blank.
Looking at the documentation ?install.packages
it seems that if you modify your call to something like
install.packages('callr',destdir='C:\tmp')
you might be ok. (caveat: I did not try this)
You should make th
Certain R packages will not install properly on my Windows 10 computer. For
example, if I
install.packages('callr')
The result is
trying URL 'https://cloud.r-project.org/src/contrib/callr_3.4.0.tar.gz'
Content type 'application/x-gzip' length 100129 bytes (97 KB)
downloaded 97 KB
Warning: inva
Congrats on the release! -- H
On Thu, 12 Dec 2019 at 06:20, Spencer Graves <
spencer.gra...@effectivedefense.org> wrote:
> Ditto. Spencer Graves
>
>
> On 2019-12-12 07:54, Rich Shepard wrote:
> > On Thu, 12 Dec 2019, Peter Dalgaard via R-help wrote:
> >
> >> The build system rolled up R-3.6.2.ta
Ditto. Spencer Graves
On 2019-12-12 07:54, Rich Shepard wrote:
On Thu, 12 Dec 2019, Peter Dalgaard via R-help wrote:
The build system rolled up R-3.6.2.tar.gz (codename "Dark and Stormy
Night") this morning.
Peter,
My thanks to all of you on the R core team.
Regards,
Rich
_
On Thu, 12 Dec 2019, Peter Dalgaard via R-help wrote:
The build system rolled up R-3.6.2.tar.gz (codename "Dark and Stormy
Night") this morning.
Peter,
My thanks to all of you on the R core team.
Regards,
Rich
__
R-help@r-project.org mailing list
Hello once again,
for me,set_caption is not working as well. Here is my Rmd file :-
---
title: Testing Huxtables
author: Ashim Kapoor
output: word_document
---
```{r}
library(dplyr)
library(huxtable)
hx <- iris %>%
group_by(Species) %>%
summarise_if(is.numeric, mean) %>%
as_hux() %>%
The build system rolled up R-3.6.2.tar.gz (codename "Dark and Stormy Night")
this morning.
The list below details the changes in this release.
You can get the source code from
http://cran.r-project.org/src/base/R-3/R-3.6.2.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Bin
15 matches
Mail list logo