Re: [R] Errors in R package installation

2019-12-12 Thread Eric Berger
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

Re: [R] Tables from Rmarkdown to Word Document - using huxtables

2019-12-12 Thread Ashim Kapoor
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

Re: [R] Errors in R package installation

2019-12-12 Thread Richard M. Heiberger
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

Re: [R] Tables from Rmarkdown to Word Document - using huxtables

2019-12-12 Thread Rui Barradas
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

[R] IO issues with tiff image using imager package

2019-12-12 Thread hubert beaumont
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

Re: [R] Errors in R package installation

2019-12-12 Thread David Stevens
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

Re: [R] Errors in R package installation

2019-12-12 Thread Eric Berger
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

Re: [R] Errors in R package installation

2019-12-12 Thread David Stevens
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

Re: [R] Errors in R package installation

2019-12-12 Thread Eric Berger
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

[R] Errors in R package installation

2019-12-12 Thread David Stevens
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

Re: [R] R 3.6.2 is released

2019-12-12 Thread Hasan Diwan
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

Re: [R] R 3.6.2 is released

2019-12-12 Thread Spencer Graves
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 _

Re: [R] R 3.6.2 is released

2019-12-12 Thread Rich Shepard
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

Re: [R] Tables from Rmarkdown to Word Document - using huxtables

2019-12-12 Thread Ashim Kapoor
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() %>%

[R] R 3.6.2 is released

2019-12-12 Thread Peter Dalgaard via R-help
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