grimbough / msmbstyle

Tufte inspired bookdown template
https://www-huber.embl.de/users/msmith/msmbstyle/
59 stars 17 forks source link

Installation failure for msmbstyle #26

Open dkStevensNZed opened 4 years ago

dkStevensNZed commented 4 years ago

I'm trying to install the msmbstyle package using the commands recommended:

install.packages("remotes") remotes::install_github("grimbough/msmbstyle")

and I'm met the the error and I'm dead in the water. I'm in Windows 10, R v 3.6.2, RStudio v 1.2.5033.

Downloading GitHub repo grimbough/msmbstyle@master ✓ checking for file 'C:\Users\David Stevens\AppData\Local\Temp\Rtmp44RC2N\remotes4d45b0ad94\grimbough-msmbstyle-1560d18/DESCRIPTION' ... ─ preparing 'msmbstyle': ✓ checking DESCRIPTION meta-information ... ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories ─ building 'msmbstyle_0.0.12.tar.gz'

Installing package into ‘C:/Users/David Stevens/Documents/R/win-library/3.6’ (as ‘lib’ is unspecified)

Error: unexpected symbol in "Microsoft Windows" Execution halted ERROR: lazy loading failed for package 'msmbstyle'

Any ideas what's going wrong?

Best David Stevens