stefano-meschiari / Systemic2

Systemic is a C library for modeling exoplanetary radial velocities, with an R binding and a full GUI IDE.
http://www.stefanom.org/?systemic
GNU General Public License v3.0
54 stars 17 forks source link

When installing Systemic 2.17 #6

Closed Trifonoff closed 9 years ago

Trifonoff commented 10 years ago

Hi Stefano!

When installing Systemic 2.17 on Mac I got:

Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'stringer'

This was fixed when I set:

install.packages("stringr", repos='http://cran.us.r-project.org')

and then:

library("stringr")

Just to let you know! Trifon