Skip to content

Commit db8fd8f

Browse files
author
Max Czapanskiy
committed
Installation troubleshooting on Windows.
1 parent ff060e5 commit db8fd8f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ You can install catsr from [GitHub](https://github.com/) with:
3232
devtools::install_github("FlukeAndFeather/catsr")
3333
```
3434

35+
On Windows you might encounter `Error: Failed to install 'catsr' from GitHub: (converted from warning) cannot remove prior installation of package '___'`. The usual solution is: close all instances of R (including RStudio), start a new session, and try again.
36+
3537
## Reading data
3638

3739
Read a CATS PRH file in NetCDF format. The .nc file for deployment mn200312-58 is included in the package.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ You can install catsr from [GitHub](https://github.com/) with:
2222
devtools::install_github("FlukeAndFeather/catsr")
2323
```
2424

25+
On Windows you might encounter
26+
`Error: Failed to install 'catsr' from GitHub: (converted from warning) cannot remove prior installation of package '___'`.
27+
The usual solution is: close all instances of R (including RStudio),
28+
start a new session, and try again.
29+
2530
## Reading data
2631

2732
Read a CATS PRH file in NetCDF format. The .nc file for deployment

0 commit comments

Comments
 (0)