RConsortium / submissions-pilot3-utilities

A simple R package used to test submission process to the FDA
GNU General Public License v3.0
7 stars 1 forks source link

Readme #5

Closed SHAESEN2 closed 1 year ago

SHAESEN2 commented 1 year ago

Let me know if you want to see a more elaborate readme.

laxamanaj commented 1 year ago

Thanks, @SHAESEN2 . For the install steps, I used this code to install the pilot3 package

install Pilot 3 package

remotes::install_github( repo = "RConsortium/submissions-pilot3-utilities", host = "http://api.github.com", upgrade = "never", force = TRUE )

Do you know what the difference is between the devtools::install_github() and the one above is?