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

Installation documentation not complete #60

Open
kklausmeyer opened this issue Oct 12, 2020 · 2 comments
Open

Installation documentation not complete #60

kklausmeyer opened this issue Oct 12, 2020 · 2 comments

Comments

@kklausmeyer
Copy link

I am a new R user and I have a new computer, so I'm installing this for the first time on this machine. I hit two bumps that were not mentioned in the documentation:

  1. In order to install the ffcAPIClient, I got a warning that I had not installed RTools yet, however, it went forward with installing some packages, so it was confusion. Consider adding RTools as a pre-requirement for installation in the documentation.
  2. After installing Rtools, I got a warning saying that the package rlang was missing. Consider adding install.packages('rlang') as a pre-requirement for installation in the documentation.
@nickrsan
Copy link
Member

Hi Kirk,

Thanks for the notes. RTools is not required for installation of these packages since we don't need C/C++ code built and R will download the binary versions of other packages. I've been trying to keep the list of steps as short as possible, so I'll probably add a note for people that they may get a warning about installing RTools, but they don't need to do so for this package in order to reduce confusion.

I'm surprised you got the warning about installing rlang - installing devtools installs rlang typically - it's not a dependency of our code. The RTools message suggests to me you're running on Windows - can you tell me what version of Windows, what version of R, and what version of devtools you're running? That'll help me figure out what's going on and if we should cahnge anything in our install process. Since you said you're new to R, let me know if you want info on finding any of that.

Thanks!

@kklausmeyer
Copy link
Author

Hi Nick- thank you for the quick reply. I'm using

  • Windows 10 Pro version 1909,

  • RStudio, Version 1.3.1093

  • R version 4.0.3 (2020-10-10)

I'm not sure how to check my devtools version, but I just installed it yesterday, so I assume it is the most recent version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants