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

evol_countries function missing #2

Open
canasdiaz opened this issue May 9, 2013 · 2 comments
Open

evol_countries function missing #2

canasdiaz opened this issue May 9, 2013 · 2 comments
Assignees
Labels

Comments

@canasdiaz
Copy link
Member

Repositories per month

Executing the scm-analysis.R script I saw this error:

repositories <- evol_repositories(nperiod, conf$startdate, conf$enddate)
[1] "WARNING: evol_repositories is a deprecated function, use instead EvolRepositories"
data_repositories <- completePeriod(repositories, nperiod, conf)

if (conf$reports == 'companies') {

  • companies <- evol_companies(nperiod, conf$startdate, conf$enddate)
    
  • data_companies <- completePeriod(companies, nperiod, conf)
    
  • }
    if (conf$reports == 'countries') {
  • countries <- evol_countries(nperiod, conf$startdate, conf$enddate)
    
  • data_countries <- completePeriod(countries, nperiod, conf)
    
  • }
    Error: no se pudo encontrar la función "evol_countries"
@ghost ghost assigned jgbarah May 18, 2013
@jgbarah
Copy link
Member

jgbarah commented May 18, 2013

Which branch are you using?

@dicortazar
Copy link
Member

Shall we close this?

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

No branches or pull requests

3 participants