Displaying 2 results from an estimated 2 matches for "rdboylan".
2013 Jan 11
1
Help with Help on Windows
R 2.15.2 installed as a regular user on Windows 7.
Three issues:
1. There is a start menu item for "R 2.15.2 Help" that opens a local web
page. If I click on packages, then base, then abbreviate I get
"Firefox can't find the file at
/C:/Users/rdboylan/Documents/R/R-2.15.2/library/base/html/abbreviate.html."
The page before, which did display, was
"file:///C:/Users/rdboylan/Documents/R/R-2.15.2/library/base/html/00Index.html"
(the link that fails is being tried with the same file:///C:/ start,
despite the text in the error messa...
2024 May 03
1
R CMD check vs RStudio check
...nst/doc/ directory when I do it in RStudio. Along the way I've hit another puzzle.
In RStudio the check runs and is mostly OK, aside from the deletion. But when I try with vanilla R, the check fails almost immediately:
-------------------------powershell---------------------------
PS C:\Users\rdboylan\Documents\BP\pimex> & $R CMD check .
* using log directory 'C:/Users/rdboylan/Documents/BP/pimex/..Rcheck'
* using R version 4.3.3 (2024-02-29 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
* R was compiled by
gcc.exe (GCC) 12.3.0
GNU Fortran (GCC) 12.3.0
* running under...