Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add steps to install Rtools for {EpiNow2} to compile in Windows #55

Closed
avallecam opened this issue Apr 19, 2024 · 0 comments · Fixed by #61
Closed

add steps to install Rtools for {EpiNow2} to compile in Windows #55

avallecam opened this issue Apr 19, 2024 · 0 comments · Fixed by #61
Labels
bug Something isn't working post-trial

Comments

@avallecam
Copy link
Member

avallecam commented Apr 19, 2024

When installing from CRAN, a user experience ERROR: compilation failed for package 'EpiNow2'

Windows users will need a working installation of Rtools in order to build the package from source.

Add steps from http://jtleek.com/modules/01_DataScientistToolbox/02_10_rtools/#1

1. download the Rtools installer from https://cran.r-project.org/bin/windows/Rtools/
2. install Rtools with default selections
3. install {devtools} -->  install.packages("devtools")
4. verify Rtools installation with --> devtools::find_rtools()

To fix in #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working post-trial
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant