OnofriAndreaPG / aomisc

Utilities for stat courses
21 stars 7 forks source link

Install instructions would be useful #1

Closed cbird808 closed 4 years ago

cbird808 commented 4 years ago

Hi Andrea,

Thank you for posting your great page on non linear line fitting https://www.statforbiology.com/nonlinearregression/usefulequations#power_curve !

I, however, couldn’t install aomisc through cran

> install.packages("aomisc")
Installing package into ‘C:/Users/cbird/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘aomisc’ is not available (for R version 3.6.3)

But I was successful using the following

library(devtools)
install_github("DeveloperName/PackageName")

It would probably be useful to others to add something about installation to the README and on your web pages.

Cheers,

Chris

OnofriAndreaPG commented 4 years ago

Thanks for this suggestion! I updated the README file.