sdumble1 / ODKTools

Functions for adding extra functionality to making ODK XLS Forms
GNU General Public License v3.0
1 stars 0 forks source link

Can not install package in R v 4 #1

Open rassams opened 4 years ago

rassams commented 4 years ago

I can not install ODKTools package in R v 4 using command: devtools::install_github("sdumble1/ODKTools")

when trying to install the package i get this error: devtools::install_github("sdumble1/ODKTools") Downloading GitHub repo sdumble1/ODKTools@master √ checking for file 'C:\Users\User\AppData\Local\Temp\Rtmp6RyfZj\remotes482c5f5f6b9c\sdumble1-ODKTools-904c7ce/DESCRIPTION' (807ms)

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

sdumble1 commented 4 years ago

Think I should have resolved this issue. Can you try again and see if its fixed?

rassams commented 4 years ago

Worked, thanks